@charset "UTF-8";
/*------------------------------------- */
/* 共通 */
/*------------------------------------- */
/* 背景
--------------------------------------- */
.subarea {
  padding: 10px 0 100px;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

/* 枠
--------------------------------------- */
.subwaku01 {
  padding: 20px;
  border: solid 1px #222;
  background: #FFF; }

@media screen and (max-width: 768px) {
  .subwaku01 {
    width: 90%;
    margin: 0 auto; } }
.subwaku02 {
  width: 350px;
  margin: 0px 20px 20px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .subwaku02 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none; } }
.subwaku03 {
  width: 400px;
  margin: 0px 20px 50px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .subwaku03 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: none; } }
/* 画像
--------------------------------------- */
.eventimg01 {
  width: 100%;
  height: auto;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .eventimg01 {
    max-height: 400px; } }
.articleimg01 {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .articleimg01 {
    max-height: 300px; } }
@media screen and (max-width: 570px) {
  .articleimg01 {
    max-height: 280px; } }
.subimg02 {
  width: 100%;
  height: 110px;
  object-fit: cover; }

@media screen and (max-width: 992px) {
  .subimg02 {
    width: 100%; } }
.subimg03 {
  width: 100%;
  height: 150px;
  object-fit: cover; }

@media screen and (max-width: 992px) {
  .subimg03 {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 768px) {
  .subimg03 {
    width: 100%;
    height: 300px;
    object-fit: cover; } }
.icon-width01 {
  width: 50px; }

/* 地図
--------------------------------------- */
.submap01 {
  width: 100%;
  height: 450px; }

@media screen and (max-width: 768px) {
  .submap01 {
    height: 300px; } }
/* テキスト
--------------------------------------- */
.place01 {
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .place01 {
    font-size: 12px; } }
.date01 {
  font-size: 13px;
  color: #999; }

@media screen and (max-width: 768px) {
  .date01 {
    font-size: 12px; } }
.date02 {
  font-size: 13px;
  color: #0AABBA; }

@media screen and (max-width: 768px) {
  .date02 {
    font-size: 12px; } }
.date03 {
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .date03 {
    font-size: 13px; } }
.side-cap01 {
  font-size: 13px;
  color: #FFF;
  font-weight: bold; }

.side-cap02 {
  font-size: 12px;
  color: #FFF; }

/* ページタイトル
--------------------------------------- */
.pagetitle01 {
  font-size: 28px;
  color: #FFF;
  position: absolute;
  bottom: 20px;
  right: 140px; }

@media screen and (max-width: 992px) {
  .pagetitle01 {
    font-size: 24px;
    bottom: 0px; } }
@media screen and (max-width: 768px) {
  .pagetitle01 {
    font-size: 18px;
    margin: -10px 0;
    right: 100px;
    bottom: 20px; } }
@media screen and (max-width: 570px) {
  .pagetitle01 {
    font-size: 13px;
    right: 30px; } }
/* リスト
--------------------------------------- */
ul.sublist01 {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.sublist01 li {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0.5em 0; }
    ul.sublist01 li::before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f0a9'; }

/* パンくず
--------------------------------------- */
.breadcrumb01 {
  color: #222;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  font-size: 13px; }

/* サイドメニュー
--------------------------------------- */
.sidemenu-bg01 {
  width: 100%;
  color: #fff;
  background: #222;
  padding: 20px;
  border-radius: 5px; }

@media screen and (max-width: 767px) {
  .sidemenu-bg01 {
    margin-top: 50px; } }
.sidemenu-title01 {
  color: #fff;
  font-size: 16px;
  font-weight: normal; }

@media screen and (max-width: 768px) {
  .sidemenu-title01 {
    font-size: 14px; } }
.sidemenu-text01 {
  color: #fff;
  font-size: 13px;
  line-height: 140%; }

.sidemenu-img01 {
  border-radius: 3px;
  width: 100%;
  height: 120px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .sidemenu-img01 {
    height: 200px; } }
.sidemenu-img02 {
  border-radius: 3px;
  width: 100%;
  height: 140px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .sidemenu-img02 {
    height: 200px; } }
/* ページネーション
--------------------------------------- */
.pager {
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline;
  margin: 3px;
  border-radius: 3px; }

.pager li.selected {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #999;
  color: #FFF; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 3px 10px;
  background: #222;
  border-radius: 3px;
  border: none;
  color: #FFF; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #666; }

.pager .next > a, .pager .next > span {
  float: right;
  background: transparent !important;
  color: #222; }

.pager .previous > a, .pager .previous > span {
  float: left;
  background: transparent !important;
  color: #222; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* 3分割
--------------------------------------- */
.col3 {
  display: flex; }

.col3 li {
  width: calc(100% / 3); }

.col3,
.col3 li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

/* 一覧
--------------------------------------- */
.sub-listimg01 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative; }

.sub-listimg02 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative; }

@media screen and (max-width: 768px) {
  .sub-listimg02 {
    height: 180px; } }
.sub-listicon01 {
  position: absolute;
  top: 150px;
  right: 5px;
  width: 40px; }

/* 詳細
--------------------------------------- */
.hidden_box {
  margin: 2em 0;
  /*前後の余白*/
  padding: 0; }

/*ボタン装飾*/
.hidden_box label {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #222;
  padding: 16px 200px;
  display: inline-block;
  transition: .3s;
  border-radius: 50px;
  cursor: pointer; }

@media screen and (max-width: 1050px) {
  .hidden_box label {
    padding: 10px 100px; } }
@media screen and (max-width: 570px) {
  .hidden_box label {
    font-size: 16px;
    max-width: 90%;
    min-width: 90%; } }
/*ボタンホバー時*/
.hidden_box label:hover {
  transform: scale(1.1); }

/*チェックは見えなくする*/
.hidden_box input {
  display: none; }

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; }

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1; }

/*more*/
.moreread {
  padding: 10px;
  background: #222;
  color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
  cursor: pointer;
  border: none; }

/* 終了イベント
--------------------------------------- */
.finished {
  display: inline-block; }

.finished img, .finished p, .finished h3 {
  opacity: 0.3 !important;
  display: block; }

/* タブ切り替え
--------------------------------------- */
.tab_wrap {
  width: 100%; }

input[type="radio"] {
  display: none; }

.tab_area {
  font-size: 0;
  margin: 0; }

.tab_area label {
  width: 25%;
  display: inline-block;
  padding: 10px;
  color: #666;
  background: #ddd;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-right: 1px solid #fff; }

@media screen and (max-width: 1200px) {
  .tab_area label {
    width: 33%;
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  .tab_area label {
    width: 50%; } }
@media screen and (max-width: 400px) {
  .tab_area label {
    font-size: 12px; } }
.tab_area label:hover {
  opacity: 0.5; }

.tab_panel {
  width: 100%;
  display: none; }

#tab1:checked ~ .tab_area .tab1_label {
  background: #222;
  color: #fff; }

#tab1:checked ~ .panel_area #panel1 {
  display: block; }

#tab2:checked ~ .tab_area .tab2_label {
  background: #222;
  color: #fff; }

#tab2:checked ~ .panel_area #panel2 {
  display: block; }

#tab3:checked ~ .tab_area .tab3_label {
  background: #222;
  color: #fff; }

#tab3:checked ~ .panel_area #panel3 {
  display: block; }

#tab4:checked ~ .tab_area .tab4_label {
  background: #222;
  color: #fff; }

#tab4:checked ~ .panel_area #panel4 {
  display: block; }

#tab5:checked ~ .tab_area .tab5_label {
  background: #222;
  color: #fff; }

#tab5:checked ~ .panel_area #panel5 {
  display: block; }

#tab6:checked ~ .tab_area .tab6_label {
  background: #222;
  color: #fff; }

#tab6:checked ~ .panel_area #panel6 {
  display: block; }

#tab7:checked ~ .tab_area .tab7_label {
  background: #222;
  color: #fff; }

#tab7:checked ~ .panel_area #panel7 {
  display: block; }

#tab8:checked ~ .tab_area .tab8_label {
  background: #222;
  color: #fff; }

#tab8:checked ~ .panel_area #panel8 {
  display: block; }

#tab9:checked ~ .tab_area .tab9_label {
  background: #222;
  color: #fff; }

#tab9:checked ~ .panel_area #panel9 {
  display: block; }

#tab10:checked ~ .tab_area .tab10_label {
  background: #222;
  color: #fff; }

#tab10:checked ~ .panel_area #panel10 {
  display: block; }

/* テーブル
--------------------------------------- */
.tbl-r01 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px; }

.tbl-r01 th {
  background: #555;
  color: #fff;
  padding: 10px;
  font-weight: normal; }

.tbl-r01 td {
  padding: 10px;
  background: #fff; }

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%; }

  .tbl-r01 {
    width: 100%;
    table-layout: fixed; }

  .tbl-r01 th,
  .tbl-r01 td {
    　　border-bottom: none;
    display: block;
    width: 100%; } }
.tbl-size01 {
  width: 20%; }

@media screen and (max-width: 640px) {
  .tbl-size01 {
    width: 100%; } }
/* ランキング
--------------------------------------- */
.ranking-img {
  width: 40%;
  height: 220px;
  object-fit: cover;
  position: relative;
  margin: 0 20px 50px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .ranking-img {
    height: 180px;
    margin: 0 0 10px 0;
    width: 100%;
    float: none; } }
.ranking-icon {
  width: 74px;
  position: absolute;
  display: block; }

@media screen and (max-width: 768px) {
  .ranking-icon {
    top: none;
    margin: -200px 0 0 0; } }
.ranking-icon-text {
  background: #0AABBA;
  padding: 5px 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  display: block; }

@media screen and (max-width: 768px) {
  .ranking-icon-text {
    top: none;
    margin: -180px 0 0 0; } }
.ranking-text01 {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  color: #222; }

@media screen and (max-width: 768px) {
  .ranking-text01 {
    font-size: 15px; } }
.ranking-text02 {
  line-height: 140%;
  color: #222; }

.ranking-text03 {
  font-size: 14px;
  margin: 0;
  color: #999; }

@media screen and (max-width: 768px) {
  .ranking-text01 {
    font-size: 14px; }

  .ranking-text02 {
    font-size: 13px; }

  .ranking-text03 {
    font-size: 12px; } }
/* レポート
--------------------------------------- */
.report h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .report h2 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 10px 0; } }
.report h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  color: #222;
  letter-spacing: 2px;
  display: flex; }

@media screen and (max-width: 768px) {
  .report h3 {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0; } }
.report img {
  margin: 10px 0; }

.report #articlebody img {
  max-width: 100%;
  object-fit: cover; }
@charset "UTF-8";
/*------------------------------------- */
/*　メイン */
/*------------------------------------- */
/* メイン画像
--------------------------------------- */
.slider02 {
  height: 500px; }

@media screen and (max-width: 768px) {
  .slider02 {
    height: 400px; } }
.slider02 .slick-slide:not(.slick-center) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: 0.2s linear; }

@media screen and (max-width: 1024px) {
  .slider02 .slick-slide:not(.slick-center) {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    transition: 0.2s linear; } }
.slider02-waku01 {
  width: 100%;
  height: 530px;
  position: relative; }

@media screen and (max-width: 768px) {
  .slider02-waku01 {
    height: 430px; } }
.slider02-waku02 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(5%);
  bottom: 10%;
  width: 90%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  padding: 20px; }

@media screen and (max-width: 768px) {
  .slider02-waku02 {
    width: 98%;
    padding: 10px; } }
.slider02-img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .slider02-img {
    height: 400px; } }
.slider02-icon {
  width: 24px; }

.slider02-text01 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.slider02-text02 {
  font-size: 14px;
  margin: 0;
  color: #fff; }

.slider02-text03 {
  font-size: 13px;
  margin: 0;
  color: #fff; }

@media screen and (max-width: 768px) {
  .slider02-text01 {
    font-size: 14px; }

  .slider02-text02 {
    font-size: 13px; }

  .slider02-text03 {
    font-size: 12px; } }
/* Recommended events
--------------------------------------- */
.recommended {
  padding: 80px 0; }

@media screen and (max-width: 570px) {
  .recommended {
    padding: 50px 0; } }
.recommended-waku01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.recommended-img01 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0.7; }
  .recommended-img01:hover {
    opacity: 0.1; }

.recommended .caption {
  text-align: left;
  position: absolute;
  top: 140px;
  left: 0px;
  color: #FFF;
  padding: 10px;
  text-shadow: 2px 2px 3px #222; }

.cap-p03 {
  font-size: 13px;
  color: #ddd; }

.cap-p04 {
  font-size: 13px; }

/* New arrival
--------------------------------------- */
.newarrival {
  padding: 80px 0;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

@media screen and (max-width: 570px) {
  .newarrival {
    padding: 50px 0; } }
.slider03-waku01 {
  width: 100%;
  height: 460px;
  position: relative;
  padding: 0 15px; }

.slider03-img {
  width: 100%;
  height: 460px;
  object-fit: cover; }

@media screen and (max-width: 570px) {
  .slider03-img {
    height: 350px; } }
.slider03-text01 {
  font-size: 14px;
  color: #222; }

.slider03-icon {
  position: absolute;
  right: 0px;
  bottom: -15px;
  width: 60px; }

.slider03 {
  height: 510px; }

@media screen and (max-width: 570px) {
  .slider03 {
    height: 400px; } }
/* NEW PHOTO
--------------------------------------- */
.newphoto {
  padding: 80px 0; }

@media screen and (max-width: 570px) {
  .newphoto {
    padding: 50px 0; } }
.photo-waku01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .photo-waku01 img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .photo-waku01 .caption {
    text-align: center;
    color: #FFF; }
  .photo-waku01 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 20px; }
  .photo-waku01:hover .mask {
    opacity: 1; }

.cap-p01 {
  font-size: 16px;
  font-weight: bold; }

.cap-p02, .cource-p03 {
  font-size: 14px; }

/* RANKING
--------------------------------------- */
.ranking {
  padding: 80px 0;
  background: linear-gradient(90deg, #F6F4EF 0%, #F6F4EF 50%, #EBE6DA 50%, #EBE6DA 100%); }

@media screen and (max-width: 570px) {
  .ranking {
    padding: 50px 0; } }
.slider04 {
  height: 400px; }

@media screen and (max-width: 1200px) {
  .slider04 {
    height: 410px; } }
@media screen and (max-width: 991px) {
  .slider04 {
    height: 260px; } }
@media screen and (max-width: 768px) {
  .slider04 {
    height: 370px; } }
@media screen and (max-width: 440px) {
  .slider04 {
    height: 400px; } }
.slider04-waku01 {
  width: 100%;
  padding: 0 10px; }

.slider04-waku02 {
  width: 100%;
  min-height: 380px;
  padding: 20px;
  background: #FFF;
  border: #222 solid 1px; }

@media screen and (max-width: 1200px) {
  .slider04-waku02 {
    min-height: 400px; } }
@media screen and (max-width: 991px) {
  .slider04-waku02 {
    min-height: 250px; } }
.slider04-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  position: relative; }

.slider04-icon {
  width: 70px;
  position: absolute;
  top: 105px;
  left: 5px;
  z-index: 100; }

.slider04-text01 {
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  color: #222; }

@media screen and (max-width: 768px) {
  .slider04-text01 {
    margin: 35px 0 0 0; } }
.slider04-text02 {
  font-size: 14px;
  line-height: 140%;
  color: #222; }

.slider04-text03 {
  font-size: 13px;
  margin: 0;
  color: #999; }

@media screen and (max-width: 768px) {
  .slider04-text01 {
    font-size: 14px; }

  .slider04-text02 {
    font-size: 13px; }

  .slider04-text03 {
    font-size: 12px; } }
/* FOLLOW US
--------------------------------------- */
.followus {
  padding: 80px 0;
  color: #FFF; }

@media screen and (max-width: 570px) {
  .followus {
    padding: 50px 0; } }
