@charset "utf-8";

/**************************************************
	共通
**************************************************/
.forSP { display: none !important;}

html,body {
  position: relative;
  color: #4D4D4D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
}
body._scr {
  margin-top: 100px;
}

a:hover { opacity: 0.7;}
a._off {
  color: #999;
  opacity: 0.5;
  pointer-events: none;
}

section {
  min-width: 1050px;
}
section.gray-block {
  margin: 0 auto;
  width: calc(100vw - 70px);
  background-color: #F2F2F2;
}


/**************************************************
	ヘッダー
**************************************************/
header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100vw;
  min-width: 1050px;
  height: 70px;
  padding: 0;
  margin-top: 30px;
  background-color: rgba(255,255,255,0.9);
}
header._fix {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 100;
}
header h1 img {
  margin-left: 30px;
  width: 145px;
  opacity: 0;
  transition-duration: 0.5s;
}
header._fix h1 img {
  opacity: 1;
}
header nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100vw - 250px);
  min-width: 800px;
  height: 70px;
  padding-right: 30px;
  box-sizing: border-box;
}
header .nv-main {
  display: inline-block;
  padding: 0 40px;
  text-align: right;
}
header .nv-main li {
  display: inline-flex;
  align-items: center;
  height: 70px;
}
header .nv-main li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-left: 14px;
  padding-top: 12px;
  color: #1B2C6E;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
header .nv-main li a:hover {
  opacity: 1;
}
header .nv-main li a:hover:after,
#festival header .nv-main li:nth-child(1) a:after,
#seminar header .nv-main li:nth-child(2) a:after,
#event header .nv-main li:nth-child(3) a:after,
#gourmet header .nv-main li:nth-child(4) a:after,
#market header .nv-main li:nth-child(5) a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 3px;
  background-color: #00C4F1;
}
header .nv-main li a span {
  display: block;
  color: #00C4F1;
  font-size: 1rem;
  font-weight: normal;
  transform: scale(0.7);
}
header .nv-sub {
  position: absolute;
  top: -30px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(204,204,204,0.5);
  text-align: right;
}
header .nv-sub li {
  display: inline-flex;
  align-items: center;
  height: 30px;
  margin-left: 20px;
}
header .nv-sub li a {
  display: block;
  padding-left: 18px;
  color: #1B2C6E;
  font-size: 1rem;
  font-weight: bold;
}
header .nv-sub li:nth-child(1) a { background: url(../img/icon_map.png) left center no-repeat; background-size: 11px;}
header .nv-sub li:nth-child(2) a { background: url(../img/icon_access.png) left center no-repeat; background-size: 10px;}
header .nv-sub li:nth-child(3) a { background: url(../img/icon_sponsor.png) left center no-repeat; background-size: 11px;}
header .nv-sns {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-left: 22px;
  border-left: 1px solid rgba(204,204,204,0.5);
}
header .nv-sns li {
  display: inline-block;
  margin-left: 18px;
}
header .nv-sns li:nth-child(1) img { width: 16px;}
header .nv-sns li:nth-child(2) img { width: 18px;}


@media (max-width: 1140px) {
  header .nv-main {
    padding: 0 20px 0 0;
  }
  header .nv-main li {
    margin-left: 0;
  }
  header .nv-main li a {
    font-size: 1.1rem;
  }
  header .nv-main li a span {
  }
  header .nv-sns {
    padding-left: 12px;
  }
}
/*
@media (max-width: 1140px) {
  header .nv-main li {
    height: 14px;
  }
  header .nv-main li a span {
    display: inline-block;
  }
}
@media (max-width: 1040px) {
  header .nv-main {
    width: 640px;
    padding-right: 30px;
  }
  header .nv-main li a {
    font-size: 1.1rem;
  }
}
*/


/**************************************************
	フッター
**************************************************/
footer {
  position: relative;
  padding: 88px 0 66px;
  min-width: 1050px;
}
footer div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
footer div h1 {
  display: flex;
  align-items: center;
}
footer div h1 img:nth-child(1) { width: 74px!important; height:86px!important; }
footer div h1 img:nth-child(2) { width: 272px!important; height:17px!important; margin-left: 45px;}
footer div p.copyright {
  display: inline-block;
  color: #1B2C6E;
  font-size: 1rem;
  transform-origin: right;
  transform: scale(0.8);
  text-align: right;
}
footer h2 {
  width: 970px;
  margin: 40px auto 0;
  color: #00125D;
  font-size: 1.7rem;
  line-height: 1.3;
}
footer address {
  width: 970px;
  margin: 0 auto;
  color: #00125D;
}
footer p {
  width: 970px;
  margin: 18px auto 0;
  color: #00125D;
  font-size: 1.2rem;
  line-height: 1.5;
}
footer .logo {
  margin-top: 95px;
  text-align: center;
}
footer .logo a:nth-child(1) img { width: 389px;}
footer .logo a:nth-child(2) img { width: 160px; margin-left: 40px}

.nv-pagetop {
  position: fixed;
  right: 40px;
  bottom: -200px;
  transition-duration: 0.5s;
}
.nv-pagetop._fix {
  top: auto;
  bottom: 0;
}
.nv-pagetop._fit {
  position: absolute;
  top: -106px;
  bottom: auto;
}
.nv-pagetop img {
  width: 68px;
}