@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  letter-spacing: 0.06em;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #663300;
  background: #FFFBF0;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

.page__wrapper {
  max-width: 100%;
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page__wrapper {
    padding: 0 4%;
  }
}
@media screen and (max-width: 919px) {
  .page__wrapper {
    padding: 0 4%;
  }
}

.pc_block {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

.sp_block {
  display: block;
}
@media screen and (min-width: 920px) {
  .sp_block {
    display: none;
  }
}

.f-red {
  color: #cc0000;
}

h1 {
  font-size: 42px;
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
h1:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -20px; /*下線の上下の位置*/
  left: 50%;
  width: 80px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #109810; /*下線の色*/
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

h2 {
  font-size: 24px;
  margin-bottom: 1em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  position: relative;
  width: 100%;
}
h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  border-bottom: 3px solid #109810;
}
h2:after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 70%;
  border-bottom: 3px solid #ECB02D;
}
h2 span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  color: #109810;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

a.inner_link {
  display: inline-block;
  color: #FF6699;
  text-decoration: underline;
}
a.inner_link::before {
  display: inline-block;
  content: "";
  padding-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  font-size: 14px;
  text-decoration: none;
}
a.inner_link:hover {
  color: #109810;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  margin: 1em 0;
}

.block__btn {
  text-align: center;
}
.block__btn .btn_margin {
  margin-top: 20px;
}
.block__btn .btn_center {
  margin-left: auto;
  margin-right: auto;
}
.block__btn .btn {
  display: block;
  width: 320px;
  background-color: #109810;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.block__btn .btn::before {
  content: "";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
.block__btn .btn:hover {
  background-color: #ECB02D;
}

#side_menu {
  position: fixed;
  top: 180px;
  left: 0;
  z-index: 9999;
}

#side_menu a {
  color: #fff;
  width: 3em;
  background: #E3495C;
  background: linear-gradient(#E3495C, #e86d7c);
  padding: 1em 0.5em;
  writing-mode: vertical-rl;
  border: solid 3px #e5d800;
  border-left: none;
  font-size: 18px;
  border-radius: 0 8px 8px 0;
  margin-top: 0.1em;
  color: #fff;
  text-orientation: upright;
}

#side_menu a:hover {
  background: #e5d800;
}

.header {
  position: relative;
  height: 400px;
  background-color: #109810;
}
@media screen and (max-width: 767px) {
  .header {
    height: 340px;
  }
}
.header .bg {
  background-image: url(../images/bg_main_visual_2025_pc_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.header img {
  width: 600px;
  max-width: 94%;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  background: #109810;
  box-shadow: 0px -20px 0px -10px #ECB02D;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.8));
  margin-top: 80px;
  /*
      &::before {
          position: absolute;
          content: "";
          top: -16px;
          left: 0;
          width: 100%;
          height: 20px;
          background:
              linear-gradient(45deg, $main_color 10px, transparent 0), 
              linear-gradient(315deg, $main_color 10px, transparent 0);
      	background-size: 20px 20px;
      }
  */
}
#footer ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer ul {
    display: block;
  }
}
#footer li {
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#footer .column__info {
  width: 50%;
  margin-inline: auto;
}
#footer .column__info .footer_logo {
  text-align: center;
}
#footer .column__info .footer_logo img {
  width: 360px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  #footer .column__info .footer_logo img {
    max-width: 70%;
  }
}
#footer .column__info .organizer_info {
  text-align: center;
  margin-top: 1em;
}
#footer .column__info .font_normal {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #footer .column__info {
    width: 100%;
    padding-top: 60px;
  }
}
#footer .associate {
  padding: 0.5em 0;
}
#footer .btn_block {
  border-top: solid 1px #ECB02D;
  margin-top: 10px;
  padding: 10px 10px;
}
#footer .btn_block a {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #ECB02D;
  color: #fff;
  padding: 0.4em;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: normal;
}
#footer .btn_block a:hover {
  background: #e0803a;
}
#footer #copyright {
  background: #ECB02D;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

.test-check {
  color: #2986cc;
}

/*---------------------------------------------------------------------------------------*
    TOP （ブース出展について）
 *---------------------------------------------------------------------------------------*/
.page-catch p {
  margin: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-catch p {
    text-align: left;
  }
}
.page-catch .attention {
  margin-top: 1em;
  font-size: 14px;
}

p.list {
  padding-left: 1em;
  text-indent: -1em;
}

.main-section {
  margin-top: 80px;
}

#entry-index .entry-index-table {
  width: 640px;
  max-width: 100%;
  margin-top: 1em;
  margin-inline: auto;
  padding: 1em 1em;
  background-color: #efefef;
  text-align: center;
}
#entry-index .entry-index-table-container {
  display: inline-block;
  text-align: left;
  line-height: 2em;
}
#entry-index a {
  display: inline-block;
  color: #FF6699;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#entry-index a:hover {
  color: #109810;
}

/*
    エントリー種別
-----------------------------------------------*/
#entry-kind table {
  width: 100%;
  border: solid 2px #663300;
  border-collapse: collapse;
  background-color: #fff;
}
#entry-kind table th, #entry-kind table td {
  padding: 1em;
  border: solid 1px #663300;
  font-size: 14px;
}
#entry-kind table th {
  background-color: #efefef;
  text-align: center;
}
#entry-kind table thead th {
  background-color: #109810;
  color: #fff;
  border-bottom-width: 2px;
  padding: 0.5em 1em;
  font-size: 14px;
}
#entry-kind table thead th,
#entry-kind table tbody td {
  text-align: center;
}
#entry-kind table tbody td:nth-child(3) {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #entry-kind table {
    border: none;
  }
}
#entry-kind .note {
  margin-top: 1em;
}
#entry-kind .note .note-title {
  margin-top: 1em;
}
#entry-kind .note .note-body {
  padding-left: 1em;
  font-size: 14px;
}

/*
    出店物について
-----------------------------------------------*/
#store-guide .store-guide-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#store-guide .store-guide-container .store-guide-image {
  width: 85%;
  margin-inline: auto;
}
#store-guide .store-guide-container .store-guide-body {
  margin-top: 60px;
  width: 100%;
}
#store-guide .store-guide-container .store-guide-body .for-example,
#store-guide .store-guide-container .store-guide-body .not-allow {
  padding: 4em 2em 2em 2em;
  background-color: #fff;
  font-size: 14px;
  border: solid 1px #109810;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #store-guide .store-guide-container .store-guide-body .for-example,
  #store-guide .store-guide-container .store-guide-body .not-allow {
    padding: 4em 1em 2em 1em;
  }
}
#store-guide .store-guide-container .store-guide-body .for-example .title,
#store-guide .store-guide-container .store-guide-body .not-allow .title {
  margin-top: -70px;
  padding: 0 1em;
  width: 300px;
  background-color: #109810;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#store-guide .store-guide-container .store-guide-body .for-example .item-list,
#store-guide .store-guide-container .store-guide-body .not-allow .item-list {
  padding: 0.5em 1em;
  background-color: #efefef;
  border-radius: 6px;
}
#store-guide .store-guide-container .store-guide-body .for-example .item-list span,
#store-guide .store-guide-container .store-guide-body .not-allow .item-list span {
  display: inline-block;
}
#store-guide .store-guide-container .store-guide-body .for-example .item-list span:not(:last-child),
#store-guide .store-guide-container .store-guide-body .not-allow .item-list span:not(:last-child) {
  margin-right: 1em;
}
#store-guide .store-guide-container .store-guide-body .not-allow {
  margin-top: 30px;
}
#store-guide .store-guide-container .store-guide-body .note {
  margin-top: 1em;
  font-size: 14px;
}
#store-guide .store-guide-container .store-guide-body .note p {
  margin: 0.2em 0;
}
#store-guide .store-guide-container .store-guide-note {
  font-size: 14px;
}

/*
    ブース説明
-----------------------------------------------*/
#booth .booth-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #booth .booth-container {
    display: block;
  }
}
#booth .booth-container .booth-image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #booth .booth-container .booth-image {
    width: 100%;
  }
}
#booth .booth-container .booth-body {
  width: 55%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #booth .booth-container .booth-body {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
#booth .booth-container .booth-body .note {
  margin-top: 1em;
  font-size: 14px;
}
#booth .booth-container .booth-body .note p {
  margin: 0.2em 0;
}

/*
    イベント当日のスケジュール
-----------------------------------------------*/
#schedule .note {
  margin-top: 1em;
}
#schedule .note .note-title {
  margin-top: 1em;
}
#schedule .note .note-body {
  padding-left: 1em;
  font-size: 14px;
}
#schedule .note .note-body span {
  margin-left: 1em;
  display: inline-block;
}

/*
    エントリーの流れ
-----------------------------------------------*/
#entry-flow .flow {
  width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow {
    width: 100%;
  }
}
#entry-flow .flow ul li {
  position: relative;
}
#entry-flow .flow ul li:not(:last-child)::before {
  content: "";
  display: block;
  height: calc(100% - 46px);
  border-left: dashed 3px #ECB02D;
  position: absolute;
  top: 44px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow ul li:not(:last-child)::before {
    display: none;
  }
}
#entry-flow .flow ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
  border-style: solid;
  border-width: 15px 6px 0 6px;
  border-color: #ECB02D transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow ul li:not(:last-child):after {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    display: block;
    text-align: center;
    color: #ECB02D;
    border: none;
    line-height: 1;
  }
}
#entry-flow .flow ul li .title {
  color: #fff;
  background: #663300;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow ul li .title {
    margin-bottom: 5px;
    text-align: left;
  }
}
#entry-flow .flow ul li .work_time {
  background: #ECB02D;
  padding: 0.2em 2em;
  margin: 2px 0 0 60px;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow ul li .work_time {
    margin: 5px 0 0 10px;
    background: #efefef;
    padding: 0.5em;
    text-align: right;
    font-size: 12px;
  }
}
#entry-flow .flow ul li .exp {
  margin-block: 0.5em 1em;
  margin-inline: 60px 30px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #entry-flow .flow ul li .exp {
    margin-inline: 10px;
    padding: 1em;
    text-align: justify;
    font-size: 14px;
  }
}
#entry-flow .flow ul li p {
  background: #fff;
}
#entry-flow .flow ul li + li {
  margin-top: 20px;
}

/*
    エントリー
-----------------------------------------------*/
#entry-request .request-container {
  padding: 1em 1em 2em 1em;
  background-color: #fff;
  border: solid 3px #109810;
  border-radius: 10px;
}
#entry-request .request-container p.note {
  margin: 0;
  margin-bottom: 1em;
}
#entry-request .request-container .block__btn .btn {
  background-color: #FF6699;
}
#entry-request .request-container .block__btn .btn:hover {
  background-color: #109810;
}

.block__note.list {
  padding-left: 1em;
  margin: 1.6em 0;
  border-left: solid 3px #ECB02D;
}
@media screen and (max-width: 767px) {
  .block__note.list {
    padding-left: 0.5em;
  }
}
.block__note.list .list__item {
  padding-left: 1em;
  text-indent: -1em;
}

/* 
    お申し込みに関して
*/
.about_booth_order {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .about_booth_order {
    margin-top: 60px;
  }
}
.about_booth_order h3 {
  border-left: solid 8px #109810;
  margin: 0.5em 0;
  padding-left: 1em;
}
.about_booth_order dl {
  margin-top: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .about_booth_order dl {
    margin-left: 0;
  }
}
.about_booth_order dt {
  font-weight: 600;
}
.about_booth_order dd {
  padding: 0 0 1em 1em;
  font-weight: 400;
}
.about_booth_order .list .list__item {
  padding-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=style.css.map */