@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 {
    padding: 0 5%;
  }
  .section_detail {
    padding: 0;
  }
}

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

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

.section_index .icon_box.special {
  max-height: 25px;
}

.icon,
.category {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 5px;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 11px;
  vertical-align: top;
}

.special .icon {
  padding: 0 8px;
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
}

.new {
  position: relative;
}

.new:after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #c79346;
  color: #fff;
  font-family: park-lane, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 53px;
  text-align: center;
  content: "NEW";
}

@media screen and (max-width: 740px) {
  .new:after {
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    font-family: park-lane, serif;
    font-size: 11px;
    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: #3e2500;
  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: #ad8b14;
  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: 10px 0 10px;
  background: #ad8b14;
  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: #3e2500;
  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 #3e2500;
  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 #3e2500;
  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 #3e2500;
  color: #3e2500;
  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 #3e2500;
  content: "";
  transition-duration: 200ms;
}

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

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

.main_system main {
  padding-top: 70px;
}

.main_system .main_fair.main_day {
  padding-top: 0;
}

.main_system .main_fair.main_day .topcontrol {
  display: none;
}

@media screen and (max-width: 740px) {
  .main_system main {
    padding-top: 0;
  }
}

.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 #3e2500;
  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;
}

@media screen and (max-width: 740px) {
  .main_system .section_detail .section_rec {
    width: 100%;
  }
  .main_system .section_detail .section_rec .ph {
    width: 39%;
  }
  .main_system .section_detail .section_rec .info_box {
    width: 58%;
  }
  .main_system .section_detail .section_rec .btn_more02 {
    margin-top: 7px;
    font-size: 11px;
    text-align: right;
  }
}

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

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

.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 #3e2500;
  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: 20px;
}

.main_system .section_rank .box .icon_box {
  max-height: 47px;
  margin-bottom: 5px;
  overflow: hidden;
}

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

.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) .icon_box,
.main_system .section_rank .box:nth-child(3) .icon_box {
  max-height: 23px;
}

.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 #3e2500;
}

.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: 70px;
  margin-top: 2px;
  overflow: hidden;
  font-size: 14px;
}

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

@media screen and (max-width: 740px) {
  .main_system .section_rank {
    margin: 0 auto 10%;
  }
  .main_system .section_rank .box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    border: none;
    background: none;
    text-align: left;
  }
  .main_system .section_rank .box:first-child {
    width: 100%;
    height: auto;
    background: #f9f1e7;
  }
  .main_system .section_rank .box:first-child .ph {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
  }
  .main_system .section_rank .box:first-child .info_box {
    padding: 10px;
  }
  .main_system .section_rank .box:first-child .tit {
    max-height: 86px;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.5;
  }
  .main_system .section_rank .box:first-child .plice {
    font-size: 20px;
  }
  .main_system .section_rank .box:nth-child(2),
  .main_system .section_rank .box:nth-child(3) {
    width: 48%;
  }
  .main_system .section_rank .box:nth-child(2) .tit,
  .main_system .section_rank .box:nth-child(3) .tit {
    max-height: 52px;
  }
  .main_system .section_rank .box a {
    padding: 0;
  }
  .main_system .section_rank .box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    float: none;
  }
  .main_system .section_rank .box .info_box {
    position: inherit;
    top: inherit;
    right: inherit;
    width: auto;
    margin-top: 13px;
    padding: 0;
    float: none;
    transform: inherit;
  }
  .main_system .section_rank .box:nth-child(2) .info_box,
  .main_system .section_rank .box:nth-child(3) .info_box {
    width: auto;
  }
  .main_system .section_rank .box:after {
    display: none;
  }
  .main_system .section_rank .box .icon_box {
    max-height: 40px;
  }
}

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

.main_system .section_other_list h3 {
  margin: 0 auto 32px;
  font-family: park-lane, serif;
  font-size: 30px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  text-align: center;
}

.main_system .section_other_list .catch {
  display: block;
  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;
}

.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: 15px;
}

.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: 18px;
}

@media screen and (max-width: 740px) {
  .main_system .section_other_list h3 {
    margin-bottom: 6%;
    font-size: 24px;
  }
  .main_system .section_other_list .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    margin-left: 0;
    cursor: pointer;
  }
  .main_system .section_other_list .box .ph {
    width: 100%;
    height: 0;
    margin-bottom: 6px;
    padding-bottom: 66%;
    float: none;
  }
  .main_system .section_other_list .box .info_box {
    width: auto;
    margin-top: 13px;
    float: none;
  }
  .main_system .section_other_list .plice {
    font-size: 19px;
  }
}

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

.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: 40px;
  background: #fff;
}

.main_system .section_detail .main_box .ph {
  position: relative;
  width: 920px;
  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: #3e2500;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

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

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

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

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

.main_system .section_detail .unit .tit {
  margin-bottom: 8px;
  font-size: 17px;
  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: #3e2500;
  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-top: 4px;
  margin-left: 15px;
  padding-right: 30px;
  line-height: 17px;
  text-align: left;
  vertical-align: middle;
}

.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 #3e2500;
  border-bottom: 1px solid #3e2500;
  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 {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.main_system .included_box .data th {
  padding: 10px 6px;
  background: #f7f2ee;
  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 {
  padding: 10px 6px;
  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: #f7f2ee;
}

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

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

@media screen and (max-width: 740px) {
  .main_system .section_detail {
    width: 90%;
    background: #FFF;
  }
  .main_system .section_detail .main_box {
    margin-bottom: 6%;
  }
  .main_system .section_detail .main_box .unit {
    margin-bottom: 0;
    padding: 0;
  }
  .main_system .section_detail .main_box .unit .icon_box {
    margin-bottom: 7px;
  }
  .main_system .section_detail .main_box .unit .ph.new::after {
    width: 42px;
    height: 42px;
    line-height: 43px;
  }
  .main_system .section_detail .main_box .unit .tit {
    font-size: 16px;
  }
  .main_system .section_detail .main_box .ph {
    width: 100%;
    margin-bottom: 4%;
    padding-bottom: 67%;
    float: none;
  }
  .main_system .section_detail .main_box .txt_box {
    width: 100%;
    float: none;
  }
  .main_system .section_detail .main_box .tbl_txt {
    margin: 5% auto;
    text-align: left;
  }
  .main_system .section_detail .main_box .tbl_txt dt {
    width: 36%;
    padding: 3px;
  }
  .main_system .section_detail .main_box .tbl_txt dd {
    width: 58%;
    max-width: 100%;
    margin-bottom: 4%;
    margin-left: 10px;
    padding-right: 0;
  }
  .main_system .section_detail .cnt_box {
    margin-bottom: 11%;
  }
  .main_system .section_detail .inner.detail,
  .main_system .section_detail .inner.detail div,
  .main_system .section_detail .inner.detail ul {
    transform: none;
    opacity: 1.0;
  }
  .main_system .included_box .data {
    margin-bottom: 0;
  }
  .main_system .included_box .tit {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .main_system .value_box {
    margin-top: 10%;
  }
  .main_system .section_btn {
    width: 100%;
  }
  .main_system .section_btn li {
    width: 100%;
  }
  .main_system .section_btn li:first-child {
    margin-bottom: 25px;
  }
  .main_system .section_btn .btn a {
    padding: 10px 0;
    line-height: 1.4;
  }
  .main_system .section_btn .btn a span {
    display: block;
    font-size: 12px;
  }
  .main_system .section_btn .btn.cv01 a {
    border: none;
    background: #dd8168;
  }
  .main_system .section_detail .section_btn {
    margin-top: 5%;
  }
  .main_system .container .section_detail {
    padding-bottom: 10%;
  }
}

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

.main_system .section_other_article h3 {
  margin: 0 auto 32px;
  font-size: 26px;
  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 {
  width: 440px;
  margin-right: 10px;
  margin-bottom: 22px;
  margin-left: 10px;
  float: left;
  border: solid 1px #ccc;
}

.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-top: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
}

.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;
}

@media screen and (max-width: 740px) {
  .main_system .section_other_article {
    margin: 13% auto 7%;
  }
  .main_system .section_other_article h3 {
    margin-bottom: 6%;
    font-size: 17px;
  }
  .main_system .section_other_article .box {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 15px;
    margin-left: 0;
    cursor: pointer;
  }
  .main_system .section_other_article .box a {
    padding: 8px;
  }
  .main_system .section_other_article .box .ph {
    width: 39%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 26%;
    float: left;
  }
  .main_system .section_other_article .box .info_box {
    width: 58%;
    margin-top: 0;
    float: right;
  }
  .main_system .section_other_article .box .tit {
    margin-top: 0;
  }
  .main_system .section_other_article .icon_box {
    max-height: 20px;
  }
  .main_system .out_of_range {
    display: 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: #ad8b14;
  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_detail {
  margin: 0 auto 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: #f8f6ee;
  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 #3e2500 solid;
}

.main_system .main_plan .main_plan .section_detail .data tbody tr:first-child {
  border-top: 1px #3e2500 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 #3e2500;
  border-bottom: 1px solid #3e2500;
  color: #3e2500 !important;
  font-size: 16px;
  text-align: center;
}

.main_system .main_plan .main_plan .section_detail .value_box .text03 {
  margin-bottom: .6em;
  color: #3e2500;
  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_fair {
  /*-------------------------------------------
day.html
-------------------------------------------*/
  /*-------------------------------------------
list.html
-------------------------------------------*/
  /*-------------------------------------------
detail_list.html
-------------------------------------------*/
}

.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%;
}

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

@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: #005186;
}

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

.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 {
  /* ========================================================================== */
  /* ========================================================================== */
}

.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 print, screen and (min-width: 741px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Desktop Device */
  }
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Mobile 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;
}

.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: #005186;
}

.main_system .main_fair .detail_monthly_calendar .calendar_header .cell.sun {
  color: #d13c1a;
}

.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 .detail_monthly_calendar .calendar_container .cell .icon_box.icon_category {
    text-align: left;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell .icon_box.icon_category li.icon {
    display: inline-block;
    width: auto;
  }
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .detail_monthly_calendar {
    /* for Mobile Device */
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_header {
    display: none;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_body {
    display: block;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container {
    margin-top: 4px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell.disable {
    display: none;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .cell {
    width: auto;
    margin: 0;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .icon_box {
    text-align: left;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .inner {
    display: flex;
    padding: 0;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .day,
  .main_system .main_fair .detail_monthly_calendar .calendar_container .dow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    padding: 8px 0;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }
  .main_system .main_fair .detail_monthly_calendar .calendar_container .events {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% - 74px);
    margin: 0;
    padding: 10px;
  }
}

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

.main_system .main_fair .btn.cv02 a,
.main_system .main_fair .btn.back a {
  padding: 20px 0;
  font-size: 16px;
  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: #ad8b14;
  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: #3e2500;
}

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

@media screen and (max-width: 740px) {
  .main_system .main_fair .btn.cv02 a,
  .main_system .main_fair .btn.back a {
    padding: 10px 0;
  }
  .main_system .main_fair .list_btn {
    margin-bottom: 6%;
  }
  .main_system .main_fair .list_btn li {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_system .main_fair .section_calendar {
    margin-bottom: 8%;
  }
  .main_system .main_fair .section_btn {
    padding: 0 5% 10%;
  }
}

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

.main_system .main_fair .day_unit .topcontrol {
  display: none;
}

.main_system .main_fair .section_day .fair_list.fair_list_day {
  padding: 0 20px;
}

.main_system .main_fair .section_day h3.tit {
  margin-bottom: 25px;
  padding: 12px 20px;
  background: #6c645a;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.0px;
  text-align: left;
}

.main_system .main_fair .section_day .fair_list {
  margin: 0 auto 10%;
}

.main_system .main_fair .section_day .fair_list .box {
  margin-bottom: 6%;
}

.main_system .main_fair .section_day .fair_list .box .tit {
  max-height: 46px;
  margin: 8px auto;
  padding-bottom: 0;
  overflow: hidden;
  border-bottom: none;
  font-size: 13px;
  line-height: 1.5;
}

.main_system .main_fair .section_day .fair_list .box .ph {
  width: 35%;
  height: 0;
  padding-bottom: 23%;
  float: left;
}

.main_system .main_fair .section_day .fair_list .box .info_box {
  width: 62%;
  float: right;
}

.main_system .main_fair .section_day .fair_list .box:after {
  display: none;
}

.main_system .main_fair .section_day .fair_list .box .icon_box {
  max-height: 19px;
  margin-top: 5px;
  text-align: left;
}

.main_system .main_fair .section_day .fair_list .box .icon_box.special {
  max-height: 25px;
}

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

@media screen and (max-width: 740px) {
  .main_system .main_fair .section_day .fair_list {
    margin: 0 auto;
    padding: 0;
  }
}

.main_system .main_fair .main_system.main_day {
  padding-top: 0;
}

.main_system .main_fair .section_fair_cal .section_day h3.tit {
  margin-top: -100px;
  margin-bottom: 25px;
  padding: 100px 0 0;
  background: none;
  color: #3e2500;
  font-family: park-lane, serif;
  font-size: 28px;
  letter-spacing: 1.0px;
  text-align: center;
}

.main_system .main_fair .section_fair_cal .section_day h3.tit span {
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-size: 15px;
}

.main_system .main_fair .section_fair_cal .section_day .box .tit {
  margin-top: 13px;
  font-size: 16px;
}

.main_system .main_fair ul.horizontal {
  margin-bottom: 35px;
  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: -18px;
  left: 0;
  width: 0px;
  height: 10px;
  margin: auto;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ad8b14 transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .fair_list .horizontal li {
    margin-bottom: 0;
  }
  .main_system .main_fair .fair_list .horizontal li:first-child {
    width: 100%;
    float: none;
  }
  .main_system .main_fair .fair_list .horizontal li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .main_system .main_fair .fair_list .horizontal li.active a::after {
    display: none;
  }
  .main_system .main_fair .section_fair_cal .section_day .box .tit {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .main_system .main_fair .section_fair_cal .section_day .box .caption {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
  }
}

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

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

.main_system .main_fair .data02 td {
  padding: 14px 20px;
  border: 1px solid #3e2500;
  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 .data.date_box th {
  width: 30%;
  padding: 10px 6px;
  border-right: none;
  background: #e3dccf;
  color: #3e2500;
  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: 40px;
}

.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: 8px;
  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: #ad8b14;
  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: #ad8b14;
  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: #ad8b14;
  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: "";
}

@media screen and (max-width: 740px) {
  .main_system .main_fair .form_menu {
    width: 100%;
  }
  .main_system .main_fair .form_menu .btn_reserve {
    width: 100%;
  }
  .main_system .main_fair .reserve_time a {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .main_system .main_fair {
    /* section_calendar
  ------------------------------------------------- */
  }
  .main_system .main_fair .section_index .section_calendar h3 {
    font-family: park-lane, serif;
    font-size: 23px;
    line-height: 1.0;
    text-align: center;
  }
  .main_system .main_fair .section_index .section_calendar .catch {
    margin-bottom: 3%;
    padding-top: 23px;
    font-size: 13px;
    text-align: center;
  }
  .main_system .main_fair .section_index .phrase {
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 2px;
    width: 90px;
    height: 90px;
    padding: 20px 0;
    border-radius: 50%;
    background: #7b8b4b;
    color: #FFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 8px;
    letter-spacing: -1.2px;
    text-align: center;
  }
  .main_system .main_fair .section_index .phrase::after {
    position: absolute;
    top: 89px;
    right: 40px;
    width: 0;
    height: 0;
    border-width: 9px 5px 0 5px;
    border-style: solid;
    border-color: #7b8b4b transparent transparent transparent;
    content: "";
  }
  .main_system .main_fair .section_index .section_calendar .month_title h4 {
    position: relative;
    margin-top: 2%;
    font-size: 54px;
    line-height: 1.0;
  }
  .main_system .main_fair .section_index .section_calendar .month_title h4::after {
    z-index: 1000;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 1px;
    transform: translateX(-50%);
    background: #212121;
    content: "";
  }
  .main_system .main_fair .section_index .event_exist {
    height: 50px;
    line-height: 40px;
  }
  .main_system .main_fair .section_index .event_exist a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 9px auto;
    border-radius: 50%;
    background: #e5dac3;
    font-size: 12px;
    line-height: 28px;
  }
  .main_system .main_fair .section_index .event_exist.special a,
  .main_system .main_fair .section_index .event_exist.gentei a,
  .main_system .main_fair .section_index .event_exist.ichioshi a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 7px auto;
    border-radius: 50%;
    background: #ec7216;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
  }
  .main_system .main_fair .section_index .event_exist.gentei a {
    background: #d6414c;
  }
  .main_system .main_fair .section_index .event_exist.ichioshi a {
    background: #ad8b13;
  }
}

.main_system .main_fair ul.section_btn {
  margin-top: 60px;
  margin-bottom: 50px;
}

.main_system .main_report {
  /* ================================
 *
 * レポート
 *
 * ================================ */
  /*---------------------------------------------------
 Report_index
---------------------------------------------------*/
  /*---------------------------------------------------
 Report_detail
---------------------------------------------------*/
}

.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 .iconbox {
  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 .cnt_box {
  width: 910px;
  margin: 0 auto;
}

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

.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 .box_l {
    float: left;
  }
  .main_system .main_report .section_detail .box_r {
    float: right;
  }
}

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

.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 20px;
  padding-top: 60px;
  border: 1px solid #3e2500;
  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: #3e2500;
  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;
}

@media screen and (max-width: 740px) {
  .main_system .main_gallery ul.gallery li {
    width: 32.66%;
    height: 0;
    margin-right: 1%;
    margin-bottom: 3px;
    padding-bottom: 32.66%;
  }
  .main_system .main_gallery ul.gallery li:nth-child(3n+1) {
    clear: left;
  }
  .main_system .main_gallery ul.gallery li:nth-child(4n) {
    margin-right: 1%;
    margin-bottom: 0;
  }
  .main_system .main_gallery ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .main_system .main_gallery ul.horizontal li:first-child {
    width: 100%;
  }
  .main_system .main_gallery ul.horizontal li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  .main_system .main_gallery .gallery_box {
    padding: 0 5%;
  }
}

.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: 850px;
    float: left;
  }
}

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

@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 #3e2500;
  border-bottom: 1px solid #3e2500;
  font-size: 18px;
}

.main_system .main_news .section_other_list .box,
.main_system .main_blog .section_other_list .box {
  width: 407px;
  border: none;
}

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

.main_system .main_news .section_other_list .box .date,
.main_system .main_blog .section_other_list .box .date {
  margin-top: 5px;
}

@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 #3e2500;
  }
  .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 #3e2500;
  }
}

.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: #3e2500;
}

.system_article body,
.system_article div,
.system_article dl,
.system_article dt
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: #3e2500;
  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: #3e2500;
  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: #3e2500;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  list-style: decimal !important;
}

.system_article a {
  color: #005186;
  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%;
}

.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%);
}

.cnt_box .system_article img {
  height: auto;
}
/*# sourceMappingURL=system.css.map */
