@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/* 反転*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* ボタン矢印あり 「 ---\ 」*/
/*----------------------------------------------------
ページ共通
----------------------------------------------------*/
#pageHome {
  background-size: 100% 100%;
  background-position: left 70% center;
  /* 751- */
}
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#slick01 {
  overflow: hidden;
  margin-top: 0px;
}

.mv_main {
  /* 751- */
  /* CT⇨センターの意味*/
}
.mv_main img {
  /* -750 */
}
@media all and (max-width: 751px) {
  .mv_main img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media all and (min-width: 751px) {
  .mv_main img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    max-height: 1200px;
    min-height: 500px;
  }
}
.mv_title {
  position: absolute;
  padding: 10px;
  /* -750 */
  /* -375 */
  /* 751- */
  /* CT⇨センターの意味*/
}
.mv_title.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 751px) {
  .mv_title {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .mv_title img {
    width: 298px;
  }
}
@media all and (max-width: 375px) {
  .mv_title {
    bottom: 50px;
  }
  .mv_title img {
    width: 250px;
  }
}
@media all and (min-width: 751px) {
  .mv_title {
    top: 26px;
    left: 40px;
  }
  .mv_title img {
    width: 50vh;
    max-width: 390px;
  }
}
@media all and (min-width: 900px) {
  .mv_title {
    top: 56px;
  }
}
@media all and (min-width: 1001px) {
  .mv_title img {
    width: 60vh;
    max-width: 400px;
  }
}
@media all and (min-width: 1101px) {
  .mv_title {
    left: 100px;
  }
  .mv_title img {
    width: 517px;
    max-width: 527px;
  }
}

.mv_english {
  display: none;
  padding: 2px 10px;
  /* 751- */
  /* CT⇨センターの意味*/
}
.mv_english.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 751px) {
  .mv_english {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 100px;
  }
  .mv_english img {
    width: 50vh;
    max-width: 200px;
  }
}
@media all and (min-width: 900px) {
  .mv_english {
    bottom: 38px;
  }
}
@media all and (min-width: 1101px) {
  .mv_english {
    right: 133px;
  }
  .mv_english img {
    max-width: 220px;
  }
}
@media all and (min-width: 1200px) {
  .mv_english {
    right: 214px;
    bottom: 65px;
  }
}

.mv_concept {
  display: none;
  padding: 5px 1px;
  /* 751- */
  /* CT⇨センターの意味*/
}
.mv_concept.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 751px) {
  .mv_concept {
    position: absolute;
    display: block;
    top: 50px;
    right: 100px;
    width: 27px;
  }
}
@media all and (min-width: 900px) {
  .mv_concept {
    top: 70px;
    width: 29px;
  }
}
@media all and (min-width: 1101px) {
  .mv_concept {
    right: 133px;
    width: 35px;
  }
}
@media all and (min-width: 1200px) {
  .mv_concept {
    right: 214px;
  }
}
/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#news {
  margin: 19px 0 49px;
  /* 751- */
}
#news .titleInfo {
  padding: 2em 0 1em;
  width: 40%;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .titleInfo {
    width: 16%;
  }
}
#news .box {
  padding: 29px 22px;
}
#news .news_bace {
  width: 30%;
  background-color: #c1a861;
  color: #fff;
  text-align: center;
}
#news .n_date {
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.769;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}
#news .n_text {
  word-break: break-all;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.769;
  margin-top: 0;
}
#news .n_text a {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  color: #000000;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .n_text a {
    transition: all 0.3s;
  }
  #news .n_text a:hover {
    color: #666666;
  }
}
#news li {
  padding: 5px 0 2px;
}
#news li:first-child {
  padding-top: 0;
  border-top: none;
}
#news .mCustomScrollBox {
  border: 1px solid #14126f;
  padding: 2em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .mCustomScrollBox {
    padding: 0 2em;
  }
}
@media all and (min-width: 751px) {
  #news {
    margin: 50px 0 80px;
  }
  #news .titleInfo {
    width: 16%;
  }
  #news .box {
    padding: 33px 0 29px 39px;
  }
  #news .titleInfo {
    margin: 0 auto;
  }
  #news #news .news_bace {
    width: 14%;
  }
  #news #news .n_date {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.714;
    margin-right: 0px;
  }
  #news #news .n_text {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.714;
    margin: auto 0;
    padding-left: 1em;
  }
  #news #news li {
    display: flex;
    padding-bottom: 1em;
  }
  #news .box {
    display: flex;
    align-items: center;
  }
}

/*----------------------------------------------------
開催主旨
----------------------------------------------------*/
#purpose {
  padding-top: 3em;
  padding-bottom: 3em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #purpose {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  #purpose p.caption3 {
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
}
#purpose p.caption3 {
  letter-spacing: 0.02em;
  line-height: 1.7;
}

#purpose {
  /* 751- */
}
@media all and (min-width: 751px) {
  #purpose {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  #purpose p.caption3 {
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
}

#purpose, #movie, #overview {
  /* 751- */
}
#purpose .titleInfo, #movie .titleInfo, #overview .titleInfo {
  font-size: 18px;
  font-weight: 600;
  color: #c1a861;
  border-bottom: 1px solid #c1a861;
  text-align: center;
}
@media all and (min-width: 751px) {
  #purpose .titleInfo, #movie .titleInfo, #overview .titleInfo {
    font-size: 24px;
    font-weight: 600;
    color: #c1a861;
    border-bottom: 1px solid #c1a861;
    text-align: center;
  }
}

/*----------------------------------------------------
動画
----------------------------------------------------*/
#movie {
  margin-bottom: 46px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie {
    margin-bottom: 87px;
  }
}
#movie .sec_title {
  color: #000000;
  text-align: center;
  /* 751- */
}
#movie .sec_title span {
  display: block;
}
#movie .sec_title .en {
  position: relative;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.025em;
  line-height: 1.6667;
  /* 751- */
}
#movie .sec_title .en::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 95px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}
@media all and (min-width: 751px) {
  #movie .sec_title .en {
    font-size: 60px;
    letter-spacing: 0.025em;
    line-height: 1.383;
  }
  #movie .sec_title .en::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 180px;
    background-color: #000000;
    bottom: 23px;
  }
}
#movie .sec_title .jp {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  margin-top: -10px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .sec_title .jp {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
@media all and (min-width: 751px) {
  #movie .sec_title {
    margin-bottom: 21px;
  }
}
#movie .caption {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .caption {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.687;
  }
}
#movie .caption.center {
  text-align: center;
}
#movie .caption.left {
  text-align: left;
}

/*----------------------------------------------------
SNS
----------------------------------------------------*/
#twInsta {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #twInsta {
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(0, 81, 80));
    margin: 55px 0;
  }
}
@media all and (min-width: 751px) {
  #twInsta {
    background-color: #c1a861;
    margin-bottom: 105px;
  }
}
#twInsta .inner {
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .inner {
    padding-bottom: 4em;
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(0, 81, 80));
    border-right: 1px solid white;
    border-left: 1px solid white;
  }
}
#twInsta .titleInfo {
  padding: 2em 0 1em;
  width: 93%;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .titleInfo {
    padding: 2em 0;
    width: 36%;
  }
}
#twInsta .col .box {
  padding: 22px 3.3333%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
#twInsta .col .box.ins {
  padding: 29px 26px 21px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .col .box.ins {
    padding: 38px 40px 40px;
  }
}
#twInsta .col:first-child .box {
  /* -750 */
}
@media all and (max-width: 751px) {
  #twInsta .col:first-child .box {
    margin: 10px 0 40px;
  }
}
#twInsta .secTitle {
  text-align: center;
  margin-bottom: 37px;
}
#twInsta .secTitle span {
  position: relative;
}
#twInsta .secTitle span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 105%;
  background-color: #000;
  bottom: 1px;
}
#twInsta .secTitle.twi, #twInsta .secTitle.ins {
  /* -750 */
}
@media all and (max-width: 751px) {
  #twInsta .secTitle.twi, #twInsta .secTitle.ins {
    position: relative;
    font-size: 32px;
    letter-spacing: 0.025em;
    line-height: 1.6667;
    color: #000;
  }
}
#twInsta .secTitle.twi {
  position: relative;
}
#twInsta .secTitle.twi::after {
  content: "";
  position: absolute;
  background: url("../images/home/icon_snsarea_twitter.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
#twInsta .secTitle.ins {
  position: relative;
}
#twInsta .secTitle.ins::after {
  content: "";
  position: absolute;
  background: url("../images/home/icon_snsarea_instagram.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
#twInsta .accountArea {
  margin-top: 17px;
  text-align: center;
  /* 751- */
}
#twInsta .accountArea .instaAccount {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.6667;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
#twInsta .accountArea .instaAccount a {
  color: #8D8D8D;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .accountArea .instaAccount a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  #twInsta .accountArea {
    position: relative;
    margin-top: 0;
    top: -20px;
    text-align: right;
  }
}
#twInsta .btnArea {
  text-align: center;
  /* 751- */
}
#twInsta .btnArea .instaBtn {
  color: black;
  background: linear-gradient(138deg, rgb(130, 232, 126) 0%, rgb(249, 255, 106) 50%, rgb(255, 152, 70) 100%);
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.384;
  display: inline-block;
  width: 103px;
  border-radius: 27px;
  padding-top: 5px;
  margin-top: 21px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  #twInsta .btnArea .instaBtn {
    margin-top: 25px;
    width: 158px;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 1.388;
    transition: all 0.7s;
  }
  #twInsta .btnArea .instaBtn:hover {
    background: linear-gradient(138deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    color: white;
  }
}
@media all and (min-width: 1000px) {
  #twInsta .twInsta_cols {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  #twInsta .twInsta_cols .col {
    width: 60%;
  }
  #twInsta .box {
    height: 440px;
  }
  #twInsta .twitter_timeline {
    height: 400px;
  }
}

/*----------------------------------------------------
お知らせ scroll bar
----------------------------------------------------*/
.scrollWrap {
  height: 150px;
  overflow-y: scroll;
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  .scrollWrap {
    height: 116px;
    overflow-y: auto;
  }
}

.twitter_timeline {
  height: 270px;
}

.twitter_timeline {
  overflow-y: hidden;
}

.scroll_y {
  overflow-y: scroll;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  width: 8px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
}

/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
#contents {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents {
    margin: 6em 0 0;
  }
  #contents .inner {
    width: auto;
  }
}
#contents .sec_title {
  color: #000000;
  text-align: center;
  /* 751- */
}
#contents .sec_title span {
  display: block;
}
#contents .sec_title .en {
  position: relative;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.025em;
  line-height: 1;
  /* 751- */
}
#contents .sec_title .en::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 144px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}
@media all and (min-width: 751px) {
  #contents .sec_title .en {
    font-size: 60px;
    letter-spacing: 0.025em;
    line-height: 1.383;
  }
  #contents .sec_title .en::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 249px;
    background-color: #000000;
    bottom: 23px;
  }
}
#contents .sec_title .jp {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .sec_title .jp {
    margin-top: -15px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
@media all and (min-width: 751px) {
  #contents .sec_title {
    margin-bottom: 38px;
  }
}
#contents .title {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 0px);
  transform: translate(-50%, -50%);
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.04em;
  line-height: 1;
  /* 751- */
}
#contents .title.is_black {
  color: #000000;
}
#contents .title span {
  font-size: 14px;
}
#contents .title span::before, #contents .title span::after {
  content: "";
  position: absolute;
  background: url("../images/home/contents_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#contents .title span::before {
  transform: translateY(-50%) scale(-1, 1);
  left: -40px;
}
#contents .title span::after {
  right: -35px;
}
@media all and (min-width: 751px) {
  #contents .title {
    font-size: 23px;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
}
#contents .title span {
  font-size: 13px;
}
#contents .title span::before, #contents .title span::after {
  content: "";
  position: absolute;
  background: url("../images/home/contents_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
}
#contents .lt {
  margin-bottom: 50px;
  /* 751- */
  /* CT⇨センターの意味*/
}
#contents .lt li {
  margin-bottom: 35px;
  position: relative;
}
#contents .lt li.is_wait {
  pointer-events: none;
}
#contents .lt li.is_wait::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #8D8D8D;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
#contents .lt li.is_wait::after {
  content: "coming soon";
  display: block;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: calc(50% - 20px);
  left: calc(50% - 60px);
  font-size: 21px;
  border-bottom: 1px solid;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .lt li.is_wait::after {
    left: 33%;
  }
}
@media all and (min-width: 751px) {
  #contents .lt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contents .lt li {
    width: 31%;
    transition: all 0.5s;
  }
  #contents .lt li .imageArea {
    overflow: hidden;
  }
  #contents .lt li .imageArea img {
    transition: all 0.5s;
  }
  #contents .lt li:hover {
    opacity: 0.8;
  }
  #contents .lt li:hover img {
    transform: scale(1.2, 1.2);
  }
  #contents .lt li:hover .title span::before {
    transform: translateY(-50%) scale(-1, 1);
    left: -47px;
  }
  #contents .lt li:hover .title span::after {
    right: -42px;
  }
}
@media all and (min-width: 1101px) {
  #contents .lt li {
    width: 33.333333%;
    margin-bottom: 0;
  }
}
#contents .pdfArea .pc_w490_spw1000 {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #contents .pdfArea .pc_w490_spw1000 a {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w490_spw1000 {
    display: flex;
    justify-content: space-between;
  }
  #contents .pdfArea .pc_w490_spw1000 a {
    width: 49%;
    margin: 0 auto;
  }
}
#contents .pdfArea .pc_w320_spw480 {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .pdfArea .pc_w320_spw480 a {
    margin-bottom: 10px;
    width: 49%;
  }
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .pdfArea .pc_w320_spw480::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  #contents .pdfArea .pc_w320_spw480 a {
    margin-bottom: 10px;
    width: 32%;
  }
}
#contents .pdfArea .pc_w320_spw480 .ban.pc_center {
  /* 751- */
  /* CT⇨センターの意味*/
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 13px 0 auto;
  }
}
@media all and (min-width: 1000px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 17px 0 auto;
  }
}
@media all and (min-width: 1101px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 20px 0 auto;
  }
}

/*----------------------------------------------------
日本博ロゴ
----------------------------------------------------*/
#snsLink {
  padding: 10px 0 38px;
  /* 751- */
}
#snsLink .share {
  color: white;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.769;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}
#snsLink .lt_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
#snsLink .lt_sns .icon {
  /* -750 */
}
@media all and (max-width: 751px) {
  #snsLink .lt_sns .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
  }
}
#snsLink .lt_sns .icon img {
  width: 45px;
}
@media all and (min-width: 751px) {
  #snsLink {
    padding: 28px 0;
  }
  #snsLink .share {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.769;
  }
  #snsLink .lt_sns .icon img {
    width: 63px;
  }
}

/*----------------------------------------------------
開催概要
----------------------------------------------------*/
#overview {
  background: #000;
  border: 12px solid #c1a861;
  color: #fff;
  margin: 0 auto 100px;
  padding: 70px 20px 0;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}
#overview .overviewBox .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
#overview .overviewBox .row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  border-bottom: 1px solid #c1a861;
}
#overview .overviewBox .row iframe {
  width: 100%;
  height: 360px;
  margin-bottom: 1em;
}
#overview .overviewBox .row:last-child {
  border-bottom: none !important;
}
#overview .tab_box .row_ttl {
  width: 100%;
  padding-bottom: 8px;
  font-weight: bold;
  color: #fff;
}
#overview .tab_box .row_cont {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
#overview .tab_box .row_cont a {
  color: #c1a861;
}
#overview .tab_box .row_cont a:hover {
  color: #e6cc83;
  transition: all 0.5s ease 0s;
}
#overview .tab_box .address {
  margin-bottom: 25px;
}
#overview .tab_box .address a {
  color: #c1a861;
  text-decoration: underline;
  transition: all 0.5s;
}
#overview .tab_box .address a:hover {
  color: #828181;
}
#overview p.attention {
  font-size: 11px;
}
#overview .toReport {
  font-size: 14px;
  border: 2px solid #c1a861;
  margin: -1px 0;
  padding: 0.3em 2em;
}
@media all and (min-width: 751px) {
  #overview .toReport {
    margin: -1px auto;
    padding: 1em 3em;
    width: 90%;
  }
}
#overview .toReport a {
  color: #c1a861;
  transition: all 0.5s ease 0s;
}
#overview .toReport.toreport_tit {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #c1a861;
  /* 751- */
}
@media all and (min-width: 751px) {
  #overview .toReport.toreport_tit {
    font-size: 19px;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  #overview .tab_box .row {
    padding: 20px 1em 15px 0em;
    font-size: 16px;
    flex-wrap: nowrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  #overview .tab_box .row.lastAccess {
    flex-wrap: wrap;
  }
  #overview .tab_box .row_ttl,
  #overview .tab_box .map_ttl {
    width: 50%;
  }
}
#overview .tab_box .row_foot {
  color: #fff;
  margin-top: 25px;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 751px) {
  #overview .tab_box .row_foot {
    margin-top: 62px;
  }
}
#overview .access {
  margin-top: 42px;
}
@media all and (min-width: 751px) {
  #overview .access {
    margin-top: 84px;
    font-size: 20px;
  }
}
#overview .access .secMidTitle {
  margin-bottom: 45px;
}
@media all and (min-width: 751px) {
  #overview .access .secMidTitle {
    margin-bottom: 67px;
  }
}
#overview .access .lt {
  list-style: none;
  margin-left: 1em;
}
#overview .access .lt > li {
  position: relative;
}
#overview .access .lt > li::before {
  content: "・";
  position: absolute;
  left: -1em;
}
@media all and (max-width: 751px) {
  #overview .access .lt {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.7;
  }
}
#overview .access .gMap {
  margin: 32px 0 30px;
}
#overview .access .gMap iframe {
  width: 100%;
  height: 500px;
}
#overview .access .text_link {
  position: relative;
  color: #fff;
  transition: all 0.5s;
}
#overview .access .text_link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.5s;
}
@media all and (min-width: 751px) {
  #overview .access .text_link:hover {
    opacity: 0.8;
  }
  #overview .access .text_link:hover::after {
    transform: scale(1, 0);
    width: 0%;
  }
}
#overview .access .text_link::before {
  content: "";
  position: absolute;
  background: url("../images/common/icon/link.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: -40px;
}

/*===============================
PC/SP 個別対応
===============================*/
@media screen and (max-width: 768px) {
  #overview {
    padding: 20px 15px 0;
    margin-bottom: 40px;
  }
  #overview .overviewBox .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #overview .overviewBox .row {
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */