@charset "UTF-8";
/* 共通
------------------------------------------------- */
#loader-bg {
  position: fixed;
  z-index: 99999999;
  top: 0px;
  left: 0px;

  display: block;

  width: 100%;
  height: 100%;

  background: #fff;
}

#loader {
  position: absolute;
  z-index: 99999999999;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100vh;

  text-align: center;

  color: #fff;
}

.opening_logo.blinking {
  position: absolute;
  z-index: 999;
  top: 43%;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.topOnlineBnr{
  position: absolute;
  z-index: 999;
  top: 23%;
  left: 5%;
  width: 50%;
}
.topOnlineBnr2{
  width: 100%;
  box-sizing: border-box;
  padding:20px 5%;
  background-color: #fff;
}
@-webkit-keyframes anime01 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);

    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
  }
}

@keyframes anime01 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);

    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
  }
}

@-webkit-keyframes anime02 {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);

    opacity: 1;
  }
}

@keyframes anime02 {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);

    opacity: 1;
  }
}

.phrase {
  opacity: 0;
}

.phrase.open {
  -webkit-transition: 2.4s;
          transition: 2.4s;

  opacity: 1.0;
}

.phrase.anime01.open {
  -webkit-animation: 1.8s ease 0s normal anime01 both;
          animation: 1.8s ease 0s normal anime01 both;
}

.phrase.anime02.open {
  -webkit-animation: 1.8s ease 0s normal anime02 both;
          animation: 1.8s ease 0s normal anime02 both;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0;
    /*透明度80%*/
  }
  to {
    opacity: 1.0;
    /*透明度100%*/
  }
}

.blinking {
  -webkit-animation-name: pulse;
  /* 実行する名前 */
  -webkit-animation-duration: 2s;
  /* 何回実行するか。infiniteで無限 */
  -webkit-animation-timing-function: ease-in-out;
  /* alternateにするとアニメーションが反復 */
  -webkit-animation-delay: 0s;
  /* 0.3秒かけて実行 */
  -webkit-animation-iteration-count: infinite;
  /* イーズインアウト */
  -webkit-animation-direction: alternate;
  /* 実行までの待ち時間 */
}

body
body.top {
  overflow-x: hidden;

  box-sizing: border-box;
}

.more,
.more02 {
  font-family: "yu-mincho-pr6", sans-serif;
  position: relative;
  width: 190px;
  margin: 0 auto;
  margin-top: 7%;
  text-align: center;
  box-sizing: border-box;
}
/* .more::before,
.more02::before {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 5%;
  width: 0;
  height: 0;
  content: " ";
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);

  border-right: 4px solid transparent;
  border-bottom: 4px solid #5e4b46;
  border-left: 4px solid transparent;
} */
.more a,
.more02 a {
  line-height: 35px;
  display: block;
  height: 34px;
  color: #fff;
  background: #5e4b46;
}

.more02 a {
  color: #5e4b46;
  border: 1px solid #5e4b46;
  background: none;
}

.article_h2 {
  text-align: center;

  -webkit-margin-after: 0 auto;
  margin-block-end: 0 auto;
}
.article_h2 h2 {
  font-size: 30px;
}
.article_h2 .sub {
  font-size: 13px;
}

.container h2 {
  padding: 5px 0px 0px;

  background: none !important;
}

button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 27%;
  left: 3%;

  width: 20px;
  height: 20px;
}

button.slick-next.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 27%;
  right: 1%;

  width: 20px;
  height: 20px;
}
.slider03{
  margin-bottom:10px;
}
.slider03 button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 3%;
  border-radius:50%;
  width: 30px;
  height: 30px;
  background-color:rgba(255, 255, 255, 0.7);
  background-position:8px 7px;
}
.slider03 button.slick-next.slick-arrow{
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 1%;
  border-radius:50%;
  width: 30px;
  height: 30px;
  background-color:rgba(255, 255, 255, 0.7);
  background-position:10px 7px;
}
/* section_main
------------------------------------------------- */
.section_main {
  position: relative;
}
.section_main .logo_main {
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 48%;

  width: 70%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_main .logo_main img {
  width: 100%;
}

/* section_concept
------------------------------------------------- */
.section_concept {
  position: relative;

  width: 100%;
  padding-top: 9%;
  padding-bottom: 5%;

  text-align: center;

  background: #fff;
  background-size: 100% auto;
}
.section_concept .inner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4%;
}
.section_concept h2 {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 22px;
  line-height: 1.25;

  margin-bottom: 2%;

  color: #5e4b46;
  background: none;
}
.section_concept .title {
  font-size: 5vw;
  font-weight: 500;

  margin-bottom: 3%;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section_concept .txt {
  line-height: 2;
}
.section_concept h2.topConcept01 {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 4vw;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 2%;
  color: #5e4b46;
  background: none;
  margin-top: 2em;
}
.section_concept .topConcept02 {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 4.3vw;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 4%;
  color: #5e4b46;
  background: none;
}
.section_concept .topConcept03{
  text-align: right;
  margin-top: 4%;
  margin-bottom: 50px;
  font-size: 3.7vw;
  line-height: 1.25;
  padding-right: 5%;
}
.section_concept .topConcept03 a{
  text-decoration: underline;
  font-size: 12px;
}
.section_concept .topConcept03.last{
  margin-bottom: 0;
}
.section_concept .topConcept04{
  text-align: center;
  font-size: 3.2vw;
    margin-bottom: 18vw;
}
.section_concept .topConcept0401{
  text-align: center;
  font-size: 4vw;
  margin-bottom: 18vw;
}
.section_concept .topConcept05{
  width: 50%;
  margin:12vw auto 6vw;
}
.section_concept .topConcept06{
  font-size:11px;
    margin-bottom: 4em;
}
.section_concept .topConcept07{
  margin-top: 4em;
  margin-bottom: 4em;
}


/* section_plan
------------------------------------------------- */
.section_plan {
  text-align: center;

  background: #f0f0f0 url(../img/top/bg_plan.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}

.section_plan.adjust {
  position: relative;
  width: 80%;
  margin: 10% auto 5%;
  padding: 12% 5% 0%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 8px rgba(94, 75, 70, .2);
}
.section_plan.adjust.bgNone{
  padding: 2% 5% 0%;
}
.section_plan.adjust:before {
  position: absolute;
  z-index: 10;
  top: -0.6%;
  left: 50%;
  width: 95%;
  height: 55px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../../img/top/icon_carhd.png) no-repeat;
  background-size: 100% auto;
}
.section_plan.adjust.bgNone:before {
  background: none;
}

.section_plan .inner {
  padding: 30px 5% 40px;

  background: #fff;
}
.section_plan .inner .more02 a {
  position: relative;

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

.section_plan .inner .more02::before {
  border-bottom: 4px solid #fff;
}

.section_plan .sub {
  margin: 7px auto 18px;
}
.section_plan ul .inner {
  padding: 0;
}
.section_plan ul .inner .photo {
  position: relative;

  overflow: hidden;

  width: 93%;
  height: 0;
  margin: 0 auto 4%;
  padding-bottom: 90%;

  border-radius: 50%;
}
.section_plan ul .inner .photo img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_plan ul .inner .txt {
  font-size: 22px;
  font-weight: 600;
}
.section_plan li {
  padding: 0 2% 40px;
}
.section_plan li .ph {
  overflow: hidden;

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

  border-radius: 50%;
}
.section_plan li .ph img {
  width: 100%;
}
.section_plan li .num {
  font-size: 42px;
  line-height: 1.2;
}
.section_plan li .title {
  font-size: 14px;

  overflow: hidden;

  max-height: auto;
  margin-top: 5px;
}
.section_plan li .plice {
  font-size: 18px;
  line-height: 1.4;

  margin-top: 10px;
}
.section_plan li .txt {
  font-size: 26px;
}
/*.section_plan li.no01 .inner::before {
  position: absolute;
  z-index: 9999;
  top: 0%;
  left: 11%;

  width: 70px;
  height: 70px;

  content: "";

  background: url(../../img/top/icon_rank01.png) no-repeat top center;
  background-size: 100% auto;
}
.section_plan li.no02 .inner::before {
  position: absolute;
  z-index: 9999;
  top: 0%;
  left: 11%;

  width: 70px;
  height: 70px;

  content: "";

  background: url(../../img/top/icon_rank02.png) no-repeat top center;
  background-size: 100% auto;
}
.section_plan li.no03 .inner::before {
  position: absolute;
  z-index: 9999;
  top: 0%;
  left: 11%;

  width: 70px;
  height: 70px;

  content: "";

  background: url(../../img/top/icon_rank03.png) no-repeat top center;
  background-size: 100% auto;
}
*/
.section_plan button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 36%;
  left: 0%;

  width: 15px;
  height: 24px;

  background-size: 100% auto;
}

.section_plan button.slick-next.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 36%;
  right: 0;

  width: 15px;
  height: 24px;

  background-size: 100% auto;
}
.section_plan .txt_box{
  font-size: 12px;
}

/* section_news
------------------------------------------------- */
.main_top .section_news {
  padding: 20px 0 40px;

  background: #f0f0f0;
}
.news_list .icon{
      padding: 1px 0px;
}
.main_top .section_news.adjust {
  background: #fff;
}
.main_top .section_news .article_h2 {
  position: relative;

  margin-bottom: 2%;
  padding: 0 9%;
}
.main_top .section_news .article_h2 h2 {
  font-size: 30px;

  position: relative;

  margin-bottom: 0;
}
/*.main_top .section_news .article_h2 h2:before {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 0;

  width: 80px;
  height: 27px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  background: url(../../img/top/icon_news.png) no-repeat top center;
  background-size: 100% auto;
}
.main_top .section_news .article_h2 h2:after {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0;

  width: 80px;
  height: 27px;

  content: "";
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);

  background: url(../../img/top/icon_news.png) no-repeat top center;
  background-size: 100% auto;
}*/
.main_top .section_news .inner {
  position: relative;

  margin: 0 auto;
}
.main_top .section_news a {
  display: block;
}

.main_top .section_news .more02 {
  margin-top: 30px;
}
.main_top .section_news .more02::before {
  border-bottom: 4px solid #fff;
}

.section_news .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_news .ph img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section_news .slider01.slick-initialized.slick-slider {
  padding: 0% 9% 0%;
}

.section_news .news_list > li {

  padding: 5px 6%;

  vertical-align: top;
}
.section_news .news_list > li .title {
  font-size: 14px;
  line-height: 1.9;

}
.section_news .news_list > li .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 13px;
  padding-bottom: 100%;
}
.section_news .news_list > li .ph img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_news .news_list > li .date {
  margin-bottom: 2px;

}
.section_news .news_list > li .iconbox {
  float:left;
  margin-right:10px;
}

.section_news .more02 {
  margin-top: 7%;
}
.section_news .more02 a {
  color: #fff;
  background: #5e4b46;
}

.section_news button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 3%;

  width: 15px;
  height: 25px;

  background-size: 100% auto;
  /* transform: translateY(-50%); */
}

.section_news button.slick-next.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 40%;
  right: 3%;

  width: 15px;
  height: 25px;

  background-size: 100% auto;
}

.section_news .date {
  font-size: 15px;
}

.section_news .txt_box {
  margin-top: 2%;
}

.section_news .ph {
  padding-top: 5%;
}

.section_news .title {
  font-size: 15px;
}

/* section_fair
------------------------------------------------- */
span.m {
  display: none;
}

.past_month,
.future_month {
  opacity: 0;
}

.section_fairwide {
  padding: 1% 0;

  background: #fff;
}

.section_fair {
  width: 100%;
}
.section_fair .recommend_fair {
  position: relative;

  width: 90%;
  margin: 15% auto;
  padding: 0% 0 4%;

  background: url(../img/cmn/bg_fair.gif) no-repeat top center;
  background-size: 100% auto;
}
.section_fair .recommend_fair::before {
  position: absolute;
  z-index: 999;
  top: -5%;
  left: 50%;

  width: 100%;
  height: 110px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: url(../img/cmn/icon_fairpickup01.gif) no-repeat top center;
  background-size: 100% auto;
}
.section_fair .recommend_fair::after {
  position: absolute;
  z-index: 999;
  bottom: -7%;
  left: 50%;

  width: 100%;
  height: 110px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: url(../img/cmn/icon_fairpickup02.gif) no-repeat top center;
  background-size: 100% auto;
}

.section_fair .article_h2 {
  margin-bottom: 0;
  padding-top: 15%;
}
.section_fair .article_h2 h2 {
  font-size: 47px;

  color: #5e4b46;
}
.section_fair .article_h2 h2 span {
  font-size: 3.4vw;

  display: block;

  margin-bottom: 5%;
  padding-bottom: 3%;

  border-bottom: solid 1px;
}

.section_fair .title {
  width: 85%;
  margin: 0 auto 5%;
  padding: 5px 0;

  text-align: center;

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

.section_fair .more_btn {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 11px;

  position: relative;

  width: 65%;
  margin: 0 auto;
  padding: 4% 0;

  text-align: center;

  color: #fff;
  background: #5e4b46;
}
.section_fair .more_btn::after {
  position: absolute;
  z-index: 999;
  top: 45%;
  right: 5%;

  width: 0;
  height: 0;

  content: " ";
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);

  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}
.section_fair .more_btn a {
  width: 100%;
}

/* fair_ranking
------------------------------------------------- */
.section_fair .fair_ranking {
  position: relative;

  width: 85%;
  margin: 4% auto 15%;
}
.section_fair .fair_ranking h3 {
  font-size: 14px;

  color: #a09f9f;
}
.section_fair .fair_ranking .unit_rec {
  margin-bottom: 25px;
}
.section_fair .fair_ranking .unit_rec .unit {
  position: relative;
}
.section_fair .fair_ranking .unit_rec .unit .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_fair .fair_ranking .unit_rec .unit .ph img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section_fair .fair_ranking .unit_rec .unit .txt_wrapper {
  display: block;

  margin-top: 10px;

  text-align: left;
}
.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .sub {
  font-size: 16px;

  margin-bottom: 15px;

  color: #f47e20;
}
.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .title {
  font-size: 17px;
  line-height: 1.6;

  overflow: hidden;

  width: 100%;
  max-height: 49px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;

  text-align: left;

  color: #5e4b46;
  border-bottom: dotted 1px #ccc;
  background: none;
}
.section_fair .fair_ranking .unit_rec .unit .txt_wrapper .caption {
  font-size: 12px;

  overflow: hidden;

  max-height: 60px;
  margin-top: 7px;
  margin-bottom: 5%;
}
.section_fair .fair_ranking .unit_rec .unit .iconbox {
  overflow: hidden;

  max-height: 100px;
}
.section_fair .fair_ranking .unit_rec .unit .iconbox.special {
  top: -5px;
}
.section_fair .fair_ranking .unit_rec .unit .iconbox.special .icon {
  font-size: 12px;

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

  border-radius: 5px;
}
.section_fair .fair_ranking .unit_other .unit {
  position: relative;
  position: relative;

  float: left;

  width: 48%;
  margin-bottom: 2%;
}
.section_fair .fair_ranking .unit_other .unit:nth-child(2n) {
  float: right;
}
.section_fair .fair_ranking .unit_other .unit:nth-child(2n+1) {
  clear: left;
}
.section_fair .fair_ranking .unit_other .unit .date {
  margin-top: 5%;
}
.section_fair .fair_ranking .unit_other .unit .title {
  font-size: 13px;
  line-height: 1.5;

  overflow: hidden;

  height: 50px;
  margin-top: 1.5%;
}
.section_fair .fair_ranking .unit_other .unit .ph {
  line-height: 0;
}
.section_fair .fair_ranking .iconbox.special {
  overflow: hidden;

  max-height: 28px;
}
.section_fair .fair_ranking .iconbox.special .icon {
  font-size: 11px;

  float: left;

  margin-right: 5px;
  padding: 2px 5px;
}

/* calendar_wrapper
------------------------------------------------- */
.fair_all .fair_inner {
  margin: 0 auto;
  padding: 2% 0 10%;
}
.section_fair .more02::before {
  border-bottom: 4px solid #fff;
}

.section_fair .more02 a {
  color: #fff;
  background: #5e4b46;
}
.fair_all .btn_fair {
  width: 190px;
  height: 50px;
  margin: 2% auto 0;
  padding: 0;
}
.fair_all .btn_fair a {
  font-family: "yu-mincho-pr6", sans-serif;
  line-height: 50px;

  position: relative;

  display: block;

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

  text-align: center;

  color: #fff;
  background: #5e4b46;
}
.fair_all .btn_fair a::after {
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 10%;

  width: 0;
  height: 0;

  content: " ";
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);

  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

/* calendar_wrapper
------------------------------------------------- */
.calendar_wrapper {
  position: relative;

  width: 80%;
  margin: 10% auto 5%;
  padding: 12% 5% 0%;

  text-align: center;

  background: #fff;
  box-shadow: 0 0 8px rgba(94, 75, 70, .2);
}
.calendar_wrapper .slick-list.draggable {
  padding-bottom: 10%;
}
.calendar_wrapper::after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;

  display: block;

  min-width: 100vw;
  min-height: 100vh;

  content: "";

  background: url(../img/top/bg_fair_cal.png) repeat top center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.calendar_wrapper:before {
  position: absolute;
  z-index: 10;
  top: -2%;
  left: 50%;

  width: 95%;
  height: 55px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: url(../../img/top/icon_carhd.png) no-repeat;
  background-size: 100% auto;
}
.calendar_wrapper > p.month {
  font-size: 46px;
}
.calendar_wrapper h3.ttl {
  font-size: 21px;
}
.calendar_wrapper .calendar {
  outline: none;
}
.calendar_wrapper .calendar .sub {
  font-size: 14px;

  margin-bottom: 3%;
  padding-top: 9%;
}
.calendar_wrapper .calendar .lead {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 10px;

  margin-bottom: 2%;
  padding: 4px 0;

  text-align: center;

  color: #fff;
  background: #5e4b46;
}
.calendar_wrapper .calendar .inner {
  font-size: 13px;
  line-height: 50px;

  position: relative;

  display:     grid;
  display: -ms-grid;

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

  text-align: center;

  grid-template-columns: repeat(7, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.calendar_wrapper .calendar .inner span.month {
  display: none;
}
.calendar_wrapper .calendar .inner .slash {
  display: none;
}
.calendar_wrapper .calendar .inner div {
  line-height: 40px;

  height: 40px;

  align-self: center;
}
.calendar_wrapper .calendar .inner .sun{margin-top:-80px;}
.calendar_wrapper .calendar .inner div .past_month,
.calendar_wrapper .calendar .inner div .future_month {
  opacity: .2;
}
.calendar_wrapper .calendar .inner .event_exist {
  line-height: 40px;

  height: 50px;
}
.calendar_wrapper .calendar .inner .event_exist a {
  font-size: 12px;
  line-height: 28px;

  display: block;

  width: 28px;
  height: 28px;
  margin: 9px auto;

  border-radius: 50%;
background: #9dccd0;
color:#fff;
}
.calendar_wrapper .calendar .inner .osusume a,
.calendar_wrapper .calendar .inner .quick a,
.calendar_wrapper .calendar .inner .weekday a,
.calendar_wrapper .calendar .inner .limited a {
  line-height: 32px;

  display: block;

  width: 32px;
  height: 32px;
  margin: 7px auto;

  color: #fff;
  background: #c6341e;
}
.calendar_wrapper .calendar .inner .quick a {
  background: #f47e20;
}
.calendar_wrapper .calendar .inner .limited a {
  background: #c6341e;
}
.calendar_wrapper .calendar .inner .osusume a {
  background: #f47e20;
}
.calendar_wrapper .calendar .inner .weekday a {
  background: #e3dccf;
  color:#5e4b46;
}

.main_top .fair_all .calendar_wrapper .slick-arrow {
  font-size: 13px;

  position: absolute;
  z-index: 999;
  top: auto;
  bottom: -5%;

  display: block;

  width: 45px;

  cursor: pointer;
  -webkit-transform: none;
          transform: none;

  opacity: 1;
  color: #141414;
  border: none;
  border-style: none;
  background: none;
}

.calendar_wrapper button.slick-next.slick-arrow::after {
  position: absolute;
  top: 50%;
  right: 0px;

  width: 4px;
  height: 4px;

  content: " ";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg) translateY(-50%);

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

.calendar_wrapper button.slick-prev.slick-arrow::after {
  position: absolute;
  top: 50%;
  left: -4px;

  width: 4px;
  height: 4px;

  content: " ";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg) translateY(-50%);

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

.calendar_wrapper .calendar p.month {
  font-size: 50px;
  line-height: 1.2;

  position: relative;

  margin-top: 3%;
  margin-bottom:20px;
}
.calendar_wrapper .calendar p.month::before {
  font-size: 16px;

  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;

  color: #5e4b46;
}
.calendar_wrapper .calendar p.month::after {
  position: absolute;
  z-index: 1000;
  bottom: -12px;
  left: 50%;

  width: 80px;
  height: 1px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: #5e4b46;
}

.calendar_wrapper .calendar .mon1::before {
  content: "January";
}

.calendar_wrapper .calendar .mon2::before {
  content: "February";
}

.calendar_wrapper .calendar .mon3::before {
  content: "March";
}

.calendar_wrapper .calendar .mon4::before {
  content: "April";
}

.calendar_wrapper .calendar .mon5::before {
  content: "May";
}

.calendar_wrapper .calendar .mon6::before {
  content: "June";
}

.calendar_wrapper .calendar .mon7::before {
  content: "July";
}

.calendar_wrapper .calendar .mon8::before {
  content: "August";
}

.calendar_wrapper .calendar .mon9::before {
  content: "September";
}

.calendar_wrapper .calendar .mon10::before {
  content: "October";
}

.calendar_wrapper .calendar .mon11::before {
  content: "November";
}

.calendar_wrapper .calendar .mon12::before {
  content: "December";
}

.fair_all .calendar table {
  font-size: 13px;

  width: 100%;
  margin-bottom: 40px;

  table-layout: fixed;

  letter-spacing: 1px;
}
.fair_all .calendar table th {
  padding: 1px 14px 12px;

  text-align: center;

  border-bottom: 1px solid #5e4b46;
}
.fair_all .calendar table td {
  font-weight: 400;

  width: 37px;
  height: 45px;
  padding: 1px 13px;

  letter-spacing: 2px;

  color: #5e4b46;
  border-bottom: 1px solid #5e4b46;
}
.fair_all .calendar table td a:focus {
  text-decoration: none;

  color: #fff;
  background: #141414;
}
.fair_all .calendar table td .premium a,
.fair_all .calendar table td .fair_all .calendar .inner table td .osusume a {
  display: block;

  width: 33px;
  height: 33px;
  padding: 10px 8px;

  text-decoration: none;

  color: #fff;
  background: #dfc6b9;
}
.fair_all .calendar table tr:nth-child(2) td {
  padding-top: 10px;
}

/* section_reason
------------------------------------------------- */
.section_reason {
  padding: 8% 0% 13%;

  text-align: center;

  background: #fff;
}
.section_reason .article_h2 {
  font-size: 18px;

  margin-bottom: 3%;
  padding: 0;
}
.section_reason .article_h2 h2 {
  font-size: 18px;

  color: #a8a8a8;
}
.section_reason .article_h2 .sub em {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;

  display: block;
}
.section_reason ul {
  margin: 0 auto;
}
.section_reason ul li {
  line-height: 0;

  float: left;

  width: 50%;
}
.section_reason ul li img {
  width: 100%;
}

/* section_ceremony
------------------------------------------------- */
.section_ceremony {
  padding-top: 0%;
  margin-top:20px;

  text-align: center;

  background: #fff;
}
.section_ceremony .title {
  font-family: "yu-mincho-pr6", sans-serif;
  font-size: 15px;

  width: 136px;
  margin: 0 auto;
  padding: 2px 0 0;

  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;
}
.section_ceremony .article_h2 {
  font-size: 58px;

  margin-top: 1%;
  margin-bottom: 4%;
  padding: 0 0 0;
}
.section_ceremony .article_h2 h2 {
  font-size: 30px;
  line-height: 1.0;
}
.section_ceremony .txt {
  line-height: 2;

  margin-top: 13px;
  padding: 0 5%;
}
.section_ceremony .more02 {
  font-size: 12px;
  line-height: 28px;

  height: 28px;
  padding: 4px 0;

  color: #5e4b46;
  border: 1px solid #5e4b46;
  background: none;
  background: none;
}
.mb40{margin-bottom: 40px;}
.section_ceremony .section_chapel .ph {
  width: 100%;
  margin: 0 auto 25px;
}
.section_ceremony .section_chapel .title {
  margin-top: 5%;
}
.section_ceremony .section_chapel .icon_title {
  font-size: 5.7vw;
  font-style: italic;
  line-height: 1;

  width: 35%;
  margin: 5% auto 1%;
  padding: 1% 0;
}
.section_ceremony .section_party .slider01.slick-initialized.slick-slider {
  padding: 40px 8% 40px;
}
.section_ceremony .section_party .inner {
  position: relative;

  margin: 0 auto;
}
.section_ceremony .section_party .title {
  position: relative;
}
.section_ceremony .section_party .title::before {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 50%;

  display: block;

  width: 200px;
  height: 99px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: url(../../img/top/tit_hall01.png) center center no-repeat;
  background-size: 100%;
}
.section_ceremony .section_party .capacty {
  font-size: 12px;
  line-height: 31px;

  width: 70%;
  height: 31px;
  margin: 3% auto 0;

  color: #fff;
  background: #3f3f3f;
}
.section_ceremony .section_party .slide_box {
  margin-bottom: 20%;
}
.section_ceremony .section_party .slide_box ul.slick-dots {
  z-index: 3000;
}
.section_ceremony .section_party .hall01 h2 {
  font-size: 30px;
  font-weight: 400;
}
.section_ceremony .section_party .hall02 h2 {
  font-size: 30px;
  font-weight: 400;
}
.section_ceremony .section_party .hall02 .title::before {
  top: -62px;
  left: 50%;

  width: 200px;
  height: 155px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background: url(../../img/top/tit_hall02.png) center center no-repeat;
  background-size: 100%;
}
.section_ceremony .section_party .hall03 h2 {
  font-size: 32px;
  font-weight: 400;

  margin-bottom: 5px;
}

.section_party .ph {
  margin-bottom: 8%;
}

.section_party .icon_title {
  font-style: italic;

  width: 35%;
  margin: 5% auto 1%;
  padding: 1% 0;

  border-top: solid 1px;
  border-bottom: solid 1px;
}

/* section_cuisine
------------------------------------------------- */
.section_cuisine {
  padding-bottom: 8%;

  background: #fff;
}
.section_cuisine a {
  display: block;
}
.section_cuisine .inner {
  margin: 0 auto;
}
.section_cuisine .txt_box {
  text-align: center;
}
.section_cuisine .txt_box .sub {
  font-size: 14px;
  line-height: 1;
}
.section_cuisine .txt_box h2 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;

  position: relative;

  margin-top: -3%;
  margin-bottom: 0%;
  padding: 0;
}
.section_cuisine .txt_box .title {
  font-size: 16px;

  padding-top: 4%;
}
.section_cuisine .txt_box .txt {
  font-size: 14px;

  margin-bottom: 5%;
  padding-top: 7px;
}
.section_cuisine .ph_box {
  line-height: 0;

  border-top: 3px solid #5e4b46;
}
.section_cuisine .more {
  line-height: 33px;

  display: block;

  height: 34px;
  margin-top: 6%;

  color: #fff;
  background: #5e4b46;
}
.section_cuisine .article_h2 {
  margin-bottom: 0;
}
.section_cuisine .more02 {
  font-size: 12px;
  line-height: 26px;

  width: 60%;
  height: 26px;
  margin: 0 auto 8%;
  padding: 2%;

  border: solid 1px;
}

/* section_dress
------------------------------------------------- */
.section_dress {
  margin-top: 7%;
}
.section_dress a {
  display: block;
}
.section_dress .title {
  margin-top: 5%;

  text-align: center;
}
.section_dress .more {
  line-height: 33px;

  display: block;

  height: 34px;

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

/* section_staff
------------------------------------------------- */
.section_staff {
  margin-top: 18%;
  padding: 0 5%;
}
.section_staff .article_h2 {
  padding: 3% 0 0;
}

/* section_report
------------------------------------------------- */
.main_report.section_report {
  margin: 8% auto 0;

  text-align: center;

  border-top: 1px solid #9d9d9d;
}
.main_report.section_report .article_h2 {
  margin-bottom: 7%;
  padding-top: 8%;
}
.main_report.section_report .inner {
  padding: 0 9%;
}
.main_report.section_report .section_index,
.main_report.section_report .box {
  margin-bottom: 0;
}

.main_report .txt_box {
  text-align: left;
}
.main_report .txt_box .title {
  font-size: 14px;

  overflow: hidden;

  max-height: 50px;
  margin-top: 2%;
}
.main_report .txt_box .iconbox {
  max-height: 23px;
  margin-top: 5%;
}
.main_report .txt_box .date {
  margin-top: 1%;
}

/*  .section_other
 *---------------------------------------------------------- */
.section_other {
  width: 100%;
  padding: 7% 0;

  text-align: center;

  background: #fff;
}
.section_other .party_logo {
  width: 45%;
  margin: 0 auto 5%;
}
.section_other .catch {
  margin-bottom: 5%;
}
.section_other .bnr_party {
  width: 90%;
  margin: 0 auto 5%;
}
.section_other ul.inner.clearfix {
  width: 90%;
  margin: 0 auto;
}
.section_other .bnr_area {
  width: 90%;
  margin: 0 auto;
}
.section_other img {
  width: 100%;
}
.section_other .bnr_area li {
  margin-bottom: 3%;
}
.section_other .bnr_area .box_l {
  margin-bottom: 4%;
}
.section_other .bnr_area .box_r li {
  margin-bottom: 4%;
}
.section_other .inner > li .btn_txt {
  margin-top: 3%;
}
.section_other .inner > li .btn_txt li {
  line-height: 40px;

  position: relative;

  float: left;

  width: 48%;
  height: 40px;

  border: 1px solid #9d9d9d;
}
.section_other .inner > li .btn_txt li:nth-child(2n) {
  float: right;
}
.section_other .inner > li a {
  padding: 0;
}
.section_other .inner li {
  position: relative;

  float: left;

  width: 48%;
  height: 19px;
  margin-bottom: 3%;
  padding: 5% 0;

  border: solid 1px;
}
.section_other .inner li::after {
  position: absolute;
  z-index: 999;
  top: 45%;
  left: 5%;

  width: 0;
  height: 0;

  content: " ";
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);

  border-right: 4px solid transparent;
  border-bottom: 4px solid #5e4b46;
  border-left: 4px solid transparent;
}
.section_other .inner li a {
  font-family: "yu-mincho-pr6", sans-serif;
  line-height: 1.5;

  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;

  width: 100%;

  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.section_other .inner li:nth-child(2n) {
  float: right;
}
.section_other .inner li:nth-child(2n) + 1 {
  clear: both;
}

/*  INSTA
 *---------------------------------------------------------- */
.section_instagram {
  position: relative;

  padding: 10% 5% 13%;

  text-align: center;

  background: #fff;
}
.section_instagram h2 {
  width: 32%;
  margin: 0 auto 5%;
}
.section_instagram h2 img {
  width: 100%;
}
.section_instagram .inner {
  margin: 0 auto;
}
.section_instagram .inner ul {
  position: relative;
}
.section_instagram .inner ul li {
  line-height: 0;

  position: relative;

  float: left;
  overflow: hidden;

  width: 31.3%;
  height: 0;
  margin-right: 3%;
  margin-bottom: 3%;
  padding-bottom: 31.3%;

  background: #eee;
}
.section_instagram .inner ul li:nth-child(3n) {
  margin-right: 0;
}
.section_instagram .inner ul li:nth-child(3n+1) {
  clear: left;
}
.section_instagram .inner ul li a {
  position: relative;

  display: block;

  padding-bottom: 100%;
}
.section_instagram .more02 {
  font-family: "source-han-serif-japanese", serif;

  width: 240px;
}
.section_instagram .more02::before {
  display: none;
}
.section_instagram .more02 a {
  line-height: 40px;

  height: 40px;

  border-color: #9d9d9d;
}

.section_instagram .more02 a {
  font-family: "yu-mincho-pr6", sans-serif;
}

.section_instagram li .ig_thumb {
  width: 100%;
  height: 100%;
}

.section_instagram li .ph {
  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.section_plan .rec_more{
  width: 183px;
  margin:10px auto 20px;
}

.section_plan .title,
.section_plan a .title,
.section_plan .title a{
  color:#5e4b46;
  font-size:13px;
  font-weight: bold;
  margin:5px 0;
}


.btn_001{
  width: 190px;
  height: 50px;
  margin: 4% auto 30px;
  padding: 0;
}
.btn_001 a {
  font-family: "yu-mincho-pr6", sans-serif;
  line-height: 50px;

  position: relative;

  display: block;

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

  text-align: center;

  color: #fff; 
  background: #5e4b46;
}
.btn_001 a::after {
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 10%;

  width: 0;
  height: 0;

  content: " ";
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);

  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
}

.btn_003{
  font-size: 16px;
  margin-top:25px;
    font-family:"yu-mincho-pr6", sans-serif;
}

