@charset "UTF-8";
/* ================================
 *
 * 共通
 *
 * ================================ */
/*  style
 *---------------------------------------------------------- */
@media print, screen and (min-width: 741px) {
  .section_index,
  .section_detail {
    width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 740px) {
  .section_index,
  .section_detail {
    padding: 0 5%;
  }
}

/*  icon
 *---------------------------------------------------------- */
.icon_box {
  overflow: hidden;
  text-align: inherit;
}

.section_index .icon_box {
  max-height: 40px;
}

.icon,
.category {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 5px;
  color: #fff;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 11px;
  vertical-align: top;
}

.new {
  position: relative;
}

.new:after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #AF6C52;
  color: #fff;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 47px;
  text-align: center;
  content: "NEW";
}

@media screen and (max-width: 740px) {
  .new:after {
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    font-size: 12px;
    line-height: 45px;
  }
}

/*  Pager
*---------------------------------------------------------- */
.pager li.next a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.pager li.before a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.pager {
  z-index: 1;
  position: relative;
  margin-top: 30px;
  clear: both;
  text-align: center;
}

.pager li.next, section .pager li.before {
  display: inline-block;
  position: relative;
  width: 239px;
  height: 37px;
  margin: 0 10px 30px;
  float: none;
  text-align: center;
}

.pager li.next a, section .pager li.before a {
  display: block;
  background: #6C645A;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

.next_btn {
  clear: both;
}

.next_btn p a {
  display: block;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background: #428dae;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 740px) {
  .pager {
    margin-top: 1%;
  }
  .pager li.next, section .pager li.before {
    margin-bottom: 13%;
  }
}

/*  Archive
*---------------------------------------------------------- */
.side_tit {
  width: 100%;
  padding: 15px 0 10px;
  background: #428dae;
  color: #fff;
  text-align: center;
}

.archive {
  margin-bottom: 30px;
}

.archive a {
  text-decoration: none;
}

.archive .nextback {
  position: relative;
  height: 34px;
  padding: 0;
  background: #e0e0e0;
  text-align: center;
}

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

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

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

.archive .nextback .back a, .archive .nextback .next a {
  display: block;
  position: relative;
  width: 100%;
  height: 34px;
  padding: 0;
  color: #6C645A;
  letter-spacing: 1.0px;
  line-height: 34px;
}

.archive .nextback .back a {
  padding-left: 5px;
}

.archive .nextback .next a {
  padding-right: 8px;
}

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

.archive .nextback .back a span, .archive .nextback .next a span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.archive .nextback .back a span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-right: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.archive .nextback .next a span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.archive .nextback p.yearbox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 34px;
  margin-left: -25%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
}

.archive ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 15px 8px 15px;
  border-bottom: 1px dotted #6C645A;
  color: #6C645A;
  text-align: left;
}

.archive ul li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

@media screen and (max-width: 740px) {
  .archive {
    margin-bottom: 10%;
  }
  .archive:last-child {
    margin-bottom: 0;
  }
}

.main_system {
  background: #f9f7ef;
  /* ================================
 *
 * 共通
 *
 * ================================ */
  /*---------------------------------------------------
 詳細 おすすめ吐き出し
---------------------------------------------------*/
  /*---------------------------------------------------
 インデックス おすすめ吐き出し
---------------------------------------------------*/
  /*-------------------------------------------
インデックス section_other_list
-------------------------------------------*/
  /*-------------------------------------------
詳細 section_detail
-------------------------------------------*/
  /*-------------------------------------------
詳細 section_other_article
-------------------------------------------*/
  /*--------------------------------------------
  2pc. サイドナビ z-index:3333
---------------------------------------------*/
  /*--------------------------------------------
3pc. カテゴリーナビ z-index:2222
---------------------------------------------*/
}

.main_system .section_detail .section_rec {
  position: relative;
  width: 910px;
  margin: 0 auto;
}

.main_system .section_detail .section_rec .tit_rec {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6C645A;
  font-size: 16px;
  text-align: center;
}

.main_system .section_detail .section_rec .ph {
  width: 43%;
  height: 0;
  padding-bottom: 29%;
  float: left;
}

.main_system .section_detail .section_rec .info_box {
  width: 55%;
  float: right;
  text-align: left;
}

.main_system .section_detail .section_rec .icon_box {
  max-height: 20px;
  margin-top: 5px;
}

.main_system .section_detail .section_rec .tit {
  max-height: 47px;
  margin-top: 7px;
  overflow: hidden;
  font-size: 15px;
}

.main_system .section_detail .section_rec .txt {
  max-height: 100px;
  margin-top: 5px;
  overflow: hidden;
}

.main_system .section_detail .section_rec .btn_more02 {
  margin-top: 10px;
}

.main_system .section_rank {
  margin: 0 auto 100px;
}

.main_system .section_rank .box {
  position: relative;
  width: 100%;
  height: 160px;
  border: 1px solid #ccc;
  background: #fff;
}

.main_system .section_rank .box:after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.main_system .section_rank .box:first-child {
  position: relative;
  height: 353px;
  margin-bottom: 21px;
}

.main_system .section_rank .box:first-child .ph {
  width: 485px;
  height: 320px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .tit {
  max-height: 86px;
  margin-top: 15px;
}

.main_system .section_rank .box:first-child .txt_box:after {
  right: 10px;
  bottom: 14px;
}

.main_system .section_rank .box:nth-child(2) {
  width: 540px;
  float: left;
}

.main_system .section_rank .box:nth-child(2) .tit {
  max-height: 52px;
}

.main_system .section_rank .box:nth-child(2) .info_box {
  width: calc(100% - 190px);
}

.main_system .section_rank .box:nth-child(2) .date {
  margin-top: 5px;
  margin-bottom: 0;
}

.main_system .section_rank .box:nth-child(3) {
  width: 540px;
  float: right;
}

.main_system .section_rank .box:nth-child(3) .tit {
  max-height: 52px;
}

.main_system .section_rank .box:nth-child(3) .info_box {
  width: calc(100% - 190px);
}

.main_system .section_rank .box:nth-child(3) .date {
  margin-top: 5px;
  margin-bottom: 0;
}

.main_system .section_rank .box a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.main_system .section_rank .box .ph {
  display: block;
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_rank .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 500px);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_system .section_rank .box .date {
  margin-bottom: 10px;
  font-size: 14px;
}

.main_system .section_rank .box .plice {
  font-size: 16px;
}

.main_system .section_rank .box .icon_box {
  display: block;
  max-height: 47px;
  overflow: hidden;
}

.main_system .section_rank .box .tit {
  overflow: hidden;
  font-size: 16px;
}

.main_system .section_rank .box .caption {
  max-height: 100px;
  margin-top: 7px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .txt_box {
  width: calc(100% - 505px);
}

.main_system .section_rank .box:nth-child(2) .txt_box,
.main_system .section_rank .box:nth-child(3) .txt_box {
  position: relative;
  width: calc(100% - 210px);
  height: 100%;
  float: right;
}

.main_system .section_rank .box:nth-child(2) .caption,
.main_system .section_rank .box:nth-child(3) .caption {
  display: none;
}

.main_system .section_rank .box:first-child .tit {
  box-sizing: border-box;
  max-height: 120px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #6C645A;
}

.main_system .section_rank .box:first-child .txt {
  max-height: 100px;
  overflow: hidden;
}

.main_system .section_rank .box:first-child .txt_box .btn_more02 {
  display: block;
}

.main_system .section_rank .box .tit {
  max-height: 72px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
}

.main_system .section_rank .box .txt_box .btn_more02 {
  display: none;
  margin-top: 40px;
  float: right;
}

.main_system .section_rank .inner {
  margin-bottom: 50px;
}

.main_system .section_rank .box:nth-child(2) .txt,
.main_system .section_rank .box:nth-child(3) .txt {
  height: 60px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_rank .box:nth-child(2) .tit,
.main_system .section_rank .box:nth-child(3) .tit {
  max-height: 44px;
  margin-top: 8px;
  overflow: hidden;
  font-size: 16px;
}

.main_system .main_fair .section_rank .box:nth-child(2) .txt,
.main_system .main_fair .section_rank .box:nth-child(3) .txt {
  display: none;
}

.main_system .section_other_list {
  margin: 0 auto 90px;
}

.main_system .section_other_list h3 {
  margin: 0 auto 32px;
  text-align: center;
}

.main_system .section_other_list .catch {
  display: block;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
}

.main_system .section_other_list .box {
  width: 534px;
  margin-right: 10px;
  margin-bottom: 22px;
  margin-left: 10px;
  float: left;
  border: solid 1px #ccc;
  background: #fff;
}

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

.main_system .section_other_list .box a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.main_system .section_other_list .box .info_box {
  width: calc(100% - 205px);
  float: right;
  text-align: left;
}

.main_system .section_other_list .box .tit {
  max-height: 50px;
  margin-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
}

.main_system .section_other_list .box .txt {
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_other_list .box .ph {
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_other_list .box .txt_box {
  position: relative;
  width: calc(100% - 210px);
  float: right;
  text-align: left;
}

.main_system .section_other_list .box .plice {
  font-size: 16px;
}

.main_system .section_detail {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 50px;
  background: #fff;
}

.main_system .section_detail .inner {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  background: #fff;
}

.main_system .section_detail .ph {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_system .section_detail .ph img {
  width: 100%;
}

.main_system .section_detail .cnt_box {
  margin-bottom: 60px;
}

.main_system .section_detail .inner.main_box,
.main_system .section_detail .inner.main_box div,
.main_system .section_detail .inner.main_box ul {
  transform: none;
  opacity: 1.0;
}

.main_system .section_detail .main_box {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
}

.main_system .section_detail .main_box .ph {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 30px;
  padding-bottom: 60%;
  line-height: 0;
}

.main_system .section_detail .main_box .ph.new::after {
  width: 60px;
  height: 60px;
  line-height: 61px;
}

.main_system .section_detail .main_box .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.main_system .section_detail .main_box .tbl_txt dd {
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  font-size: 14px;
  line-height: inherit;
  text-align: left;
}

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

.main_system .section_detail .unit .cnt_box {
  padding: 20px;
}

.main_system .section_detail .unit .icon_box {
  display: block;
  margin-bottom: 1px;
}

.main_system .section_detail .unit .tit {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.6;
}

.main_system .section_detail .unit .date {
  margin-bottom: 5px;
  font-size: 16px;
}

.main_system .section_detail .unit .sub_tit {
  margin-bottom: 18px;
  font-size: 15px;
  text-align: center;
}

.main_system .section_detail .unit .caption {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.main_system .section_detail .unit .tbl_txt {
  margin: 20px auto 30px;
  border-collapse: collapse;
}

.main_system .section_detail .unit .tbl_txt dt {
  display: inline-block;
  padding: 3px 30px;
  background: #6C645A;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.main_system .section_detail .unit .tbl_txt dt.empty {
  display: none;
}

.main_system .section_detail .unit .tbl_txt dd {
  display: inline-block;
  max-width: 33%;
  margin-left: 15px;
  padding-right: 30px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.main_system .section_detail .unit .tbl_txt dd:last-child {
  padding-right: 0;
}

.main_system .section_detail .unit .price {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #6C645A;
  border-bottom: 1px solid #6C645A;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.main_system .section_detail .unit .price span {
  display: block;
  font-size: 13px;
}

.main_system .section_detail .unit .txt {
  margin-bottom: 50px;
}

.main_system .section_detail .unit .txt img {
  margin: 10px 0;
}

.main_system .section_detail .unit .unit_faq {
  text-align: left;
}

.main_system .section_detail .unit .unit_faq dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.main_system .included_box {
  margin-top: 50px;
}

.main_system .included_box .tit {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.main_system .included_box .data {
  margin-bottom: 65px;
}

.main_system .included_box .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}

.main_system .included_box .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.main_system .included_box .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}

.main_system .included_box .data th,
.main_system .included_box .data td {
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle;
}

.main_system .included_box .data th {
  background: #f8f7f2;
  letter-spacing: 1px;
}

.main_system .included_box .data th:nth-child(1) {
  width: 30%;
  border-right: 1px solid #fff;
}

.main_system .included_box .data th:nth-child(2) {
  width: 70%;
}

.main_system .included_box .data td {
  vertical-align: middle;
}

.main_system .included_box .data td.data {
  padding: 13px 20px;
  text-align: left;
}

.main_system .included_box .data .note {
  width: 35%;
}

.main_system .included_box .data .ex dt,
.main_system .included_box .data .ex dd {
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.main_system .included_box .data .ex dt:after {
  content: ": ";
}

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

.main_system .value_box {
  margin-top: 40px;
  padding: 20px;
  background: #f8f7f2;
}

.main_system .value_box .tit {
  margin: 0px 0 15px;
  padding: 5px 0;
  border-top: 1px solid #6C645A;
  border-bottom: 1px solid #6C645A;
  color: #6C645A !important;
  font-size: 16px;
  text-align: center;
}

.main_system .section_detail .section_btn {
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.main_system .section_other_article {
  margin: 0px auto 30px;
}

.main_system .section_other_article li.box.out_of_range {
  display: none;
}

.main_system .section_other_article h3 {
  margin: 0 auto 32px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  text-align: center;
}

.main_system .section_other_article h3 span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.0;
}

.main_system .section_other_article .catch {
  display: block;
  font-size: 14px;
  text-align: center;
}

.main_system .section_other_article .box {
  position: relative;
  width: 420px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border: solid 1px #ccc;
}

.main_system .section_other_article .box::after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

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

.main_system .section_other_article .box a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
}

.main_system .section_other_article .box .info_box {
  width: calc(100% - 205px);
  float: right;
  text-align: left;
}

.main_system .section_other_article .box .tit {
  max-height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #C5A64D;
  font-size: 16px;
  font-weight: bold;
}

.main_system .section_other_article .box .txt {
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}

.main_system .section_other_article .box .ph {
  position: relative;
  width: 195px;
  height: 130px;
  float: left;
  overflow: hidden;
}

.main_system .section_other_article .box .txt_box {
  position: relative;
  width: calc(100% - 210px);
  float: right;
  text-align: left;
}

.main_system .out_of_range {
  opacity: 0;
  pointer-events: none;
}

.main_system .side-nav {
  *zoom: 1;
  z-index: 3333;
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  transform: translateX(-300px);
  background: #fff;
  transition: all 400ms ease;
}

.main_system .side-nav:after {
  display: table;
  clear: both;
  content: "";
}

.main_system .side-nav:before {
  display: table;
  content: "";
}

.main_system .side-nav-open {
  position: relative;
  width: 70px;
  float: right;
}

.main_system .side-nav-cts {
  box-sizing: border-box;
  display: table-cell;
  width: 300px;
  padding: 70px 0 70px 70px;
  vertical-align: middle;
}

.main_system .side-nav-cts nav {
  display: inline-block;
}

.main_system #snav-triger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.main_system #snav-triger span {
  display: block;
  position: absolute;
  top: 31px;
  right: 7px;
  left: 26px;
  width: 19px;
  height: 2px;
  background-color: #262626;
  transition: background 0 0.3s;
}

.main_system #snav-triger span:before, .main_system #snav-triger span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
}

.main_system #snav-triger span:before {
  top: -7px;
}

.main_system #snav-triger span:after {
  bottom: -7px;
}

.main_system #snav-triger span:before, .main_system #snav-triger span:after {
  transition-delay: 0.3s, 0;
  transition-duration: 0.3s, 0.3s;
}

.main_system #snav-triger span:before {
  transition-property: top, transform;
}

.main_system #snav-triger span:after {
  transition-property: bottom, transform;
}

.main_system #snav-triger.active span {
  background: none;
}

.main_system #snav-triger.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.main_system #snav-triger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.main_system #snav-triger.active span:before, .main_system #snav-triger.active span:after {
  background-color: #262626;
  transition-delay: 0, 0.3s;
}

.main_system .nav-main {
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.main_system .nav-main li {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.main_system .nav-main li a {
  display: inline-block;
  position: relative;
  color: #262626;
  text-decoration: none;
  transition: .3s;
}

.main_system .nav-main li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #262626;
  content: '';
  transition: .3s;
}

.main_system .nav-main li a:hover:after {
  width: 100%;
}

.main_system .nav-sub {
  font-size: 13px;
  line-height: 1em;
}

.main_system .nav-sub li {
  margin-bottom: 20px;
}

.main_system .nav-sub li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-sub li a:hover {
  color: #262626;
}

.main_system .nav-sub-link {
  margin-top: 40px;
  padding-bottom: 40px;
}

.main_system .nav-sns {
  font-size: 0;
}

.main_system .nav-sns li {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  margin-right: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.main_system .nav-sns li a {
  color: #262626;
}

.main_system .cate-nav {
  *zoom: 1;
  z-index: 2222;
  position: fixed;
  top: 0;
  right: 0;
  width: 670px;
  transform: translateX(600px);
  background: #fff;
  transition: all 400ms ease;
}

.main_system .cate-nav:after {
  display: table;
  clear: both;
  content: "";
}

.main_system .cate-nav:before {
  display: table;
  content: "";
}

.main_system .cate-nav-open {
  position: relative;
  width: 70px;
  float: left;
}

.main_system .cate-nav-cts {
  box-sizing: border-box;
  display: table-cell;
  width: 600px;
  padding: 70px 70px 70px 0;
  vertical-align: middle;
}

.main_system .cate-nav-cts nav {
  display: inline-block;
}

.main_system .cate-nav-cts nav h4 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.main_system .cate-nav-cts nav p {
  margin-bottom: 10px;
}

.main_system #cate-triger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  transform: rotate(90deg);
  text-align: center;
  cursor: pointer;
}

.main_system #cate-triger div {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  text-align: center;
  transition: all 400ms ease;
}

.main_system #cate-triger span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 34px;
  right: 7px;
  left: 22px;
  width: 19px;
  height: 2px;
  transform: scale(0);
  transform: rotate(-90deg);
  background: none;
  opacity: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: background 0 0.3s;
}

.main_system #cate-triger span:before, .main_system #cate-triger span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 2px;
  background-color: #262626;
  content: "";
  transition: all 400ms ease;
}

.main_system #cate-triger span:before {
  top: 0;
  transform: rotate(45deg);
}

.main_system #cate-triger span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.main_system #cate-triger span:before, .main_system #cate-triger span:after {
  transition-delay: 0.3s, 0;
  transition-duration: 0.3s, 0.3s;
}

.main_system #cate-triger span:before {
  transition-property: top, transform;
}

.main_system #cate-triger span:after {
  transition-property: bottom, transform;
}

.main_system #cate-triger.active div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 0;
  opacity: 0;
}

.main_system #cate-triger.active span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  position: absolute;
  top: 34px;
  right: 7px;
  left: 22px;
  width: 19px;
  height: 1px;
  transform: scale(1);
  transform: rotate(0deg);
  background: none;
  opacity: 1;
}

.main_system #cate-triger.active span:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.main_system #cate-triger.active span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.main_system #cate-triger.active span:before, .main_system #cate-triger.active span:after {
  background-color: #262626;
  transition-delay: 0, 0.3s;
}

.main_system .nav-item {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 1em;
}

.main_system .nav-item li {
  *zoom: 1;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  display: inline-block;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.4em;
  vertical-align: top;
}

.main_system .nav-item li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-item li a:hover {
  color: #262626;
}

.main_system .nav-item li a img {
  margin-right: 10px;
  vertical-align: middle;
}

.main_system .nav-idol {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 1em;
}

.main_system .nav-idol li {
  *zoom: 1;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  display: inline-block;
  width: 33.33%;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.4em;
  vertical-align: top;
}

.main_system .nav-idol li a {
  color: #a1a1a1;
  text-decoration: none;
  transition: all 400ms ease;
}

.main_system .nav-idol li a:hover {
  color: #262626;
}

.main_system .nav-idol li a img {
  margin-right: 10px;
  vertical-align: middle;
}

.main_system .form_menu {
  width: 910px;
  margin: 0 auto 30px;
}

.main_system .form_menu .reserve_time {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
  font-size: 16px;
  text-align: center;
}

.main_system .form_menu .reserve_time .tit_form {
  display: inline-block;
  margin-right: 10px;
}

.main_system .form_menu .reserve_time .select_box {
  display: inline-block;
}

.main_system .form_menu .reserve_time .select_box select {
  height: 40px;
  background: #f4f1ec;
}

.main_system .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.main_system .form_menu .btn_reserve::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #271d00;
  content: "";
  transition-duration: 200ms;
}

.main_system .form_menu .btn_reserve input {
  -webkit-appearance: none;
  width: 100%;
  padding: 18px 0;
  border: none;
  border-radius: 0;
  background: #C5A64D;
  color: #fff;
  font-size: 16px;
}

.main_system .form_menu .btn_reserve:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.main_system .main_plan {
  /* ================================
 *
 * プラン
 *
 * ================================ */
  /*---------------------------------------------------
 plan_index
---------------------------------------------------*/
  /*---------------------------------------------------
 Plan_detail
---------------------------------------------------*/
}

.main_system .main_plan .main_plan .section_other_list .box {
  padding-bottom: 0;
}

.main_system .main_plan .main_plan .section_other_list .box .tit {
  max-height: 70px;
}

.main_system .main_plan .section_rank .box:nth-child(2) .plice,
.main_system .main_plan .section_rank .box:nth-child(3) .plice {
  max-height: 52px;
  overflow: hidden;
}

.main_system .main_plan .main_plan .section_detail {
  margin-bottom: 70px;
}

.main_system .main_plan .main_plan .section_detail .data {
  margin-bottom: 65px;
}

.main_system .main_plan .main_plan .section_detail .data table {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}

.main_system .main_plan .main_plan .section_detail .data th,
.main_system .main_plan .main_plan .section_detail .data td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.main_system .main_plan .main_plan .section_detail .data th {
  padding: 10px 6px;
  background: #f8f7f2;
  font-size: 14px;
  letter-spacing: 1px;
}

.main_system .main_plan .main_plan .section_detail .data th:nth-child(1) {
  width: 30%;
  border-right: 1px solid #FFF;
}

.main_system .main_plan .main_plan .section_detail .data th:nth-child(2) {
  width: 70%;
}

.main_system .main_plan .main_plan .section_detail .data td.data {
  padding: 13px 20px;
  text-align: left;
}

.main_system .main_plan .main_plan .section_detail .data td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}

.main_system .main_plan .main_plan .section_detail .data .note {
  width: 35%;
}

.main_system .main_plan .main_plan .section_detail .data .ex dt,
.main_system .main_plan .main_plan .section_detail .data .ex dd {
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.main_system .main_plan .main_plan .section_detail .data .ex dt:after {
  content: ": ";
}

.main_system .main_plan .main_plan .section_detail .data .ex dd {
  margin-right: 2em;
}

.main_system .main_plan .main_plan .section_detail .data tbody tr {
  border-bottom: 1px #6C645A solid;
}

.main_system .main_plan .main_plan .section_detail .data tbody tr:first-child {
  border-top: 1px #6C645A solid;
}

.main_system .main_plan .main_plan .section_detail .value_box {
  margin-bottom: 50px;
  padding: 20px 24px;
  background: #f4ece4;
}

.main_system .main_plan .main_plan .section_detail .value_box .tit {
  margin: 0px 0 15px;
  padding: 5px 0;
  border-top: 1px solid #6C645A;
  border-bottom: 1px solid #6C645A;
  color: #6C645A !important;
  font-size: 16px;
  text-align: center;
}

.main_system .main_plan .main_plan .section_detail .value_box .text03 {
  margin-bottom: .6em;
  color: #6C645A;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}

.main_system .main_plan .main_plan .section_detail .value_box span {
  padding-left: 3px;
  color: #ffff6e;
}

.main_system .main_plan .section_rank .box .info_box {
  width: calc(100% - 350px);
}

.main_system .main_plan .section_rank .box:first-child .ph {
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.main_system .main_plan .section_rank .box:first-child .tit {
  max-height: 80px;
  overflow: hidden;
  color: #C5A64D;
  font-size: 20px;
  font-weight: bold;
}

.main_system .main_plan .section_rank .box:first-child .plice {
  font-size: 18px;
}

.main_system .main_plan .section_rank .box:nth-child(2) .tit, .main_system .main_plan .section_rank .box:nth-child(3) .tit {
  max-height: 50px;
  margin-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #C5A64D;
  font-size: 17px;
  font-weight: bold;
}

.main_system .main_plan .section_rank .box .info_box h3 {
  margin-bottom: 15px;
  font-size: 14px;
}

.main_system .main_plan .section_rank .box:nth-child(2) .info_box h3, .main_system .main_plan .section_rank .box:nth-child(3) .info_box h3 {
  display: none;
}

.main_system .main_plan .section_rank .ph {
  width: 135px;
  height: 135px;
}

.main_system .main_plan .section_other_list .box .ph {
  width: 135px;
  height: 135px;
}

.main_system .main_plan .section_plan_list .box .txt_box {
  position: relative;
  width: calc(100% - 220px);
  float: right;
  text-align: left;
}

.main_system .main_plan .section_rank .box:nth-child(2) .info_box,
.main_system .main_plan .section_rank .box:nth-child(3) .info_box {
  width: calc(100% - 140px) !important;
}

.main_system .main_plan .section_other_list .box {
  position: relative;
}

.main_system .main_plan .section_other_list .box::after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.main_system .main_plan .section_other_list .box .info_box {
  width: calc(100% - 140px);
  padding: 10px 15px;
  float: right;
  text-align: left;
}

.main_system .main_plan .section_other_list .box .info_box .tit {
  color: #C5A64D;
  font-weight:  bold;
}

.main_system .main_plan .section_detail .main_box .ph {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 30px;
  padding-bottom: 90%;
  line-height: 0;
}

.main_system .main_plan .section_other_article .box .ph {
  width: 130px;
  height: 130px;
}

.main_system .main_plan .section_other_article .box .info_box {
  width: calc(100% - 150px);
  float: right;
  text-align: left;
}


.main_system .main_plan .section_detail .unit .tit {
  margin-bottom: 8px;
  color: #C5A64D;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.main_system .main_plan .btn_more.back2 a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 3px solid transparent;
  border-right: 5px solid #FFFFFF;
  content: "";
}

.main_system .main_plan .section_detail .section_btn .btn.cv01,
.main_system .main_plan .section_detail .section_btn .btn.cv02 {
  display: inline-block;
  width: 49%;
  margin-bottom: 3%;
  vertical-align: top;
}


.main_system .main_plan .section_detail .section_btn .btn.cv01 a {
  position: relative;
  height: 86px;
  padding: 16px 14px;
  border-radius: 45px;
  background: #8C9672;
  color: #fff;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.8;
}

.main_system .main_plan .section_detail .section_btn .btn.cv01 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.main_system .main_plan .section_detail .section_btn .btn.cv01 a span {
  color: #fff;
}

.main_system .main_plan .section_detail .section_btn .btn.cv02 a {
  position: relative;
  height: 86px;
  padding: 16px 14px;
  border: 1px solid #c5a64d;
  border-radius: 45px;
  background: none;
  background-color: #fff;
  color: #6c645a;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.8;
}

.main_system .main_plan .section_detail .section_btn .btn.cv02 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #c5a64d;
  content: "";
}

.main_system .main_plan .section_detail .section_btn .btn.cv02 a span {
  color: #c5a64d;
}

.main_system .main_fair {
  /*-------------------------------------------
day.php
-------------------------------------------*/
  /*-------------------------------------------
list.php
-------------------------------------------*/
  /*-------------------------------------------
detail_list.php
-------------------------------------------*/
  /* special_fair
------------------------------------------------- */
  /* fair_list
------------------------------------------------- */
  /* fair_list
------------------------------------------------- */
}

.main_system .main_fair .simple_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /* ========================================================================== */
}

.main_system .main_fair .simple_monthly_calendar .calendar_slide {
  width: 500px;
  float: left;
}

.main_system .main_fair .simple_monthly_calendar .day_unit {
  width: 540px;
  height: 450px;
  float: right;
  border: 1px solid #ccc;
}

.main_system .main_fair .simple_monthly_calendar .day_unit iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 741px) {
  .main_system .main_fair .simple_monthly_calendar {
    /* for Desktop Device */
  }
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .simple_monthly_calendar {
    /* for Mobile Device */
  }
  .main_system .main_fair .simple_monthly_calendar .calendar_slide,
  .main_system .main_fair .simple_monthly_calendar .day_unit {
    width: 100%;
    padding-bottom: 20px;
    float: none;
  }
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .calendar_nav::after {
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  content: "";
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_prev,
.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_next {
  padding: 8px;
  font-size: 13px;
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_prev {
  padding-left: 0;
  float: left;
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_prev::before {
  margin-right: .5em;
  content: "<";
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_next {
  padding-right: 0;
  float: right;
}

.main_system .main_fair .simple_monthly_calendar .calendar_month_unit .btn_next::after {
  margin-left: .5em;
  content: ">";
}

.main_system .main_fair .simple_monthly_calendar .month_title h4 {
  font-size: 68px;
  line-height: 1.0;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .month_title .fair_txt {
  font-size: 14px;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .calendar_container {
  margin-top: 10px;
}

.main_system .main_fair .simple_monthly_calendar .calendar_container .cell {
  width: 14.28571%;
}

.main_system .main_fair .simple_monthly_calendar .calendar_header,
.main_system .main_fair .simple_monthly_calendar .calendar_body {
  display: flex;
  flex-wrap: wrap;
}

.main_system .main_fair .simple_monthly_calendar .calendar_header .cell {
  font-weight: 700;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .calendar_header .cell.sat {
  color: #0D5281;
}

.main_system .main_fair .simple_monthly_calendar .calendar_header .cell.sun {
  color: #B40000;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .inner {
  width: 36px;
  height: 36px;
  margin: 6px auto;
  line-height: 36px;
  text-align: center;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

.main_system .main_fair .simple_monthly_calendar .calendar_body .out_of_month .inner {
  opacity: 0;
}

.main_system .main_fair .detail_monthly_calendar {
  /* ========================================================================== */
  /* ========================================================================== */
  /*@media screen and (max-width: 740px) {*/
  /* for Mobile Device */
  /*.calendar_header {
    display: none;
  }

  .calendar_body {
    display: block;  // display: flex; 解除のため
  }

  .calendar_container {
    margin-top: 4px;

    .cell.disable {
      display: none;
    }

    .cell {
      width: auto;
      margin: 0;
    }

    .inner {
      display: flex;

      padding: 0;
    }

    .day,
    .dow {
      display: flex;
      justify-content: center;
      align-items: center;

      width: 36px;
      padding: 8px 0;

      font-size: 13px;

      border-right: 1px solid #ccc;
    }

    .events {
      flex-grow: 1;
      flex-shrink: 1;

      width: calc(100% - 74px);
      margin: 0;
      padding: 10px;
    }
  }
}
*/
}

@media print, screen and (min-width: 741px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .calendar_nav::after {
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    content: "";
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_prev,
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_next {
    font-size: 13px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_prev a,
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_next a {
    display: block;
    padding: 8px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_prev {
    float: left;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_prev a {
    padding-left: 0;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_prev a::before {
    margin-right: .5em;
    content: "<";
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_next {
    float: right;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_next a {
    padding-right: 0;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_month_unit .btn_next a::after {
    margin-left: .5em;
    content: ">";
  }
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Mobile Device */
  }
}

@media print, screen and (min-width: 741px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .main_system .main_fair .detail_monthly_calendar .month_title h4 {
    font-size: 68px;
    line-height: 1.0;
    text-align: center;
  }
  .main_system .main_fair .detail_monthly_calendar .month_title .fair_txt {
    font-size: 14px;
    text-align: center;
  }
}

@media print, screen and (min-width: 741px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_header,
  .main_system .main_fair .detail_monthly_calendar .calendar_body {
    display: flex;
    flex-wrap: wrap;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_header .cell {
    font-weight: 700;
    text-align: center;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_header .cell.sat {
    color: #0D5281;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_header .cell.sun {
    color: #B40000;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell {
    width: 14.28571%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .inner {
    height: 100%;
    padding: 10px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .day {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .events {
    margin-top: 6px;
    font-size: 12px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .event_title {
    margin-top: 4px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .event_unit:not(:first-child) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dotted #ccc;
  }
}

@media print, screen and (min-width: 741px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Desktop Device */
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .dow {
    display: none;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell.disable {
    padding: 0;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell .icon_box {
    max-height: none;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell .icon {
    width: 100%;
    text-align: center;
  }
}

.main_system .main_fair .btn.cv02 a,
.main_system .main_fair .btn.back a {
  line-height: 40px;
}

.main_system .main_fair .btn.back.sub_btn a,
.main_system .main_fair .btn.cv01.back.sub_btn a,
.main_system .main_fair .btn.cv02.back.sub_btn a {
  line-height: 25px;
}

.main_system .main_fair .list_btn {
  margin: 0 auto 40px;
  text-align: center;
}

.main_system .main_fair .list_btn li {
  width: 550px;
  height: 70px;
  float: left;
  background: #C5A64D;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
}

.main_system .main_fair .list_btn li:last-child {
  float: right;
}

.main_system .main_fair .list_btn li a {
  display: block;
  background: #f4f1ec;
  color: #6C645A;
}

.main_system .main_fair .section_calendar {
  margin-bottom: 50px;
}

.main_system .main_fair .section_fair_cal span {
  display: block;
}

.main_system .main_fair .section_day h3.tit {
  margin-bottom: 35px;
  padding: 22px 0 18px;
  border-top: 1px solid #6C645A;
  border-bottom: 1px solid #6C645A;
  font-size: 18px;
  letter-spacing: 1.0px;
  text-align: center;
}

.main_system .main_fair .section_day .fair_list .box {
  position: relative;
  height: 353px;
  margin-bottom: 21px;
  border: 1px solid #ccc;
}

.main_system .main_fair .section_day .fair_list .box::after {
  display: block;
  z-index: 99;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.main_system .main_fair .section_day .fair_list .box a {
  position: relative;
  padding: 14px;
}

.main_system .main_fair .section_day .fair_list .box .ph {
  width: 350px;
  height: 350px;
  overflow: hidden;
}

.main_system .main_fair .section_day .fair_list .box .info_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 370px);
  padding: 30px;
  transform: translateY(-50%);
  text-align: left;
}

.main_system .main_fair .section_day .fair_list .box .info_box .icon_box {
  display: block;
}

.main_system .main_fair .section_day .fair_list .box .caption {
  max-height: 100px;
  margin-top: 7px;
  overflow: hidden;
}

.main_system .main_fair .section_day .fair_list .box .tit {
  box-sizing: border-box;
  max-height: 120px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #6C645A;
  color: #c5a64d;
  font-size: 20px;
  font-weight: bold;
}

.main_system .main_fair .section_day .fair_list .box:nth-child(2),
.main_system .main_fair .section_day .fair_list .box:nth-child(3) {
  width: 100%;
  float: none;
}

.main_system .main_fair ul.horizontal {
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

.main_system .main_fair ul.horizontal li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.main_system .main_fair ul.horizontal li.active a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 10px;
  margin: auto;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #C5A64D transparent transparent transparent;
  content: "";
}

.main_system .main_fair .data02 {
  margin-font-size: 13px;
  margin-text-align: center;
  margin-vertical-align: middle;
  margin: 0 th, td;
  border-collapse: collapse;
  border-spacing: 0;
}

.main_system .main_fair .data02 th {
  width: 20%;
  padding: 10px 6px;
  border: 1px solid #6C645A;
  background: #6C645A;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.main_system .main_fair .data02 td {
  padding: 14px 20px;
  border: 1px solid #6C645A;
  text-align: left;
  word-break: break-all;
}

.main_system .main_fair .data02 span {
  display: inline-block;
  padding-right: 20px;
  line-height: 1.9;
}

.main_system .main_fair .data02 span span {
  padding-right: 0;
}

.main_system .main_fair .data.date_box th {
  width: 30%;
  padding: 10px 6px;
  border-right: none;
  background: #f8f7f2;
  color: #6C645A;
  text-align: center;
}

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

.main_system .main_fair .data.date_box td {
  padding: 10px 20px;
  text-align: left;
}

.main_system .main_fair .data.date_box .tit {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 1.0;
  text-align: center;
}

.main_system .main_fair .data {
  margin-top: 60px;
}

.main_system .main_fair .data .fairtime {
  text-align: center;
}

.main_system .main_fair .data th {
  padding-bottom: 15px;
  text-align: center;
}

.main_system .main_fair .data td {
  padding: 15px 6px;
  text-align: center;
  vertical-align: middle;
}

.main_system .main_fair .data .note {
  width: 35%;
}

.main_system .main_fair .data .ex dt,
.main_system .main_fair .data .ex dd {
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.main_system .main_fair .data .ex dt:after {
  content: ": ";
}

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

.main_system .main_fair .data table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}

.main_system .main_fair .data tbody tr {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.main_system .main_fair .data tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

.main_system .main_fair .form_menu .reserve_time {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
  font-size: 16px;
  text-align: center;
}

.main_system .main_fair .form_menu .reserve_time .tit_form {
  display: inline-block;
  margin-right: 10px;
}

.main_system .main_fair .form_menu .reserve_time .select_box {
  display: inline-block;
}

.main_system .main_fair .form_menu .reserve_time .select_box select {
  height: 40px;
  background: #f4f1ec;
}

.main_system .main_fair .form_menu .btn_reserve {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.main_system .main_fair .form_menu .btn_reserve::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  transition-duration: 200ms;
}

.main_system .main_fair .form_menu .btn_reserve input {
  -webkit-appearance: none;
  width: 100%;
  padding: 18px 0;
  border: none;
  border-radius: 0;
  background: #C5A64D;
  color: #fff;
  font-size: 16px;
}

.main_system .main_fair .reserve_time a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 200px;
  width: 70%;
  height: 50px;
  margin: 5px auto 0;
  background: #C5A64D;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.main_system .main_fair .reserve_time.btn_time a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  margin: 5px auto 0;
  background: #C5A64D;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

.main_system .main_fair .reserve_time a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
}

.main_system .main_fair .section_index {
  width: 100%;
  margin: 0 auto;
}

.main_system .main_fair .section_rank {
  width: 1100px;
  margin: 0 auto 100px;
}

.main_system .main_fair .section_rank .fair_list .box .ph {
  width: 130px;
}

.main_system .main_fair .section_rank .fair_list .box .info_box {
  width: calc(100% - 135px);
}

.main_system .main_fair .section_rank .fair_list .box:first-child {
  height: 380px;
}

.main_system .main_fair .section_rank .fair_list .box:first-child .ph {
  width: 350px;
  height: 350px !important;
}

.main_system .main_fair .section_rank .fair_list .box:first-child .info_box {
  width: calc(100% - 370px);
}

.main_system .main_fair .section_rank .fair_list .box:first-child .info_box .tit {
  color: #c5a64d;
  font-size: 22px;
  font-weight: bold;
}

.main_system .main_fair .section_rank .fair_list .box:first-child .info_box .data {
  font-size: 16px;
  font-weight: bold;
}

.main_system .main_fair .section_rank .fair_list .box:first-child .more01 {
  position: absolute;
  right: 27px;
  bottom: 1px;
}

.main_system .main_fair .section_rank .fair_list .box:nth-child(2) .tit, .main_system .main_fair .section_rank .fair_list .box:nth-child(3) .tit {
  color: #c5a64d;
  font-weight: bold;
}

.main_system .main_fair .section_rank .fair_list .box:nth-child(2) .more01, .main_system .main_fair .section_rank .fair_list .box:nth-child(3) .more01 {
  display: none;
  position: absolute;
  right: 27px;
  bottom: 1px;
}

.main_system .main_fair .section_rank .box:first-child .info_box h3 {
  margin-bottom: 15px;
  font-size: 14px;
}

.main_system .main_fair .section_rank .box:nth-child(2) .info_box h3,
.main_system .main_fair .section_rank .box:nth-child(3) .info_box h3 {
  display: none !important;
}

.main_system .main_fair .section_rank .box .date {
  font-size: 16px;
  font-weight: bold;
}

.main_system .main_fair .section_rank .box .date span.Sat {
  color: #0D5281;
}

.main_system .main_fair .section_rank .box .date span.Sun {
  color: #B40000;
}

.main_system .main_fair .section_other_article .box {
  margin-bottom: 20px;
}

.main_system .main_fair .section_other_article .box .ph {
  width: 135px;
}

.main_system .main_fair .section_other_article .box .info_box {
  width: calc(100% - 150px);
}

.main_system .main_fair .section_other_article .box .info_box .tit {
  color: #c5a64d !important;
  font-weight: bold;
}

.main_system .main_fair .section_other_article h3 {
  margin: 0 auto 32px;
  font-size: 35px;
  letter-spacing: 1.0px;
  line-height: 0.4;
  text-align: center;
}

.main_system .main_fair .section_other_article h3 span {
  margin-top: 19px;
}

.main_system .main_fair .fair_all {
  width: 100%;
  padding: 80px 0 140px;
  background-color: #F9F7EF;
}

.main_system .main_fair .fair_all .fair_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto 30px;
}

.main_system .main_fair .fair_all .fair_inner .title_box {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.main_system .main_fair .fair_all .fair_inner .title_box h3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #a09f9f;
  font-size: 30px;
}

.main_system .main_fair .fair_all .fair_inner .title_box h3::before {
  display: block;
  flex-grow: 1;
  height: 1px;
  margin-right: .4em;
  background: #E4D9B8;
  content: "";
}

.main_system .main_fair .fair_all .fair_inner .title_box h3::after {
  display: block;
  flex-grow: 1;
  height: 1px;
  margin-left: .4em;
  background: #E4D9B8;
  content: "";
}

.main_system .main_fair .calendar_wrapper {
  position: relative;
  width: 538px;
  min-height: 544px !important;
  max-height: 564px;
  margin-right: 23px;
  padding: 40px 40px 60px;
  float: left;
  text-align: center;
}

.main_system .main_fair .calendar_wrapper::before {
  display: block;
  position: absolute;
  top: 42px;
  right: 40px;
  width: 129px;
  height: 129px;
  background: url(../img/cmn/icon_fair.png) no-repeat;
  background-size: 100%;
  content: "";
}

.main_system .main_fair .calendar_wrapper > p.month {
  font-size: 63px;
}

.main_system .main_fair .calendar_wrapper h3.ttl {
  font-size: 49px;
}

.main_system .main_fair .calendar_wrapper .calendar {
  outline: none;
}

.main_system .main_fair .calendar_wrapper .calendar .sub {
  margin-bottom: 20px;
  padding-top: 45px;
  font-size: 15px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner {
  /* line-height: 50px; */
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  color: #fff;
  font-size: 13px;
  /* margin: 0; */
  text-align: center;
}

.main_system .main_fair .calendar_wrapper .calendar .inner > div {
  flex-basis: 14.285714%;
  flex-grow: 1;
  width: 14.285714%;
  height: 48px;
  color: #6C645A;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 48px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner > div.sat {
  color: #0D5281;
}

.main_system .main_fair .calendar_wrapper .calendar .inner > div.sun {
  color: #B40000;
}

.main_system .main_fair .calendar_wrapper .calendar .inner .event_exist a {
  display: block;
  width: 33px;
  height: 33px;
  margin: 8px auto;
  border-radius: 50%;
  background: #FFF;
  line-height: 33px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner .special a,
.main_system .main_fair .calendar_wrapper .calendar .inner .premium a,
.main_system .main_fair .calendar_wrapper .calendar .inner .osusume a,
.main_system .main_fair .calendar_wrapper .calendar .inner .ichioshi a {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background: #9ba5a3 url(../img/cmn/icon_special.png) no-repeat top center;
  background-position: center 25px;
  background-size: auto 7px;
  color: #FFF;
  line-height: 33px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner .premium a {
  margin: 0 auto;
  background: #C3AD65 url(../img/cmn/icon_premium.png) no-repeat;
  background-position: center 25px;
  background-size: auto 7px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner .osusume a {
  margin: 0 auto;
  background: #8C9672 url(../img/cmn/icon_osusume.png) no-repeat;
  background-position: center 25px;
  background-size: auto 7px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner .ichioshi a {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background: #AF6C52 url(../img/cmn/icon_ichioshi.png) no-repeat;
  background-position: center 25px;
  background-size: auto 7px;
  color: #FFF;
  line-height: 33px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner div.tit_month {
  color: #6C645A;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

.main_system .main_fair .calendar_wrapper .calendar .inner div.tit_month.sat {
  color: #0D5281;
}

.main_system .main_fair .calendar_wrapper .calendar .inner div.tit_month.sun {
  color: #B40000;
}

.main_system .main_fair .calendar_slick .out_of_month_after,
.main_system .main_fair .calendar_slick .out_of_month_before {
  opacity: 0;
}

.main_system .main_fair .calendar_wrapper button.slick-next.slick-arrow {
  display: block;
  z-index: 99999;
  position: absolute;
  top: 510px !important;
  width: 100px;
  height: 25px !important;
  color: #6C645A;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.main_system .main_fair .calendar_wrapper button.slick-prev.slick-arrow {
  z-index: 2000;
  position: absolute;
  top: 510px !important;
  left: -27px;
  width: 100px;
  height: 25px !important;
  color: #6C645A;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.main_system .main_fair .calendar_wrapper .slick-disabled {
  display: none !important;
}

.main_system .main_fair .calendar_wrapper .calendar h3 {
  margin-bottom: -30px;
  color: #6C645A;
  
  font-size: 52px;
}

.main_system .main_fair .calendar_wrapper .calendar .lead {
  margin-bottom: 22px;
}

.main_system .main_fair .calendar_wrapper .calendar p.month {
  position: relative;
  margin-top: 7px;
  margin-bottom: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 55px;
  line-height: 1;
}

.main_system .main_fair .fair_all .calendar table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  table-layout: fixed;
}

.main_system .main_fair .fair_all .calendar table th {
  padding: 1px 14px 12px;
  border-bottom: 1px solid #1f1f1f;
  text-align: center;
}

.main_system .main_fair .fair_all .calendar table td {
  width: 37px;
  height: 45px;
  padding: 1px 13px;
  border-bottom: 1px solid #1f1f1f;
  color: #1f1f1f;
  font-weight: 400;
  letter-spacing: 2px;
}

.main_system .main_fair .fair_all .calendar table td a:focus {
  background: #141414;
  color: #fff;
  text-decoration: none;
}

.main_system .main_fair .fair_all .calendar table td .premium a,
.main_system .main_fair .fair_all .calendar table td .fair_all .calendar .inner table td .osusume a {
  display: block;
  width: 33px;
  height: 33px;
  padding: 10px 8px;
  background: #dfc6b9;
  color: #fff;
  text-decoration: none;
}

.main_system .main_fair .fair_all .calendar table tr:nth-child(2) td {
  padding-top: 10px;
}

.main_system .main_fair .title.day01, .main_system .main_fair .title.day02 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.main_system .main_fair .fair_list_inner.day .unit > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #777;
}

.main_system .main_fair .fair_list_inner.day {
  width: 542px;
  height: 524px;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
}

.main_system .main_fair .fair_list_inner.day .unit > li:last-child {
  border-bottom: none;
}

.main_system .main_fair .fair_list_inner.day .ph {
  width: 114px;
  height: 76px;
  margin-right: 14px;
  float: left;
  overflow: hidden;
}

.main_system .main_fair .fair_list_inner.day .date {
  float: left;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-family: 100
  font-family: 15px;
}

.main_system .main_fair .fair_list_inner.day .date .month {
  display: block;
  margin-bottom: -7px;
  padding-left: 9px;
}

.main_system .main_fair .fair_list_inner.day .date .day {
  display: block;
  font-size: 31px;
}

.main_system .main_fair .fair_list_inner.day .date .day2 {
  display: block;
  margin-top: -3px;
  padding-left: 4px;
  font-size: 12px;
}

.main_system .main_fair p.fair_list_day02.en01,
.main_system .main_fair p.fair_list_day02.en01 {
  display: none;
}

.main_system .main_fair .fair_list #day .title.day02,
.main_system .main_fair .fair_list #day2 .title.day01 {
  display: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.main_system .main_fair .fair_list_inner.day .date {
  padding-right: 5px;
  float: left;
  color: #fff;
  font-family: "Gothic Medium BBB", sans-serif;
  font-family: 15px;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper {
  width: 162px;
  float: left;
  color: #fff;
  text-align: left;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper .icon_box {
  max-height: 18px;
  overflow: hidden;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper .icon_box.special {
  display: none;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper .icon_box.special {
  display: none;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper .title {
  -o-text-overflow: ellipsis;
  max-height: 53px;
  margin-top: 5px;
  overflow: hidden;
  /* font-family: "Gothic Medium BBB", sans-serif; */
  font-size: 12px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
}

.main_system .main_fair .fair_list_inner.day .txt_wrapper .txt {
  display: none;
  max-height: 46px;
  margin-top: 2px;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 1.5;
}

.main_system .main_fair .unit_other {
  width: 382px;
  height: 398px;
  float: right;
  background-color: rgba(0, 0, 0, 0.6);
}

.main_system .main_fair .unit_other .ph {
  width: 114px;
  height: 76px;
}

.main_system .main_fair .unit_other .ph img {
  width: 100%;
}

.main_system .main_fair .special_fair {
  position: relative;
  width: 538px;
  height: 540px;
  float: right;
}

.main_system .main_fair .special_fair iframe {
  z-index: 99999;
  position: relative;
  width: 100%;
  height: 1550px;
  overflow: scroll;
  border: none;
}

.main_system .main_fair .special_fair .fair_list {
  -webkit-overflow-scrolling: touch;
  height: 514px;
  margin-top: 50px;
  padding: 0 0 15px;
  overflow-y: scroll;
}

.main_system .main_fair .fair_list_day01 {
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #6C645A;
  font-size: 20px;
  text-align: center;
}

.main_system .main_fair .section_fair_main {
  width: 100%;
  text-align: center;
}

.main_system .main_fair .section_fair_main .btn_fair {
  margin: 0 auto;
}

.main_system .main_fair .section_fair_main .btn_fair li {
  display: inline-block;
  width: 352px;
  height: 66px;
  margin-right: 20px;
  vertical-align: top;
}

.main_system .main_fair .section_fair_main .btn_fair li:first-child a {
  height: 86px;
  border: 1px solid #6C645A;
  border-radius: 45px;
  background: none;
  background: #FCFBF7;
  color: #6C645A;
}

.main_system .main_fair .section_fair_main .btn_fair li:first-child a span {
  display: block;
  font-size: 17px;
  padding-top: 10px;
}

.main_system .main_fair .section_fair_main .btn_fair li:first-child a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #6C645A;
  content: "";
}

.main_system .main_fair .section_fair_main .btn_fair li:nth-child(2) {
  margin-right: 0;
}

.main_system .main_fair .section_fair_main .btn_fair li:nth-child(2) a {
  height: 86px;
  padding: 20px 15px 0;
  border: 1px solid #C5A64D;
  border-radius: 45px;
  background: none;
  background: #FCFBF7;
  color: #6C645A;
  font-size: 13px;
  line-height: 1.5;
}

.main_system .main_fair .section_fair_main .btn_fair li:nth-child(2) a span {
  display: block;
  color: #C5A64D;
  font-size: 17px;
}

.main_system .main_fair .section_fair_main .btn_fair li:nth-child(2) a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #C5A64D;
  content: "";
}

.main_system .main_fair .section_index .section_fair_cal {
  width: 1100px;
  margin: 0 auto;
}

.main_system .main_fair .section_index .section_fair_cal .section_day {
  margin-top: -50px;
  padding-top: 50px;
}

.main_system .main_fair .section_index .section_fair_cal .section_day h3 {
  
  font-size: 34px;
  line-height: 1.3;
}

.main_system .main_fair .section_index .section_fair_cal .section_day h3 span {
  margin-top: -2px;
  font-size: 14px;
}

.main_system .main_fair .section_index .section_btn {
  width: 750px;
  margin: 0 auto;
}

.main_system .main_fair .section_index .section_btn li {
  display: inline-block;
  width: 352px;
  height: 86px;
  margin-right: 20px;
  vertical-align: top;
}

.main_system .main_fair .section_index .section_btn li a {
  position: relative;
  height: 86px;
  padding: 10px 0;
  border: 1px solid #6c645a;
  border-radius: 45px;
  background: none;
  color: #6c645a;
}

.main_system .main_fair .section_index .section_btn li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 3px solid transparent;
  border-left: 5px solid #6c645a;
  content: "";
}

.main_system .main_fair .section_index .section_btn li.back a {
  height: 86px;
  padding: 20px 14px;
  border: 1px solid #c5a64d;
  border-radius: 45px;
  background: none;
  background: #fcfbf7;
  color: #6c645a;
  font-size: 12px;
  line-height: 1.5;
}

.main_system .main_fair .section_index .section_btn li.back a span {
  display: block;
  color: #c5a64d;
  font-size: 17px;
}

.main_system .main_fair .section_index .section_btn li.back a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #c5a64d;
  content: "";
}

.main_system .main_fair .section_index .section_btn .btn.cv02 a {
  background-color: #8C9672 !important;
}

.main_system .main_fair .section_index .section_btn .btn.cv02 a::after {
  border-left: 5px solid #FFFFFF !important;
}

.main_system .main_fair .section_index .section_btn {
  margin-top: 70px;
}

.main_system .main_fair .section_index .section_fair_cal .section_day .box {
  height: 380px;
  background-color: #FFF;
}

.main_system .main_fair .section_index .section_fair_cal .section_day .box .ph {
  height: 350px;
}

.main_system .main_fair .section_detail {
  margin-bottom: 100px;
}

.main_system .main_fair .section_detail .main_box .ph {
  padding-bottom: 90%;
}

.main_system .main_fair .section_detail .unit .tit {
  color: #c5a64d;
  font-weight: bold;
}

.main_system .main_fair .section_btn .btn a {
  font-size: 15px !important;
}
/*
.main_system .main_fair .fair_all .section_btn .btn a {
  font-size: 11px !important;
}

.main_system .main_fair .section_detail .section_btn .btn.cv01 a {
  font-size: 11px !important;
}
*/
.main_system .main_fair .section_other_article .box .info_box .date {
  margin-bottom: 5px;
}

.main_system .main_fair .section_btn .btn.cv01 a {
  height: 86px;
  padding: 20px 14px;
  border: 1px solid #c5a64d;
  border-radius: 45px;
  background: #fcfbf7;
  color: #6c645a;
  font-size: 12px;
  line-height: 1.5;
}

.main_system .main_fair .section_btn .btn.cv01 a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #c5a64d;
  content: "";
}

.main_system .main_fair .section_btn .btn.cv01 a span {
  color: #c5a64d !important;
}

.main_system .main_fair .section_btn .btn.sub_btn a {
  position: relative;
  height: 66px;
  padding: 10px 0;
  border: 1px solid #6c645a !important;
  border-radius: 45px;
  background: none;
  color: #6c645a;
}

.main_system .main_fair .section_btn .btn.sub_btn a::after {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #6c645a !important;
  content: "";
}

.main_system .main_fair .section_btn .btn.sub_btn a span {
  color: #6c645a !important;
}

.main_system .main_fair .section_btn .btn.cv01.one a, .main_system .main_fair .section_btn .btn.sub_btn.one a {
  padding: 0;
  line-height: 66px;
}

.main_system .main_fair .section_btn .btn.sub_btn.one.back a {
  position: relative;
}

.main_system .main_fair .section_btn .btn.sub_btn.one.back a::before {
  display: block;
  z-index: 99;
  position: absolute;
  top: 45%;
  left: 23px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 6px solid #6c645a !important;
  content: "";
}

.main_system .main_fair .section_btn .btn.sub_btn.one.back a::after {
  content: none;
}

.main_system .main_fair .data02 {
  margin: 10px 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.main_system .main_report {
  /* ================================
 *
 * レポート
 *
 * ================================ */
  /*---------------------------------------------------
 Report_index
---------------------------------------------------*/
  /*---------------------------------------------------
 Report_detail
---------------------------------------------------*/
  padding-bottom: 90px;
}

.main_system .main_report .article_h2 h2 {
  margin-bottom: 10px;
}

.main_system .main_report .section_index .box {
  position: relative;
  width: 345px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.main_system .main_report .section_index .box:nth-child(3n) {
  margin-right: 0;
}

.main_system .main_report .section_index .box:nth-child(3n+1) {
  clear: left;
}

.main_system .main_report .section_index .box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}

.main_system .main_report .section_index .box .info_box {
  padding-top: 15px;
  text-align: center;
}

.main_system .main_report .section_index .box .info_box .tit {
  max-height: 47px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}

.main_system .main_report .section_index .box .info_box .date {
  margin-bottom: 5px;
}

.main_system .main_report .section_index .box .info_box .icon_box {
  margin-top: 8px;
  text-align: center;
}

.main_system .main_report .section_index .box .info_box .name {
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  .main_system .main_report .section_index .box {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .main_system .main_report .section_index .box:nth-child(2n) {
    float: right;
  }
  .main_system .main_report .section_index .box:nth-child(2n+1) {
    clear: left;
  }
  .main_system .main_report .section_index .box:nth-child(3n+1) {
    clear: none;
  }
}

.main_system .main_report .section_detail .main_box .name,
.main_system .main_report .section_detail .main_box .report_date,
.main_system .main_report .section_detail .main_box .report_people,
.main_system .main_report .section_detail .main_box .icon_box {
  margin-top: 15px;
}

.main_system .main_report .section_detail .btn_more.back2 {
  position: relative;
}

.main_system .main_report .section_detail .btn_more.back2:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 3px solid transparent;
  border-right: 5px solid #fff;
  content: "";
}

.main_system .main_report .section_detail .cnt_box {
  width: 750px;
  margin: 0 auto;
}

.main_system .main_report .section_detail .cnt_box .planner_message {
  padding: 20px 20px 10px !important;
  background: #f8f7f2;
}

.main_system .main_report .section_detail .cnt_box .planner_message .txt {
  line-height: 1.6 !important;
}

.main_system .main_report .system_article p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.main_system .main_report .system_article .photo01 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.main_system .main_report .system_article .photo02 {
  *zoom: 1;
}

.main_system .main_report .system_article .photo02:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: " ";
}

.main_system .main_report .system_article p,
.main_system .main_report .system_article .photo02 {
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 0 !important;
}

.main_system .main_report .system_article p li,
.main_system .main_report .system_article .photo02 li {
  max-width: 49%;
  overflow: hidden;
}

.main_system .main_report .system_article p li img,
.main_system .main_report .system_article .photo02 li img {
  width: 100%;
}

.main_system .main_report .system_article .unit_data table {
  width: 100%;
  border-top: 1px #ccc solid;
  border-collapse: collapse;
}

.main_system .main_report .system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}

.main_system .main_report .system_article .unit_data td {
  padding: 16px 0;
  font-size: 13px;
}

.main_system .main_report .system_article .unit_data th {
  width: 240px;
  padding: 16px;
  background: #f7f2ee;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.main_system .main_report .system_article .unit_data td {
  padding: 16px 32px;
}

.main_system .main_report .section_other_list .info_box .icon_box {
  margin-top: 7px;
}

@media screen and (max-width: 740px) {
  .main_system .main_report .section_detail .main_box .name,
  .main_system .main_report .section_detail .main_box .report_date,
  .main_system .main_report .section_detail .main_box .report_people {
    margin-top: 8px;
  }
  .main_system .main_report .section_detail .main_box .icon_box {
    margin-top: 12px;
  }
  .main_system .main_report .section_detail .cnt_box {
    width: 100%;
  }
  .main_system .main_report .system_article .unit_faq {
    margin-bottom: 10%;
  }
  .main_system .main_report .section_other_list {
    margin: 7% auto 8%;
  }
}

.main_system .main_report .section_detail .unit .tbl_txt dd {
  line-height: 1.9;
  vertical-align: middle !important;
}

.main_system .main_gallery {
  /* ================================
 *
 * ギャラリー
 *
 * ================================ */
}

.main_system .main_gallery .article_h2 h2 {
  margin-bottom: 10px;
}

.main_system .main_gallery ul.gallery {
  opacity: 1.0;
  transition: none;
}

.main_system .main_gallery ul.gallery li {
  position: relative;
  width: 264px;
  height: 264px;
  margin: 0 14px 14px 0;
  float: left;
  overflow: hidden;
}

.main_system .main_gallery ul.gallery li:nth-child(4n) {
  margin: 0 0 14px 0;
}

.main_system .main_gallery ul.gallery li img {
  width: 100%;
}

.main_system .main_gallery p.btn_open {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 35px auto 70px;
  padding-top: 60px;
  border: 1px solid #6C645A;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}

.main_system .main_gallery p.btn_open::after {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 30px;
  height: 37px;
  margin-left: -15px;
  background: url(../gallery/img/ico_more.png) no-repeat;
  background-size: 30px auto;
  content: "";
}

.main_system .main_gallery p.btn_open:hover {
  cursor: pointer;
  opacity: .8;
}

.main_system .main_gallery .area_more {
  display: none;
}

.main_system .main_gallery .btn_more {
  display: block;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0px auto 20px;
  background: #6C645A;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.main_system .main_gallery .btn_open.open {
  display: none;
}

.main_system .main_gallery .btn_more.open:after {
  margin-top: -7px;
  transform: rotate(270deg);
}

.main_system .main_gallery .btn_open .label_open {
  display: inline;
}

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

.main_system .main_gallery .btn_open .label_close {
  display: none;
}

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

.main_system .main_gallery .comment {
  font-size: 30px;
  text-align: center;
}

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

.main_system .main_gallery .section_detail .section_gallery_btn {
  padding-top: 70px;
}

.main_system .main_news,
.main_system .main_blog {
  /*  Main
*---------------------------------------------------------- */
  /*  Side
*---------------------------------------------------------- */
  /* news_box
--------------------------------------------------*/
  /* section_detail
--------------------------------------------------*/
}

@media print, screen and (min-width: 741px) {
  .main_system .main_news .main,
  .main_system .main_blog .main {
    width: 700px;
    float: left;
  }
}

.main_system .main_news .section_detail,
.main_system .main_blog .section_detail {
  width: 1100px;
  margin-bottom: 100px;
}

.main_system .main_news .section_detail .detail_inner,
.main_system .main_blog .section_detail .detail_inner {
  width: 700px;
  float: left;
}

.main_system .main_news .section_detail .detail_inner .main_box,
.main_system .main_blog .section_detail .detail_inner .main_box {
  border: none;
}

.main_system .main_news .section_detail .detail_inner .main_box .unit .ph,
.main_system .main_blog .section_detail .detail_inner .main_box .unit .ph {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  float: none;
}

.main_system .main_news .section_detail .detail_inner .main_box .unit .txt_box,
.main_system .main_blog .section_detail .detail_inner .main_box .unit .txt_box {
  width: 100%;
  padding: 15px 0 0 0;
  float: none;
}

.main_system .main_news .btn_more.back2 a:after,
.main_system .main_blog .btn_more.back2 a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 3px solid transparent;
  border-right: 5px solid #FFFFFF;
  content: "";
}

.main_system .main_news aside.side,
.main_system .main_blog aside.side {
  width: 270px;
  float: right;
}

.main_system .main_news aside.side .side_box,
.main_system .main_blog aside.side .side_box {
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #fff;
}

.main_system .main_news aside.side .side_box .side_tit, .main_system .main_news aside.side .side_box .side_sub,
.main_system .main_blog aside.side .side_box .side_tit,
.main_system .main_blog aside.side .side_box .side_sub {
  display: inline;
}

.main_system .main_news aside.side .side_box .side_tit,
.main_system .main_blog aside.side .side_box .side_tit {
  margin-bottom: -8px;
  background: none !important;
  color: #6C645A;
  font-size: 23px;
  line-height: 23px;
  text-align: left;
}

.main_system .main_news aside.side .side_box .side_sub,
.main_system .main_blog aside.side .side_box .side_sub {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 13px;
}

.main_system .main_news aside.side .side_box .box,
.main_system .main_blog aside.side .side_box .box {
  margin-bottom: 20px;
}

.main_system .main_news aside.side .side_box .box .ph,
.main_system .main_blog aside.side .side_box .box .ph {
  width: 269px;
  height: 167px;
  margin-bottom: 10px;
}

.main_system .main_news aside.side .side_box .box .ph img,
.main_system .main_blog aside.side .side_box .box .ph img {
  width: 100%;
}

.main_system .main_news aside.side .side_box .box .info_box .tit,
.main_system .main_blog aside.side .side_box .box .info_box .tit {
  max-height: 44px;
  margin-bottom: 5px;
  overflow: hidden;
}

.main_system .main_news aside.side .side_box .box .info_box .date,
.main_system .main_blog aside.side .side_box .box .info_box .date {
  font-size: 13px;
}

.main_system .main_news aside.side .side_box .archive,
.main_system .main_blog aside.side .side_box .archive {
  padding: 20px 0px 0;
}

.main_system .main_news aside.side .side_box .archive .nextback,
.main_system .main_blog aside.side .side_box .archive .nextback {
  margin-top: 15px;
  border-top: solid 1px #6C645A;
  border-bottom: solid 1px #6C645A;
  background: none;
}

.main_system .main_news aside.side .side_box .archive .nextback .next,
.main_system .main_blog aside.side .side_box .archive .nextback .next {
  width: 25%;
}

.main_system .main_news aside.side .side_box .archive .nextback .back,
.main_system .main_blog aside.side .side_box .archive .nextback .back {
  width: 25%;
}

.main_system .main_news aside.side .side_box .archive .nextback p.yearbox,
.main_system .main_blog aside.side .side_box .archive .nextback p.yearbox {
  font-size: 14px;
}

.main_system .main_news aside.side .side_box .archive .nextback .next a span:after,
.main_system .main_blog aside.side .side_box .archive .nextback .next a span:after {
  display: block;
  right: 0px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: 1px solid #6C645A;
  border-right: 1px solid #6C645A;
  border-bottom: none;
  border-left: none;
  content: "";
}

.main_system .main_news aside.side .side_box .archive .nextback .back a span::before,
.main_system .main_blog aside.side .side_box .archive .nextback .back a span::before {
  display: block;
  left: 0px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  transform: rotate(-135deg);
  border-top: 1px solid #6C645A;
  border-right: 1px solid #6C645A;
  border-bottom: none;
  border-left: none;
  content: "";
}

.main_system .main_news aside.side .side_box .archive .archive_list,
.main_system .main_blog aside.side .side_box .archive .archive_list {
  margin-top: 15px;
  border-top: 1px solid #523f3f;
}

.main_system .main_news aside.side .side_box .archive .archive_list li:first-child a,
.main_system .main_blog aside.side .side_box .archive .archive_list li:first-child a {
  margin-top: 20px;
}

.main_system .main_news aside.side .side_box .archive .archive_list li a,
.main_system .main_blog aside.side .side_box .archive .archive_list li a {
  padding: 5px 15px 5px 22px;
  border-bottom: none;
}

.main_system .main_news aside.side .side_box .archive .archive_list li a::before,
.main_system .main_blog aside.side .side_box .archive .archive_list li a::before {
  display: block;
  position: absolute;
  top: 56%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -12px;
  border: none;
  font-family: "source-han-sans-japanese",  sans-serif;
  content: "ー";
  transition-duration: 200ms;
}

.main_system .main_news aside.side .side_box .archive .archive_list.month-list,
.main_system .main_blog aside.side .side_box .archive .archive_list.month-list {
  border-top: none !important;
}

@media screen and (max-width: 740px) {
  .main_system .main_news aside.side,
  .main_system .main_blog aside.side {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

.main_system .main_news .section_other_list h3,
.main_system .main_blog .section_other_list h3 {
  padding: 12px 20px;
  border-top: 1px solid #6C645A;
  border-bottom: 1px solid #6C645A;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 18px;
}

.main_system .main_news .section_other_list .box,
.main_system .main_blog .section_other_list .box {
  width: 334px;
  padding: 10px;
  border: solid 1px #ccc;
}

.main_system .main_news .section_other_list .box a,
.main_system .main_blog .section_other_list .box a {
  position: relative;
  padding: 0;
}

.main_system .main_news .section_other_list .box a:before,
.main_system .main_blog .section_other_list .box a:before {
  display: block;
  z-index: 99;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #6C645A;
  content: "";
  transition-duration: 200ms;
}

.main_system .main_news .section_other_list .box a .ph,
.main_system .main_blog .section_other_list .box a .ph {
  width: 145px;
  height: 0;
  padding-bottom: 30%;
}

.main_system .main_news .section_other_list .box a .info_box,
.main_system .main_blog .section_other_list .box a .info_box {
  width: calc(100% - 160px);
  float: right;
  text-align: left;
}

.main_system .main_news .section_other_list .box a .info_box .tit,
.main_system .main_blog .section_other_list .box a .info_box .tit {
  max-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
}

@media screen and (max-width: 740px) {
  .main_system .main_news .section_other_list .box,
  .main_system .main_blog .section_other_list .box {
    width: 48%;
  }
  .main_system .main_news .section_other_list .box .info_box,
  .main_system .main_blog .section_other_list .box .info_box {
    width: auto;
    float: none;
  }
  .main_system .main_news .section_rank .box .date,
  .main_system .main_blog .section_rank .box .date {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 741px) {
  .main_system .main_news .section_detail .main_box,
  .main_system .main_blog .section_detail .main_box {
    border: 1px solid #6C645A;
  }
  .main_system .main_news .section_detail .main_box .unit,
  .main_system .main_blog .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .main_system .main_news .section_detail .main_box .txt_box,
  .main_system .main_blog .section_detail .main_box .txt_box {
    padding: 30px 30px 0 0;
  }
  .main_system .main_news .section_detail .main_box .ph,
  .main_system .main_blog .section_detail .main_box .ph {
    width: 500px;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 30%;
    float: left;
  }
  .main_system .main_news .section_detail .main_box .txt_box,
  .main_system .main_blog .section_detail .main_box .txt_box {
    width: calc(100% - 530px);
    float: right;
    text-align: left;
  }
  .main_system .main_news .section_detail .inner.detail,
  .main_system .main_blog .section_detail .inner.detail {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #6C645A;
  }
}

.main_system .main_news .section_other_list .box .ph ,
.main_system .main_blog .section_other_list .box .ph  {
  position:  relative;
  width:  160px;
  height:  0;
  padding-bottom: 30%;
  float:  left;
  overflow:  hidden;
}

.main_system .main_news .section_other_list .box .info_box ,
.main_system .main_blog .section_other_list .box .info_box  {
  float:  right;
  text-align:  left;
  vertical-align:  bottom;
}

.system_article {
  /*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
}

.system_article html {
  background: #fff;
  color: #6C645A;
}

.system_article body,
.system_article div,
.system_article dl,
.system_article dt,
.system_article dd,
.system_article ul,
.system_article ol,
.system_article li,
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6,
.system_article pre,
.system_article code,
.system_article form,
.system_article fieldset,
.system_article legend,
.system_article input,
.system_article textarea,
.system_article p,
.system_article blockquote,
.system_article th,
.system_article td {
  margin: 0;
  padding: 0;
}

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

.system_article fieldset,
.system_article img {
  border: 0;
}

.system_article address,
.system_article caption,
.system_article cite,
.system_article code,
.system_article dfn,
.system_article em,
.system_article strong,
.system_article th,
.system_article var {
  font-style: normal;
  font-weight: normal;
}

.system_article ol,
.system_article ul {
  list-style: none;
}

.system_article caption,
.system_article th {
  text-align: left;
}

.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6 {
  font-size: 100%;
  font-weight: normal;
}

.system_article q:before,
.system_article q:after {
  content: "";
}

.system_article abbr,
.system_article acronym {
  border: 0;
  font-feature-settings: normal;
  font-variant: normal;
}

.system_article sup {
  vertical-align: text-top;
}

.system_article sub {
  vertical-align: text-bottom;
}

.system_article input,
.system_article textarea,
.system_article select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.system_article input,
.system_article textarea,
.system_article select {
  *font-size: 100%;
}

.system_article legend {
  color: #000;
}

.system_article #yui3-css-stamp.cssreset {
  display: none;
}

.system_article main,
.system_article aside {
  display: block;
}

.system_article p {
  min-height: 1.4em;
  margin-bottom: .6em !important;
  color: #6C645A;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
}

.system_article p::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}

.system_article ul {
  margin-bottom: .6em !important;
  padding-left: 1.5em !important;
  color: #6C645A;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  list-style: disc !important;
}

.system_article ol {
  margin-bottom: .6em !important;
  padding-left: 1.5em !important;
  color: #6C645A;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  list-style: decimal !important;
}

.system_article a {
  color: #0D5283;
  text-decoration: underline !important;
}

.system_article a:hover {
  text-decoration: none !important;
}

.system_article a:active {
  text-decoration: underline !important;
}

.system_article .aligncenter {
  display: block !important;
  margin: 0 auto !important;
  clear: both !important;
}

.system_article img.aligncenter {
  display: block !important;
  margin: 0 auto !important;
  clear: both !important;
}

.system_article .alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

.system_article .alignright {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  clear: both;
}

.system_article .wp-caption-text {
  text-align: center;
}

.system_article strong,
.system_article em {
  font-weight: bold !important;
}

.system_article h1 {
  margin: 2.4em 0 1.2em;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h1:first-child {
  margin-top: 0;
}

.system_article h2 {
  margin: 2em 0 1em;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h2:first-child {
  margin-top: 0;
}

.system_article h3 {
  margin: 1.6em 0 .8em;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h3:first-child {
  margin-top: 0;
}

.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

.system_article th {
  padding: .4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
  text-align: center;
}

.system_article td {
  padding: .4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
}

.system_article img {
  max-width: 100%;
  height: auto !important;
}

.system_article video {
  max-width: 100%;
}

.system_article .photo01,
.system_article .photo02 {
  margin-bottom: 20px;
}

.system_article .photo01 img {
  display: block;
  width: 100%;
  height: auto;
}

.system_article .photo02 {
  *zoom: 1;
}

.system_article .photo02:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: " ";
}

.system_article .photo02 li {
  width: 49%;
  overflow: hidden;
}

.system_article .photo02 li:first-child {
  float: left;
}

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

.system_article .photo02 li img {
  display: block;
  height: auto;
}

.system_article .unit_faq {
  margin-bottom: 50px;
}

.system_article .unit_faq dt,
.system_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}

.system_article .unit_faq dt {
  font-size: 15px;
  font-weight: bold;
}

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

.system_article .unit_data table {
  width: 100%;
  border-top: 1px #ccc solid;
  border-collapse: collapse;
}

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

.system_article .unit_data td {
  padding: 16px 0;
  font-size: 13px;
}

.system_article .unit_data th {
  width: 240px;
  padding: 16px;
  background: #f7f2ee;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.system_article .unit_data td {
  padding: 16px 32px;
}

.ph.ph_sys {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.ph.ph_sys img {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
/*# sourceMappingURL=system.css.map */
