@charset "utf-8";

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

html, body {
  position: relative;
  color: #4D4D4D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.47vw;
  font-weight: 500;
  line-height: 2;
}
body {
  padding-top: 14vw;
}

img {
  max-width: 100%;
}

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

section.gray-block {
  background-color: #F2F2F2;
}


/**************************************************
	ヘッダー
**************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 100;
}
header._open {
  /*background-color: rgba(255,255,255,1);*/
  box-shadow: 0 2px 8px 2px rgba(0,0,0,0.1);
}
header h1 {
  box-sizing: border-box;
  padding: 2.7vw 3.6vw;
  height: 14vw;
}
header h1 img {
  width: 27.33vw;
}
header._fix h1 img {
  opacity: 1;
}
header nav#menu {
  box-sizing: border-box;
  width: 100vw;
  height: 0;
  padding: 0 2vw 0 2vw;
  overflow: hidden;
  transition-duration: 0.5s;
}
header nav#menu._open {
  height: auto;
  padding: 1vw 2vw 4vw 2vw;
}
header .nv-main {
}
header .nv-main li {
}
header .nv-main li a,
header .nv-sub li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 4vw 2.4vw;
  width: 100%;
  border-bottom: 2px solid #00C4F1;
  color: #1B2C6E;
  font-size: 0.92rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
#festival header .nv-main li:nth-child(1) a,
#seminar header .nv-main li:nth-child(2) a,
#event header .nv-main li:nth-child(3) a,
#gourmet header .nv-main li:nth-child(4) a,
#market header .nv-main li:nth-child(5) a {
}
header .nv-main li a span {
  display: inline-block;
  color: #00C4F1;
  font-size: 0.65rem;
  font-weight: normal;
  text-align: right;
}
header .nv-sub li a {
  padding-left: 6vw;
}
header .nv-sub li:nth-child(1) a { background: url(../img/icon_map.png) 2vw center no-repeat; background-size: 2.8vw;}
header .nv-sub li:nth-child(2) a { background: url(../img/icon_access.png) 2.2vw center no-repeat; background-size: 2.53vw;}
header .nv-sub li:nth-child(3) a { background: url(../img/icon_sponsor.png) 2vw center no-repeat; background-size: 2.8vw;}
header .nv-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header .nv-sns li a {
  display: block;
  padding: 3vw;
}
header .nv-sns li:nth-child(1) img { width: 5vw;}
header .nv-sns li:nth-child(2) img { width: 5.87vw;}


/**/
#menu-btn {
  position: relative;
  width: 100%;
  z-index: 101;
}
#menu-btn a {
  display: inline-block;
  position: fixed;
  top: 28px;
  right: 40px;
  width: 30px;
  height: 24px;
  transition: .3s;
}
#menu-btn-bar {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #1B2C6E;
  transition: .3s;
}
#menu-btn-bar:before,
#menu-btn-bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #1B2C6E;
  transition: .5s;
}
#menu-btn-bar:before {
  margin-top: -12px;
}
#menu-btn-bar:after {
  margin-top: 9px;
}
#menu-btn-bar._open,
#menu-btn-bar._open.bk {
  background: transparent !important;
}
#menu-btn-bar._open:before,
#menu-btn-bar._open:after {
  margin-top: 0;
}
#menu-btn-bar._open:before {
  background: #1B2C6E;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#menu-btn-bar._open:after {
  background: #1B2C6E;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#menu-btn a {
  top: 4vw;
  right: 4vw;
  width: 6.67vw;
  height: 5.5vw;
  transition: .3s;
}
#menu-btn-bar {
  width: 6.67vw;
  height: 4px;
}
#menu-btn-bar:before,
#menu-btn-bar:after {
  width: 6.67vw;
  height: 4px;
}
#menu-btn-bar:before {
  margin-top: -10px;
}
#menu-btn-bar:after {
  margin-top: 6px;
}


/**************************************************
	フッター
**************************************************/
footer {
  position: relative;
  padding: 10.8vw 0 18.4vw;
  text-align: center;
}
footer div {
}
footer div h1 {
}
footer div h1 img:nth-child(1) {
  width: 18.2vw;
}
footer div h1 img:nth-child(2) {
  display: block;
  width: 76.8vw;
  margin: 6vw auto 0;
}
footer div p.copyright {
  display: block;
  color: #1B2C6E;
  font-size: 0.784rem;
  text-align: center;
}
footer h2 {
  margin: 8vw auto 0;
  color: #00125D;
  font-size: 1.154rem;
  line-height: 1.3;
}
footer address {
  margin: 3vw auto 8vw;
  color: #00125D;
  font-size: 0.846rem;
  font-feature-settings: 'palt';
  line-height: 1.6;
}
footer p {
  margin: 2.4vw auto 0;
  color: #00125D;
  font-size: 1rem;
  line-height: 1.85;
}
footer .logo {
  margin-top: 40px;
  text-align: center;
}
footer .logo a:nth-child(1) img { width: 30vw;}
footer .logo a:nth-child(2) img {
  margin-left: 6vw;
  width: 37.2vw;
}

.nv-pagetop {
  position: fixed;
  right: 4.4vw;
  bottom: -200px;
  transition-duration: 0.5s;
}
.nv-pagetop._fix,
.nv-pagetop._fit {
  top: auto;
  bottom: 0;
}
.nv-pagetop img {
  width: 13.2vw;
}