@charset "utf-8";

/*==============================================
| 共通指定
==============================================*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "Outfit", 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #111;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  color: #111;
  transition: all .2s ease;
}

a img {
  transition: all .2s ease;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*==============================================
| レイアウト共通
==============================================*/
/* .wrapper-all {
  padding-bottom: 92px;
} */

.main-wrapper {
  overflow: hidden;
}

.contents-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common-sec {
  position: relative;
  padding: 60px 15px 80px 15px;
}

@media print,
(min-width: 768px) {
  .common-sec {
    padding: 80px 15px 100px 15px;
  }

}

/*==============================================
| テキスト共通
==============================================*/
h2 {
  margin: 0 0 40px 0;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #036eb8;
}

h2 span {
  display: block;
  padding: 8px 0 0 0;
  font-size: 2.4rem;
}

h3 {
  font-weight: bold;
  line-height: 1.2;
}

p.stand-by {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

@media print,
(min-width: 1200px) {
  h2 span {
    font-size: 3.6rem;
  }

  p.stand-by {
    font-size: 3.6rem;
  }

}

/* .notes {
  margin: 20px 0;
  padding: 0 0 0 1.2em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: 1.4rem;
  }
} */

/*==============================================
| モーダル
==============================================*/
.modal-box {
  display: none;
}

.vegalta-jet-pj .fancybox-skin {
  padding: 0 !important;
}

.vegalta-jet-pj .fancybox-inner {
  max-width: 720px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* .modal-view {
  position: relative;
  padding: 0 1.5em 0 0;
  font-size: 1.4rem;
}

.modal-view::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
} */

.modal-title {
  padding: 8px 40px 8px 16px;
  background: #FCC800;
  font-weight: bold;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* .modal-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.modal-img {
  text-align: center;
}

.modal-text {
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #A9BEBE;
}

.modal-text>p:nth-child(n+2),
.modal-text>div:nth-child(n+2),
.modal-text>ul:nth-child(n+2) {
  margin: 15px 0 0 0;
}

/* .button-more {
  margin: 20px 0 0 0;
}

.button-more a {
  display: block;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 4px 10px;
  background: #091336;
  color: #fff;
  text-align: center;
}
 */
.vegalta-jet-pj .fancybox-nav {
  width: 10%;
}

@media print,
(min-width: 768px) {
  .vegalta-jet-pj .fancybox-nav span {
    visibility: visible;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px) {
  .vegalta-jet-pj .fancybox-prev span {
    left: -40px;
  }

  .vegalta-jet-pj .fancybox-next span {
    right: -40px;
  }
}

/*==============================================
| スライダー
==============================================*/
@media screen and (max-width: 1199px) {
  .slick-arrow {
    display: none !important;
  }
}


@media print,
(min-width: 1200px) {
  .slick-arrow {
    top: 80px;
  }

  .slick-prev {
    left: -12px;
    z-index: 1;
    width: 32px;
    height: 32px;
  }

  .slick-next {
    right: -14px;
    width: 32px;
    height: 32px;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #FCC800;
    font-size: 26px;
    opacity: .9;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
      -2px 2px 0 #FFF, 2px -2px 0 #FFF,
      0px 2px 0 #FFF, 0 -2px 0 #FFF,
      -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  .gourmet-list .slick-arrow,
  .goods-list .slick-arrow {
    top: 132px;
  }

  .gourmet-list .slick-prev:before,
  .gourmet-list .slick-next:before {
    color: #193076;
  }
}

/*==============================================
| アコーディオン
==============================================*/
.accordion-list dt {
  position: relative;
  padding: 8px 30px 8px 15px;
  background: #D4DEDE;
  color: #091336;
  font-weight: bold;
  cursor: pointer;
}

.accordion-list dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #091336;
  border-right: 2px solid #091336;
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s ease;
}

.accordion-list dd {
  display: none;
  padding: 10px;
}

.accordion-list dt.open::before {
  transform: translateY(-50%) rotate(-45deg);
}

/*==============================================
| ボタン
==============================================*/
/*関連リンク*/
.button-box {
  margin: 80px 0 0 0;
}

.button-box>div {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.button-box>div>span {
  display: block;
  margin: 30px 0 8px;
  font-size: 1.4rem;
}

.related-link-button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 0;
  border-top: 1px solid #091336;
  border-bottom: 1px solid #091336;
  color: #091336;
  font-weight: bold;
}

.related-link-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #091336;
  border-right: 1px solid #091336;
}

.button-conversion {
  text-align: center;
}

.button-flex {
  position: relative;
}

@media print,
(min-width: 768px) {
  .button-flex {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }

  .button-flex>div {
    margin: 0 15px;
  }
}

/*==============================================
| リンク
==============================================*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24
}

.external-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.4em;
}

.external-link::before {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

/*==============================================
| リスト
==============================================*/
.common-list li {
  position: relative;
  padding: 0 0 0 1em;
}

.common-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: #091336;
}

.common-list li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

.caution-list li {
  padding: 0 0 0 1.2em;
  color: #D11515;
}

.caution-list li::before {
  content: "※";
  background: none;
  top: 0;
}

/*==============================================
| メインビジュアル
==============================================*/
.mv-sec {
  position: relative;
  text-align: center;
}

/* .mv-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg-guide.svg) no-repeat bottom center/contain;
} */

h1 {
  margin: 0;
}

.mv-sec img {
  width: 100%;
}

/*==============================================
| ヘッダー
==============================================*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}

/* header a {
  color: #fff;
} */

/* .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  background: #00205b;
} */

.header-menu {
  display: flex;
}

.lp-title img {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .lp-title img {
    width: 180px;
  }
}

/* @media print,
(min-width: 768px) {
  header {
    position: fixed;
  }
} */

/*ハンバーガーメニュー*/
.hamburger {
  margin: 0 0 0 40px;
}

.hamburger div {
  position: relative;
  width: 40px;
  height: 40px;
}

/* .hamburger div::before {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  transition: all .3s ease;
} */

.hamburger span {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  border-radius: 100vh;
  transition: all .3s ease;
}

.hamburger span:nth-of-type(2) {
  top: 16px;
}

.hamburger span:nth-of-type(3) {
  top: 28px;
}

/* .hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 100vh;
  transition: all .2s ease;
}

.hamburger span::before {
  top: 12px;
  width: 80%;
}

.hamburger span::after {
  top: 24px;
} */

/* @media screen and (max-width: 767px) {
} */
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background: #036eb8;
  border-bottom-left-radius: 4px;
}

.hamburger.open span {
  right: 6px;
}

.hamburger.open span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.hamburger.open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
  top: 32px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

/* .hamburger.open div::before {
  content: "CLOSE";
} */

/*グロナビ*/
.g-nav-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /* transform: translateY(-100%); */
  visibility: hidden;
  opacity: 0;
  padding: 80px 20px 15px 20px;
  background: linear-gradient(180deg, #9fd7ee 0%, #ebf4ec 100%);
  ;
  z-index: -1;
  overflow-y: scroll;
  transition: all .5s ease;
}

.g-nav-box.open {
  /* transform: translateY(0); */
  opacity: 1;
  visibility: visible;
}

.g-nav {
  margin: 0 0 20px 0;
  text-align: center;
}

.g-nav>ul li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.g-nav a span {
  display: block;
  font-weight: 600;
  color: #036eb8;
  font-size: 3rem;
}

/* .g-nav a:hover {
  color: #fff;
} */

.stand-by a {
  pointer-events: none !important;
  opacity: .4 !important;
}

@media screen and (max-width: 1199px) {
  /* .g-nav-box {
    width: 80%;
  } */

  .g-nav a {
    line-height: 1.1;
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 1200px) {
  /* .g-nav-box {
    width: 40%;
  } */

  .g-nav a span {
    font-size: 4rem;
  }
}

/*背景*/
.nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .4);
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-bg.open {
  display: block;
}

/*リンク*/
.lp-header-link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}

.lp-header-link li a:hover {
  color: #fff;
}

.lp-header-link li a img {
  display: block;
  margin: 0 0 2px 0;
}

@media screen and (max-width: 767px) {
  .lp-header-link {
    justify-content: space-around
  }
}

@media print,
(min-width: 768px) {
  .lp-header-link li {
    margin: 0 0 0 10px;
  }
}

/*==============================================
| フッター
==============================================*/
footer {
  padding: 30px 0;
  background: #006934;
}

.footer-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
}

.contact p {
  color: #fff;
}

.contact p:nth-child(n+2) {
  margin: 6px 0 0 0;
}

.contact p:first-child {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #fff;
}

.contact p:nth-child(2) {
  font-size: 1.6rem;
}

footer small {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-inner>div:nth-child(n+2) {
    margin: 30px 0 0 0;
  }

  .contact p {
    font-size: 1.4rem;
  }

  footer small {
    padding: 10px 0 0 0;
    text-align: center;
    border-top: 1px solid #fff;
  }
}

@media print,
(min-width: 768px) {
  footer {
    padding: 60px 0;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/*==============================================
| 固定ボタン
==============================================*/
.vote-fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, .8);
}

.vote-fix-button>div {
  max-width: 280px;
  margin: 0 auto;
}

.vote-fix-button>div a {
  display: block;
}

.vote-fix-button .fix-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 12px;
  color: #C1C6C8;
  font-weight: bold;
  font-size: 1.2rem;
  /* border: 1px solid #A9BEBE; */
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .8);
  cursor: pointer;
}

@media print,
(min-width: 768px) {
  .vote-fix-button .fix-close {
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    border-right: 1px solid #C1C6C8;
    border-radius: 0;
    background: none;
  }
}

/*トップに戻るボタン*/
.button-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 6;
}

.button-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  opacity: .9;
}

.button-top a img {
  width: 100%;
}

@media print,
(min-width: 1200px) {
  .button-top {
    right: 3%;
  }

  .button-top a {
    width: 60px;
    height: 60px;
  }

}

/*==============================================
| インビューアニメ
==============================================*/
.zoom-in {
  transform: translateY(40px) scale(0.8);
  opacity: 0;
  transition: all 1.4s .6s cubic-bezier(0.25, 1, 0.5, 1);
}

.zoom-in.viewon {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.uchiage {
  /* transform: translateY(100%); */
  visibility: hidden;
  transform: translateY(40px) scale(0);
  transition: all .8s .2s cubic-bezier(0.22, 1, 0.36, 1);
}

.uchiage.viewon {
  /* transform: translateY(0); */
  visibility: visible;
  transform: translateY(0) scale(1);
}

.uchiage-slow {
  transform: translateY(40px) scale(0);
  visibility: hidden;
  transition: all .8s .4s cubic-bezier(0.12, 0, 0.39, 0);
}

.uchiage-slow.viewon {
  transform: translateY(0) scale(1);
  visibility: visible;
}

.fade-in-up {
  transform: translateY(40px);
  opacity: 0;
  transition: all .6s .2s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in-up.viewon {
  transform: translateY(0);
  opacity: 1;
}

.slide-in {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 1.2s .3s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide-in.viewon {
  transform: translateX(0);
  opacity: .3;
}

.slide-in.slide-in-rtl {
  transform: translateX(40px);
  opacity: 0;
}

.slide-in.slide-in-rtl.viewon {
  transform: translateX(0);
  opacity: 1;
}


/* .zoom-in.viewon img {
  animation: inview-zoom-in .6s ease-out both;
}

@keyframes inview-zoom-in {
  0% {
    transform:scale(1.3);
  }

  100% {
    transform:scale(1);
  }
}

.fade-in-up.viewon {
  animation: inview-fade-in .4s ease-out both;
}

@keyframes inview-fade-in {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */

/*==============================================
| ページガイド
==============================================*/
.guide-sec {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #9fd7ee;
  /* background: linear-gradient(180deg, #9fd7ee 0%, #ebf4ec 100%); */
}

.page-guide-list {
  display: flex;
  justify-content: space-between;
}

.page-guide-list li {
  width: 32%;
}

/*==============================================
| エリアマップ
==============================================*/
/*装飾*/
.kazari {
  position: absolute;
}

.kazari img {
  width: 100%;
}

.kids {
  top: -50px;
  left: 10px;
}

.family-outdoor {
  bottom: 0;
  left: 10px;
}

.hanabi-l {
  top: 120px;
  left: -30px;
  width: 190px;
  opacity: .7;
}

.hanabi-r {
  /* top: -60px; */
  top: 20px;
  right: -45px;
  width: 240px;
  opacity: .7;
}

@media print,
(min-width: 1200px) {
  .kids {
    width: 240px;
    top: 60px;
    left: calc(50vw - 680px);
  }

  .family-outdoor {
    width: 280px;
    bottom: 0;
    left: calc(50vw - 860px);
  }

  .hanabi-l {
    top: 400px;
    left: -5%;
    width: 25%;
  }

  .hanabi-r {
    /* top: -60px; */
    top: 20px;
    right: -5%;
    width: 30%;
  }
}

.map-sec {
  position: relative;
  background: linear-gradient(180deg, #9fd7ee 0%, #ebf4ec 100%);
  padding-top: 80px;
  /* padding-top: 160px; */
  padding-bottom: 160px;
}

.map-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff799;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.map-sec .contents-inner {
  position: relative;
}

.area-map {
  margin: 40px auto;
  text-align: center;
  background: #fff;
  border: 3px solid#fff;
}

.area-map.stand-by {
  padding: 80px 15px;
  background: #fff;
}

.area-map.stand-by p {
  font-size: 2.4rem;
  /* font-weight: bold; */
}


@media print,
(min-width: 1200px) {
  .map-sec {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .map-sec::before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .area-map {
    margin: 60px auto;
  }

  .area-map.stand-by {
    padding: 160px 40px;
  }

  .area-map.stand-by p {
    font-size: 3.6rem;
  }
}

.map-hanrei {
  margin: -40px 0 40px 0;
  padding: 10px 15px;
  background: #fff;
}

.map-hanrei p {
  margin: 0 0 6px 0;
}

.map-hanrei ul li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 0 15px 4px 0;
}

.map-hanrei ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #000;
  border-radius: 50%;
}

.map-hanrei ul li.attraction::before {
  background: #00a0e9;
}

.map-hanrei ul li.vegafoods::before {
  background: #f08307;
}

.map-hanrei ul li.others::before {
  background: #231815;
}

.map-hanrei ul li.park::before {
  background: #007934;
}

@media screen and (max-width: 767px) {

  .map-hanrei p,
  .map-hanrei ul li {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .map-hanrei {
    margin: -60px 0 40px 0;
    padding: 10px 30px;
  }

  .map-hanrei ul li {
    padding: 0 0 0 20px;
    margin: 0 30px 0 0;
  }

  .map-hanrei ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }

}

/*タブ切り替え部*/
.area-nav .nav-tabs {
  border-bottom: 4px solid #036eb8;
}

.area-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-nav ul li.nav-item a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 4px;
  text-align: center;
  line-height: 1.2;
  background: #ccc;
  border-right: 1px solid #fff;
}

.area-nav ul li.nav-item a.nav-link.active {
  background: #036eb8;
  color: #fff;
  font-weight: bold;
  border-top-color: #036eb8;
  border-bottom-color: #036eb8;
  border-left: none;
}

@media screen and (max-width: 575px) {
  .area-nav ul li {
    width: 33.3%;
  }

  .area-nav ul li.nav-item:nth-child(n+4) a.nav-link {
    border-top: 1px solid #fff;
  }

  .area-nav ul li.nav-item:nth-child(3n) a.nav-link {
    border-right: none;
  }
}

@media print,
(min-width: 576px) {
  .area-nav ul li {
    width: 16.6%;
  }

  .area-nav ul li.nav-item:last-child a.nav-link {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {

  .area-nav,
  .area-tab-content {
    margin: 0 calc(50% - 50vw);
  }

  /* .area-tab-content {
    padding: 0 calc(50vw - 50%);
  } */
}

@media print,
(min-width: 1200px) {
  .area-nav ul li.nav-item a.nav-link {
    padding: 16px 10px;
    font-size: 1.8rem;
  }
}

.area-tab-content>div {
  background: #fff;
  padding: 40px 15px;
}

.area-tab-content h3 {
  position: relative;
  margin: 0 0 20px 0;
  text-align: center;
}

.area-tab-content h3::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: url(../images/people_04.svg) no-repeat bottom center/ contain;
}

.area-tab-content h3::after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url(../images/people_02.svg) no-repeat bottom center/ contain;
}

/* .area-tab-content h3 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 2rem;
  color: #036eb8;
}

.area-tab-content h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #036eb8;
} */

@media screen and (max-width: 767px) {
  .area-tab-content h3 {
    text-align: left;
  }

  .area-tab-content h3::before {
    content: none;
  }

  .area-tab-content h3::after {
    right: -15px;
  }
}

@media print,
(min-width: 768px) {
  .area-tab-content>div {
    padding: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .area-tab-content h3 img {
    max-width: 260px;
  }

  .area-tab-content h3::before,
  .area-tab-content h3::after {
    width: 120px;
    height: 120px;
    bottom: -10px;
  }
}

@media print,
(min-width: 1200px) {
  .area-tab-content>div {
    padding: 60px;
  }

  /* .area-tab-content h3 {
    margin: 0 0 40px 0;
    font-size: 2.8rem;
  } */

  .area-tab-content h3 {
    margin: 0 0 40px 0;
  }

}

.booth-notes {
  margin: 10px 0;
  color: #fc0032;
}

.booth-notes-bk {
  margin: 8px 0 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.booth-list li {
  /* display: flex;
  justify-content: space-between; */
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.booth-list li:first-child {
  border-top: 1px solid #ccc;
}

/* .booth-list li:last-child {
  border-bottom: none;
} */

.booth-list li .text-box {
  flex: 1;
  padding: 0 10px 0 0;
}

.booth-list li .text-box h4 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background: #00b1fc;
  text-align: center;
  line-height: 20px;
  font-size: 1.6rem;
  border-radius: 50%;
}

.booth-list li .text-box h4 span.others {
  background: #111;
  color: #fff;
  /* border: 1px solid #707070; */
}

.booth-list li .text-box h4 span.park {
  background: #007934;
  color: #fff;
}

.booth-list li .text-box h4 span.foods {
  background: #fcc800;
}


@media print,
(min-width: 768px) {
  .booth-list li .text-box h4 span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.8rem;
  }
}

.booth-list li .text-box p {
  line-height: 1.5;
}

.booth-list li .text-box .yuryo {
  font-weight: bold;
  color: #fc0032;
}

#area-marche .booth-list h5 {
  margin: 10px 0;
  color: #fc00b1;
}

.booth-list .sns {
  position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 0 24px;
}

.booth-list .sns::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/icon-instagram.svg) no-repeat center center/contain;
}

.booth-list .sns a,
.booth-list .text-box p a {
  color: #0050fc;
  text-decoration: underline;
}

.booth-list .text-box>p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

.booth-list .text-box p a span {
  vertical-align: bottom;
}

.booth-cat {
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 3px;
}

.booth-cat.vegafoods {
  background: #FCC800;
}

.booth-cat.attraction {
  background: #00b1fc;
}

.booth-cat.marche {
  background: #fc00b1;
  color: #fff;
}

.booth-cat.freemarket {
  background: #00fc4c;
}

.booth-cat.jizenoubo {
  background: #fc0032;
  color: #fff;
}

.booth-list li .text-box h4 {
  margin: 10px 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
  .booth-cat {
    font-size: 1.4rem;
  }

  .booth-list li .text-box p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .booth-list li .img-box {
    margin: 20px auto 0 auto;
    padding: 0 15px;
  }

  #area-marche .booth-list li {
    position: relative;
  }

  #area-marche .booth-list li:not(:first-child) .img-box {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    margin: 0;
    padding: 0;
  }

  #area-marche .booth-list li:not(:first-child) .text-box h4,
  #area-marche .booth-list li:not(:first-child) .text-box h5 {
    width: calc(100% - 90px);
  }
}

@media print,
(min-width: 768px) {
  .booth-list li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }

  .booth-list li .text-box {
    padding: 0 20px 0 0;
  }

  .booth-list li .text-box h4 {
    margin: 20px 0 30px 0;
    font-size: 2.2rem;
  }

  .booth-list li .img-box {
    width: 40%;
  }

  #area-marche .booth-list li:not(:first-child) .img-box {
    width: 20%;
  }

  #area-marche .booth-list li:not(:first-child) h5 {
    margin: -15px 0 15px 0;
  }
}


/*==============================================
| イベントスケジュール
==============================================*/
.schedule-sec {
  position: relative;
  padding-bottom: 160px;
  background: #fff799;
}

.schedule-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.schedule-sec h2 {
  color: #f08300;
}

.time-schedule {
  max-width: 960px;
  margin: 0 auto;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.schedule-list dt {
  width: 36%;
  padding: 10px;
  margin: 0 0 5px 0;
  background: #172a88;
  color: #fff;
}

.schedule-list dd {
  width: 64%;
  padding: 10px;
  background: #fff;
}

.schedule-list dd span {
  display: inline-block;
  padding: 0 10px;
  margin: 4px 0 0 0;
  font-size: 1.4rem;
  background: #ccc;
  border-radius: 100vh;
}

@media print,
(min-width: 1200px) {
  .schedule-sec {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .schedule-sec::before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .schedule-list dt {
    width: 24%;
    padding: 15px 30px;
    font-size: 2rem;
  }

  .schedule-list dd {
    width: 76%;
    padding: 15px 30px;
  }
}

.schedule-sec .stand-by {
  margin: 0 0 40px 0;
}

@media print,
(min-width: 768px) {
  .schedule-sec .stand-by {
    margin: 60px 0 120px 0;
  }
}

/*==============================================
| アクセス
==============================================*/
.access-sec {
  position: relative;
}

.access-sec h2 {
  color: #90b830;
}

.couple {
  top: -110px;
  right: 10px;
}

@media print,
(min-width: 1200px) {
  .couple {
    width: 140px;
    top: -140px;
    right: calc(50vw - 720px);
  }
}

/*==============================================
| 協賛企業
==============================================*/
.partner-sec {
  background: url(../images/bg-partner.png) no-repeat top center/cover;
}

.partner-sec h2 {
  margin: 40px 0;
  color: #fff;
}

.partner-wrap>div:nth-child(n+2) {
  margin: 40px 0 0 0;
}

.partner-wrap>div:nth-last-child(2) {
  margin: 60px 0 0 0;
}

.partner-wrap h3 {
  margin: 0 0 20px 0;
  font-weight: normal;
  /* color: #fff; */
  text-align: center;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.partner-list.standard li {
  width: 48%;
}

.partner-list.support li {
  width: 32%;
}

.shusai,
.kouen {
  text-align: center;
}

.shusai span {
  /* padding: 10px 4px; */
  font-weight: bold;
  font-size: 2rem;
  /* background: #fff; */
}

.kouen span {
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .partner-list.standard li:nth-child(odd) {
    margin-right: 1%;
  }

  .partner-list.standard li:nth-child(even) {
    margin-left: 1%;
  }

  .partner-list.support li:nth-child(2),
  .partner-list.support li:nth-child(5) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .partner-list.standard li:nth-child(n+3) {
    margin-top: 15px;
  }

  .partner-list.support li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media print,
(min-width: 768px) {
  .partner-sec h2 {
    margin: 60px 0 40px 0;
  }

  .partner-wrap>div:nth-child(n+2) {
    margin: 60px 0 0 0;
  }

  .partner-wrap>div:nth-last-child(2) {
    margin: 80px 0 0 0;
  }

  .partner-list.tokubetsu li {
    width: 50%;
    max-width: 480px;
  }

  .partner-list.standard li {
    width: 23%;
  }

  .partner-list.support li {
    width: 18%;
  }

  .partner-list.standard li,
  .partner-list.support li {
    margin-left: 1%;
    margin-right: 1%;
  }

  .partner-list.standard li:nth-child(n+5) {
    margin-top: 20px;
  }

  .partner-list.support li:nth-child(n+6) {
    margin-top: 20px;
  }

  .shusai span {
    /* padding: 10px 20px; */
    font-size: 3.2rem;
  }

  .kouen span {
    font-size: 2.4rem;
  }

}

/*==============================================
| アクセス
==============================================*/
.access-wrap .text-box>div:nth-child(n+2) {
  margin: 30px 0 0 0;
}

.access-wrap h3 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.access-wrap .common-list {
  margin: 10px 0;
}

.gmap-box>div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .gmap-box {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .access-wrap {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
  }

  .access-wrap>div {
    width: 48%;
  }

  .access-wrap .text-box {
    order: 1;
  }
}

/*==============================================
| ミコライブ
==============================================*/
.mico-sec {
  background: #fff;
}

.mico-box {
  background: #8232ff;
}

/*==============================================
| パブリックビューイング
==============================================*/
.public-viewing-sec {
  position: relative;
  margin: -20px 0 0 0;
  background: url(../images/bg-public-viewing.jpg) no-repeat center center /cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.public-viewing-wrap>div:nth-child(n+2) {
  margin: 40px 0 0 0;
}

.public-viewing-wrap .detail>p {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

.public-viewing-wrap .guest h3 {
  padding: 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #182987;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.public-viewing-wrap .guest .img-box {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.public-viewing-wrap .guest .name {
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}

.public-viewing-wrap .guest .name span {
  display: block;
  font-size: 1.8rem;
}

.public-viewing-wrap .guest .profile {
  line-height: 1.5;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .public-viewing-wrap .guest>div:nth-child(n+2) {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .public-viewing-wrap .detail>p {
    font-size: 2.2rem;
  }

  .public-viewing-wrap .guest {
    display: flex;
    justify-content: space-between;
  }

  .public-viewing-wrap .guest>div {
    width: 48%;
  }

  .public-viewing-wrap .guest h3 {
    font-size: 2.4rem;
  }

  .public-viewing-wrap .guest .name {
    margin: 20px 0 10px 0;
  }

  .public-viewing-wrap .guest .name span {
    display: inline;
  }
}

@media print,
(min-width: 1200px) {
  .public-viewing-sec {
    margin: -40px 0 0 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .public-viewing-wrap>div:nth-child(n+2) {
    margin: 60px 0 0 0;
  }
}

.kakunin {
  padding: 0 4px;
  background: #fceb00;
}