@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  background: #f8f8f8;
  color: #4a390f;
  font-size: 1.6rem;
}

#home {
  background: #f8f8f8;
}

body * {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

a[id^='anc_'] {
  padding-top: 240px;
  margin-top: -240px;
  display: block;
  pointer-events: none;
}

body p {
  text-align: left;
}

a {
  transition: 0.5s all;
}

.hover {
  opacity: 1;
  transition: 0.5s all;
}

.hover:hover {
  opacity: 0.7;
}

.navBtn {
  display: none;
}

#head_main {
  width: 90%;
  max-width: 1600px;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
}

#head_main>img {
  width: 52%;
  max-width: 800px;
  margin-right: 3%;
}

#head_main>div {
  width: 45%;
  max-width: 800px;
}

#head_main>div>p:nth-of-type(1) {
  padding: 8% 0 2%;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  color: #fff;
}

#head_main>div>div {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

#head_main>div>div>img:nth-of-type(1) {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
}

#head_main>div>div>img:nth-of-type(2) {
  margin-left: 3%;
}

#head_main>div>div p {
  text-align: center;
  color: #fff !important;
}

#head_main>div>div p:nth-of-type(1) {
  font-size: 220%;
  margin-bottom: 3%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#head_main>div>div p:nth-of-type(2) {
  font-size: 180%;
  margin-bottom: 1%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#head_main>div>div p:nth-of-type(3) {
  font-size: 140%;
  margin-bottom: 1%;
  font-weight: bold;
}

#head_main>div>div p:nth-of-type(3) span {
  font-size: 80%;
  font-weight: normal;
}

#head_main>div>div p:nth-of-type(4) {
  font-size: 140%;
  margin-bottom: 1%;
  font-weight: bold;
}

#head_main>div>p:nth-of-type(2) {
  padding: 0 0 1%;
  text-align: center;
  font-weight: bold;
}

#head_main>div>p:nth-of-type(2) a {
  color: #8c3400;
}

#head_main>div>p:nth-of-type(2) i {
  font-size: 180%;
}

#head_main>div>p:nth-of-type(3) {
  padding: 6% 0 5%;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}

#head_main>div>p:nth-of-type(3) span {
  background: linear-gradient(transparent 10%, #f7e19e 0%);
  font-size: 120%;
}

#head_main_2026{
  position:relative;
}

#head_main_2026_data{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#head_main_2026_data>div:nth-of-type(1){
  width:50%;
  background:#b987a8;
  display: flex;
  justify-content: right;
  position:relative;
}
#head_main_2026_data>div:nth-of-type(1) picture{
  display: block;
}
#head_main_2026_data>div:nth-of-type(1) img{
  max-width:1000px;
  margin-right:0;
  padding:60px 0 40px;
}
#head_main_2026_data>div:nth-of-type(2){
  width:50%;
  background:#e2dde0;
  display: flex;
  justify-content: left;
  align-items: center;
}
#head_main_2026_data>div:nth-of-type(2)>div{
  width:90%;
  max-width:700px;
  margin-left:2%;
  padding:60px 0 40px;
}


#head_main_2026 .illust {
  display: inline-block;
  font-size: 80%;
  position: absolute;
  bottom: 10px;
  right:20px;
  line-height: 1.2;
  text-align: right;
  color:#fff;
}
#head_main_2026 .illust a{
  color:hwb(332 5% 56%);
}

@media screen and (max-width: 850px) {

  #head_main_2026_data{
    display: block;
    margin-top:20px;
  }
  #head_main_2026_data>div:nth-of-type(1){
    width:100%;
  }
  #head_main_2026_data>div:nth-of-type(1) img{
    padding:60px 0 30px;
  }
  #head_main_2026_data>div:nth-of-type(2){
    width:100%;
    justify-content: center;
  }
  #head_main_2026_data>div:nth-of-type(2)>div{
    padding:30px 0 20px;
    margin-left:0;
  }
  /*
  #head_main_2026_data>div:nth-of-type(2)>div>img:nth-of-type(2){
    display: none;
  }
    */
}
.nav_sp {
  display: none;
}

#nav {
  background: #5c0e59;
  padding: 10px 0;
  box-shadow: 3px 3px 3px #999;
}

#nav>div {
  display: none;
}

#nav>ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  position: relative;
}

#nav>ul>li {
  width: 24%;
}

#nav>ul>li>a {
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  text-decoration: none !important;
  display: block;
  line-height: 1.4;
  padding: 2% 0;
  transition: all 0.5s;
  border-radius: 10px;
  letter-spacing: 0.1em;
}

#header.HeightMin #nav>ul>li>a {
  border-radius: 0;
  font-size: 1.8rem;
}

#nav>ul>li a:hover {
  background: #ac60ac;
}

#nav>ul>li a span {
  display: block;
  font-size:70%;
  color: #dbaf15;
  letter-spacing: 0.1em;
}

#nav>ul>li:nth-child(3)>a {
  letter-spacing: 0em;
  font-size: 120%;
}

.menu-item {
  position: relative;
  display: inline-block;
}

.menu-item .sub-menu {
  display: none;
  width: 240px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

.menu-item .sub-menu li a {
  background: #ac60ac;
  padding: 10px 20px 10px 25px;
  box-sizing: border-box;
  display: block;
  font-size: 90%;
  color: #fff !important;
  position: relative;
  text-decoration: none;
  border-bottom: dashed #fff 1px;
}

.menu-item .sub-menu li:last-child a {
  border-bottom: none;
}

.menu-item .sub-menu li a:hover {
  background: #dab1da !important;
}

.menu-item .sub-menu li a::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 15px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin #nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 148px;
  animation: DownAnime 0.5s forwards;
  padding: 0px;
  top: 0;
}

#header.HeightMin #nav>ul>li a span {
}

#header.HeightMin #nav>ul>li>a {
  padding: 10px 0;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header.HeightMin #nav>div {
  background: #e7d8e7;
  display: block;
}

#header.HeightMin #nav>div>div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 5px 0 0;
}

#header.HeightMin .menu-item .sub-menu {
  display: none;
  width: 240px;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

#header.HeightMin #nav>div>div>img {
  width: 350px;
}

#header.HeightMin #nav>div>div>h1 {
  margin: 0;
  font-size: 120%;
  text-align: left;
  margin: 2% 0 0 10px;
}

#header.HeightMin #nav>div>div>h1 br {
  display: none;
}

#header.HeightMin #nav ul {
  margin-top: 0;
}

#head_link {
  width: 200px;
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 3;
  pointer-events: none;
}

#head_link a {
  pointer-events: all;
}

#head_link>ul {
  width: 40px;
  margin-left: 160px;
  margin-top: 120px;
}

#head_link>ul li {
  display: block;
}

.col_spe img {
  height: 260px;
  object-fit: cover;
}

.swiper dl dt img {
  height: 260px;
  object-fit: cover;
}

.col_spe dd {
  font-size: 90%;
}

.col_spe dd strong {
  font-size: 110%;
}

@media screen and (max-width: 1580px) {
  #head_main>div {
    font-size: 80%;
  }

  #header.HeightMin #nav>div>div>h1 {
    font-size: 100%;
  }
}

@media screen and (max-width: 1340px) {
  #head_main {
    display: block;
  }

  #head_main>img {
    width: 80%;
    margin: 30px auto 0;
  }

  #head_main>div {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 100%;
  }

  #head_main>div>p:nth-of-type(1) {
    padding: 0;
    position: absolute;
    top: 80px;
    right: 3%;
    margin: 0 auto;
    font-size: 120%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }

  #head_main>div>p:nth-of-type(3) {
    padding: 0;
    position: absolute;
    top: 80px;
    left: 0%;
    margin: 0 auto;
    font-size: 90%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: left;
  }

  #head_main>div>p:nth-of-type(3) span {
    background: none;
  }

  #head_main .illust {
    bottom: auto;
    top: 10px;
  }

  #nav>ul>li>a {
    font-size: 110%;
  }

  #nav>ul>li:nth-child(3)>a {
    font-size: 100%;
  }

  #header.HeightMin #nav>div>div>h1 {
    font-size: 90%;
    margin-top: 22px;
    line-height: 1.4;
  }

  #header.HeightMin #nav>div>div>h1 br {
    display: inline;
  }

  #header.HeightMin #nav {
    height: 148px;
  }

  #header.HeightMin .menu-item .sub-menu {
    top: 62px;
  }

  .col_spe img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  #header.HeightMin #nav {
    height: 148px;
  }

  #header.HeightMin #nav>div>div>h1 {
    margin-top: 12px;
  }

  #head_link {
    top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  #header.HeightMin #nav>ul>li>a {
    font-size: 1.6rem;
  }

  #header.HeightMin #nav {
    height: 140px;
  }
}

@media screen and (max-width: 970px) {
  #nav>ul>li>a {
    font-size: 95%;
  }

  #nav>ul>li:nth-child(3)>a {
    font-size: 85%;
  }

  #header.HeightMin #nav>ul>li>a {
    font-size: 1.4rem;
  }

  #header.HeightMin #nav {
    height: 125px;
  }

  #header.HeightMin .menu-item .sub-menu {
    top: 50px;
  }
}

#contents {
  padding: 200px 0 150px;
  background: #f8f8f8;
}

#home #contents {
  padding: 3% 0 0;
}

.online_mes {
  width: 90%;
  max-width: 1200px;
  background: none;
  margin: 0 auto 5%;
  background: #fff !important;
}

.info {
  width: 90%;
  max-width: 900px;
  background: none;
  margin: 0 auto 5%;
}

.info h2 {
  background: url(../images/kiji_bg.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  padding: 3% 10%;
  text-align: center;
  font-size: 140%;
}

.top_con {
  width: 90%;
  max-width: 1200px;
  background: none;
  margin: 0 auto 3%;
}

.top_con h2 {
  background: #fff;
  padding: 1.5% 3.5% 1.5% 2.5%;
  display: inline-block;
  border-radius: 60px;
  font-size: 100%;
  margin: 1% auto 3%;
  position: relative;
  box-shadow: 2px 3px 2px #998a6b;
}

.top_con h2.icon_cafe {
  background: #dfd5b9;
  padding: 1.5% 3.5% 1.5% 2.5%;
  display: inline-block;
  border-radius: 60px;
  font-size: 100%;
  margin: 1% auto 3%;
  position: relative;
  box-shadow: 2px 3px 2px #998a6b;
}

.top_con h2 span {
  display: block;
  background: url(../images/icon_flag.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

.top_con h2.icon02 span {
  background: url(../images/icon_flag02.png) no-repeat left top;
  background-size: 90px auto;
}

.top_con h2.icon03 span {
  background: url(../images/icon_flag03.png) no-repeat left top;
  background-size: 90px auto;
}
.top_con h2.icon04 span {
  background: url(../images/icon_flag04.png) no-repeat left top;
  background-size: 90px auto;
}

.top_con h2.icon05 span {
  background: url(../images/icon_flag05.png) no-repeat left top;
  background-size: 90px auto;
}

.top_con h2.icon_cafe span {
  display: block;
  background: url(../images/icon_cafe.png) no-repeat left top;
  background-size: 50px auto;
  padding: 0 0 0 70px;
  color: #4a390f;
}

.top_con h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(2px 3px 2px #998a6b);
}

.top_con h2.icon_cafe::before {
  border-color: #dfd5b9 transparent transparent transparent;
}

.top_con h2+p {
  text-align: center;
}

.top_con h2+p strong {
  font-size: 120%;
  background: linear-gradient(transparent 60%, #f7e19e 60%);
  padding: 0 10px;
}

.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }

  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }

  30% {
    transform: scale(1.02, 1) translate(0, 12px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }

  70% {
    transform: scale(1, 0.9) translate(0, 8px);
  }

  100% {
    transform: scale(1, 1) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

.food_mall h3+p {
  text-align: center;
  padding: 1% 0;
}

.food_mall h3 {
  background: #e7d8b3;
}

.top_h3 {
  background: #898989;
  padding: 5px 0;
  color: #fff;
}

.top_h3+p {
  text-align: center;
  padding: 1% 0;
}

.bg_w {
  background: url(../images/body_bg02.jpg);
  padding: 3% 0;
}

.top_con iframe {
  width: 95%;
  height: 300px;
  max-width: 1000px;
  margin: 2% auto;
}

#sns {
  max-width: 1200px;
}

.twfb {
  max-width: 1200px;
}

.access_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.access_data .access {
  width: 55% !important;
  height: 450px !important;
}

.access_data>div {
  width: 40%;
  margin: 2% auto;
}

.access_data p {
  line-height: 1.4;
  margin: 5px 0;
}

footer {
  background: #666;
  padding: 3% 0;
  color: #fff;
}

footer a:link,
footer a:visited {
  color: #fff;
}

.foot {
  width: 90%;
  max-width: 1200px;
}

.foot .ban {
  max-width: 1200px;
}

#pageTop {
  right: 10px;
  z-index: 9999;
}

#pageTop a {
  width: 50px;
  height: 50px;
}

/* 下層ページ */

.lower_con {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.lower h2 {
  background: #fff;
  padding: 1.5% 3.5% 1.5% 2.5%;
  display: inline-block;
  border-radius: 60px;
  font-size: 100%;
  margin: 1% auto 3%;
  position: relative;
  box-shadow: 2px 3px 2px #998a6b;
}

#booth h2 span {
  display: block;
  background: url(../images/icon_flag.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

#booth h2:nth-of-type(2) span {
  display: block;
  background: url(../images/icon_flag02.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

.lower h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(2px 3px 2px #998a6b);
}

#result .small h4 {
  font-size: 15px;
}

.b_pickup {
  background: #fff;
}

.new_booth {
  margin-bottom: 0px;
}

.page_title {
  text-align: center;
  margin-bottom: 20px;
}

.page_title span {
  background: url(../images/kiji_bg.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  padding: 3% 10%;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto;
}

.data p {
  text-align: center;
}

.mb_7 {
  margin-bottom: 7%;
}

.ws h3 {
  margin-top: 10px;
}

.ws {
  max-width: 1200px;
}

.table_data>div {
  width: 32%;
}

.table_data>div>div {
  width: 100%;
}

#workshop .lec_sche span {
  background: none;
  padding: 0;
  color: #4a390f;
}

#workshop .lec_sche span i {
  font-size: 160%;
  padding-right: 5px;
  vertical-align: -4px;
}

#workshop .h2_lec span {
  display: block;
  background: url(../images/icon_flag02.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

#workshop .h2_ws span {
  display: block;
  background: url(../images/icon_flag03.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

#workshop .h2_cl span {
  display: block;
  background: url(../images/icon_flag05.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}
#workshop .h2_bo span {
  display: block;
  background: url(../images/icon_flag04.png) no-repeat left top;
  background-size: 90px auto;
  padding: 0 0 0 100px;
  color: #4a390f;
}

.data3 {
  max-width: 1000px;
  margin: 0 auto;
}

.data2 {
  max-width: 1200px;
  margin: 0 auto;
}

.data2 p,
.data3 p {
  text-align: left;
}

#workshop .data2,
#workshop .data3 {
  padding: 5% 0;
}

.lecr p {
  font-size: 85%;
}

.lect {
  width: 95%;
  max-width: 1000px;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  margin: 10px auto 30px;
}

.lect td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 5px 10px;
}

.lect .td02 {
  width: 80%;
  background: #fff;
}

.form_list iframe {
  max-width: 1000px;
}

.yoyaku_status img {
  max-width: 1000px;
  border: 40px solid #fff;
  box-sizing: border-box;
}

#booth_entry table {
  background: #fff;
}

#booth_entry .table2 {
  max-width: 900px;
}

.booth .table2 td {
  box-sizing: border-box;
}

.booth .table2 tr td:nth-child(2) {
  width: 70%;
}

.cancel_col {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% auto;
}

.cancel_col>div {
  width: 47%;
  text-align: left;
  padding: 3% 5%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
}

.w1000 {
  max-width: 1000px;
  margin: 2% auto;
}

.cancel_box .w1000 {
  text-align: center;
}

#booth_entry .booth table {
  max-width: 1000px;
}

.ws .wsbox table .td02 {
  background: #fff;
}

.table_data table {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}

.table_data table td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

#header.HeightMin #nav>div>div a {
  width: 60%;
  max-width: 450px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 2%;
}

.booth_map {
  width: 90%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  margin-top: 2%;
  margin-bottom: 5%;
}

.booth_map:before {
  content: '';
  width: 110%;
  height: 110%;
  background: #fff;
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
}

.anc_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 2% auto;
}

.anc_block a {
  width: 32%;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2%;
}

.anc_block a:nth-child(3n) {
  margin-right: 0;
}

.anc_block a::before {
  content: '▼';
  line-height: 1;
  position: absolute;
  color: #fff;
  top: 40%;
  right: -25px;
}

.anc_block a img {
  display: block;
  width: 25%;
}

.anc_block a div {
  width: 70%;
}

.anc_block a:link,
.anc_block a:visited {
  color: #4a390f;
  text-decoration: none !important;
}

.anc_block a div p {
  line-height: 1.5;
  font-size: 90%;
  margin-bottom: 0;
}

.anc_block a div p:nth-of-type(2) {
  font-weight: bold;
  font-size: 110%;
}

#anc_block_lec a {
  border: #bc72c1 solid;
  border-width: 2px 35px 2px 2px;
}

#anc_block_work a {
  border: #578457 solid;
  border-width: 2px 35px 2px 2px;
}

#anc_block_class a {
  border: #4f8abe solid;
  border-width: 2px 35px 2px 2px;
}

#anc_block_booth a {
  border: #be904f solid;
  border-width: 2px 35px 2px 2px;
}

@media screen and (max-width: 1200px) {
  .anc_block a {
    width: 49%;
    margin-right: 2%;
  }

  .anc_block a:nth-child(3n) {
    margin-right: 2%;
  }

  .anc_block a:nth-child(2n) {
    margin-right: 0;
  }
}

.rec_timetbl {
  width: 90%;
  max-width: 800px;
  margin: 2% auto 5%;
  box-sizing: border-box;
  padding: 0;
}
/*
.rec_timetbl>div {
  display: none;
}
*/
.rec_timetbl>div a {
  width: 100%;
  max-width: 500px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 2% 0 2% 0;
  background: #a248a9;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}

.rec_timetbl>div a span {
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
}

/*
.rec_timetbl>div a span::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -40px;
  transform: translateY(0%);
  border: 8px solid transparent;
  border-left: 12px solid #fff;
}
*/

.color01 {
  background: #bc72c1 !important;
  padding: 5px 0;
  color: #fff;
}

.color02 {
  background: #578457 !important;
  padding: 5px 0;
  color: #fff;
}

.color03 {
  background: #bab339 !important;
}

.color04 {
  background: #4f8abe !important;
  color: #fff !important;
}
.color05 {
  background: #be904f !important;
  color: #fff !important;
}

.ws .wsbox h4 {
  background: #898989!important;
  color:#fff!important;
}

.swiper {
  margin-top: 3%;
}


.swiper {
  overflow: visible !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: #868686;
  border-radius: 100%;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  top: 37% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 100% !important;
  font-weight: bold !important;
  line-height: 1.0 !important;
}

.swiper-button-prev {
  left: -4% !important;
}

.swiper-button-next {
  right: -4% !important;
}

.guideline {
  width: 90%;
  max-width: 820px;
  margin: 5% auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.guideline li:nth-child(1) {
  width: 42%;
}

.guideline li:nth-child(2) {
  width: 53%;
}


.guideline li a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  background: #c1591a;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none !important;
  max-width: unset !important;
}

.guideline li a:hover {
  background: #ca7644;
  transition: all 0.5s;
}

.guideline_br {
  display: none;
}

.kouen {
  margin: 1% 5%;
  text-align: left !important;
}

.kouen span {
  white-space: none;
  display: inline-block;
}

.batch {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto 3%;
}

.batch>div {
  width: 90%;
  margin: 3rem auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.batch>div>div {
  width: 72%;
}

.batch>div>div p {
  margin-bottom: 2rem;
  line-height: 1.6;
  width: 100%;
}

.batch>div>div p:nth-of-type(1) {
  font-size: 110%;
}

.batch>div>div p:nth-of-type(1) strong {
  font-size: 120%;
}

.batch>div>div p:nth-of-type(1) span {
  display: inline-block;
  background: #696482;
  color: #fff;
  padding: 0 10px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 100%;
  border-radius: 5px;
  margin-bottom: 0;
  vertical-align: 3px;
}

.batch>div>div p:nth-of-type(2) em {
  font-size: 110%;
  background-color: #ffdb8d;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
}

.batch>div>div small {
  font-size: 90%;
}

.batch>div>img {
  width: 26%;
  border-radius: 20px;
}

.batch>p {
  width: 90%;
  font-size: 90%;
}

.info {
  border-radius: 20px;
  background: #fff;
  padding: 2% 0 2%;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px #ccc;
}


.food_mall h3+p {
  text-align: center;
  padding: 1% 0;
}

.food_mall h3 {
  background: #e7d8b3;
}

.food_mall h3 {
  background: #be683a;
  color: #fff !important;
  padding: 5px 0;
  font-size: 110%;
  text-align: center;
  color: #444;
}

.food_mall_data {
  display: flex;
  border-bottom: 1px solid #999;
}

.food_mall_data>div:nth-child(1) {
  width: 68%;
  padding: 3% 3%;
}

.food_mall_data>div:nth-child(2) {
  width: 25%;
  padding: 3% 0;
}

.food_mall_data>div img {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 120px;
}

.food_mall_data>div h4 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.food_mall_data>div h4 span {
  font-weight: normal;
  font-size: 90%;
}

.food_mall_data>div p {
  font-size: 90%;
}

.food_mall_data table {
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  margin-top: 0px;
}

.food_mall_data table th {
  background: #b3dfb1;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 2% 0;
}

.food_mall_data table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 3% 0;
}

.form_list iframe {
  padding-top: 140px;
  margin-top: -20px !important;
}

.twitter-timeline iframe {
  border: none;
  overflow: hidden;
  width: 100% !important;
  height: 600px !important;
  box-shadow: 0px 1px 1px #ccc;
  border-radius: 12px;
  box-sizing: border-box;
}


.twfb div:nth-child(2) {
  width: 100% !important;
}

.twfb>div:nth-child(2) {
  width: 48% !important;
}

.twfb>div:nth-of-type(2) iframe {
  box-shadow: 0px 1px 1px #eee;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  .twfb>div:nth-child(2) {
    width: 100% !important;
  }

  .twfb div:nth-child(1) {
    width: 100% !important;
  }

  .twfb>div:nth-of-type(2) iframe {
    box-shadow: none;
  }


}

#logo_lower_pc {
  display: block;
}

#logo_lower_pc h1 {
  margin: 0;
  width: 80%;
  max-width: 750px;
  margin: 0 0 0 !important;
}

#logo_lower_pc h1 a {
  width: 100%;
}

#head_main_2023 {
  background: #eadfce;
}

#head_main_2023>div {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#head_main_2023>div img:nth-child(1) {
  width: 52%;
}

#head_main_2023 picture {
  width: 40%;
  padding: 0 6% 0 2%;
  display: block;
}

.talk_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bab339;
  font-weight: bold;
  border: 1px solid #ccc;
}

.lec_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bc72c1;
  font-weight: bold;
  border: 1px solid #ccc;
}

.ws_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #578457;
  font-weight: bold;
  border: 1px solid #ccc;
}

.cl_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #4f8abe;
  font-weight: bold;
  border: 1px solid #ccc;
}

.bo_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #be8a4f;
  font-weight: bold;
  border: 1px solid #ccc;
}

#anc_block_lec>a.talkshow {
  border: #c0ad19 solid;
  border-width: 2px 35px 2px 2px;
}

#anc_block_lec>a.talkshow:after {
  content: 'Talkshow';
  color: #c0ad19;
}

.bcl {
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top:3%;
}

.bcl div {
  float: none;
  width: 31%;
  margin-right: 3.5%;
}

.bcl div:nth-child(3n) {
  margin-right: 0;
}

.bcl div p.day {
  text-align: center;
  font-weight: bold;
  background: #f1e1bc;
  padding: 3px 0;
  margin-bottom: 15px;
}
.bcl div p strong{
  margin-top:5px;
  display: inline-block;
}
#plt {
  position: relative;
  padding-top: 10px;
  padding-bottom: 8px;
}
#plt a {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  position: absolute;
  top: 4px;
  right: 10px;
  text-decoration: none;
  color: #bf9c4d;
  border: 2px solid #bf9c4d;
}

#plt a:hover {
  background: #bf9c4d;
  color:#fff;
}

@media screen and (max-width: 1200px) {
  .bcl div {
    float: none;
    width: 47%;
    margin-right: 4%;
  }

  .bcl div:nth-child(3n) {
    margin-right: 4%;
  }

  .bcl div:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1180px) {

  #plt {
    position: relative;
    padding-top: 10px;
    padding-bottom: 58px;
  }

  #plt a {
    width: 270px;
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-decoration: none;
  }

  #plt a:hover {
    color: #fff;
  }
}
.ws_inbooth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ws_inbooth img {
  width: 35%;
  margin-bottom: 5%;
}

.ws_inbooth>div {
  width: 60%;
}


.index_dl_lec {
  display: flex;
  flex-wrap: wrap;
  margin: 5% auto 0;
}

.index_dl_lec dl {
  width: 95%;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
}

.index_dl_lec dl:nth-child(2n) {
  margin-right: 0;
}

.top_spe_talk:nth-child(2n){
  margin-right:auto!important;
}
.index_dl_lec dt {
  width: 65%;
  margin-right: 5%;
  text-align: left;
}

.index_dl_lec dt strong {
  margin-bottom: 5px;
  font-size: 120%;
  display: inline-block;
}

.index_dl_lec dd {
  width: 30%;
  margin-right: 0;
}

.index_dl_lec dd img {
  width: 100%;
}
.ws_detail_page{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.ws_detail_page .ws_img{
  width:35%;
}
.ws_detail_page .wtable{
  width:60%;
}
.ws_detail_page table .td02 {
  background: #fff;
}

.ws_detail_page table {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}

.ws_detail_page table td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding:5px 10px;
}
.talk_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bab339;
  font-weight: bold;
  border: 1px solid #ccc;
}

.lec_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bc72c1;
  font-weight: bold;
  border: 1px solid #ccc;
}
.talk_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bab339;
  font-weight: bold;
  border: 1px solid #ccc;
}

.lec_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #bc72c1;
  font-weight: bold;
  border: 1px solid #ccc;
}
.ws_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #578457;
  font-weight: bold;
  border: 1px solid #ccc;
}

.cl_th {
  padding: 5px;
  box-sizing: border-box;
  background: #ebe7eb;
  color: #4f8abe;
  font-weight: bold;
  border: 1px solid #ccc;
}
#anc_block_lec>a:after {
  content: 'Lecture/Talkshow';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #bc72c1;
}

#anc_block_work>a:after {
  content: 'Workshop';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #578457;
}

#anc_block_class>a:after {
  content: 'Class';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #4f8abe;
}

.anc_block a img {
  margin-top: 12px;
}

#anc_block_lec>a.talkshow {
  border: #c0ad19 solid;
  border-width: 2px 35px 2px 2px;
}

#anc_block_lec>a.talkshow:after {
  content: 'Special event';
  color: #c0ad19;
}

.special_read p{
  text-align: center!important;
}

#special_list{
  max-width:1200px;
  margin:0 auto;
}
#booth .booth_data::after{
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#booth a#special_anc{
  padding-top:200px!;
  margin-top:-200px;
  display: block;
  pointer-events: none;
}
#special_list>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin:5% auto;
}

#special_list .special_img_box{
  width:200px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
  line-height:1.0;
}
#special_list .special_img_box a img{
  transition: all 0.5s;
}
#special_list .special_img_box a:hover img{
  transform: scale(1.1);
}

#special_list .special_text{
  width:calc(97% - 200px);
  display: block;
}


.special_list_title{
  font-size:140%;
  font-weight: bold;
  padding:0 1% 1.5%!important;
  border-bottom:1px solid #000;
  line-height:1.6;
}
.special_list_title br{
  display: none;
}

#special_list h3 {
  margin-top:3%;
  padding-top: 3px;
  line-height: 1.6;
  padding:0 2%;
  box-sizing: border-box;
  font-size:110%;
  text-align: left;
}
#special_list h3 a{
  display: inline-block;
  background:#666;
  color:#fff;
  padding:2px 10px 3px;
  font-weight: bold;
  font-size:70%;
  text-decoration: none!important;
  margin-left:15px;
  vertical-align: 2px;
}
#special_list h3 a:hover{
  background:#999;
}
.special_text{
  box-sizing: border-box;
  text-align: left;
}
.special_text p{
  margin-bottom:1rem;
}
.special_text span{
  color: #ef7e63;
}
.special_text a:hover span{
  color: #f3b0a0;
}
.special_detail_btn{
  text-align: right;
}
.special_detail_btn a {
  min-width:170px;
  background: #424242;
  display: inline-block!important;
  color: #fff !important;
  text-decoration: none!important;
  padding:3px 15px;
  text-align: center;
  margin:3% 0 0 auto;
  font-size:90%;
  box-sizing: border-box;
}
.special_detail_btn a:hover{
  background:#db6d52;
}


.special_detail_btn{
  text-align: right;
}
.special_detail_btn span {
  min-width:170px;
  background: #424242;
  display: inline-block!important;
  color: #fff !important;
  text-decoration: none!important;
  padding:3px 15px;
  text-align: center;
  margin:3% 0 0 auto;
  font-size:90%;
  box-sizing: border-box;
}
a:hover .special_detail_btn span{
  background:#db6d52;
}

.special_richtext{
  padding:2% 2%;
}
.special_richtext>div:nth-of-type(2){
  display: none;
}
.special_full_open>div:nth-of-type(1){
  display: none;
}
.special_full_open>div:nth-of-type(2){
  display: block;
}
@media screen and (max-width: 850px) {

  #booth a#special_anc{
    padding-top:100px!important;
    margin-top:-100px!important;
    display: block;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {

  #special_list .special_img_box{
    width:160px;
  }
  #special_list .special_text{
    width:calc(97% - 160px);
  }

  .special_list_title{
    font-size:130%;
  }
}
@media screen and (max-width: 600px) {
  #special_list .special_img_box{
    width:140px;
  }
  #special_list .special_text{
    width:calc(97% - 140px);
  }

  .special_list_title{
    font-size:130%;
  }
}
@media screen and (max-width: 480px) {
  #booth a#special_anc{
    padding-top:60px!important;
    margin-top:-60px!important;
  }
  .special_read p{
    text-align: left!important;
  }
  #special_list>div{
    margin-bottom:50px;
  }
  .special_list_title,#special_list h3{
    text-align: center;
  }
  .special_list_title br{
    display: inline;
  }
  #special_list .special_img_box{
    width:70%;
    max-width:200px;
    margin:0 auto 3%;
  }
  #special_list .special_text{
    width:100%;
  }
  .special_detail_btn {
    text-align: center;
  }
  .special_detail_btn span{
    margin:2% auto;
  }
}

.booth_detail_special{
  font-size:120%;
  margin-top:-2%;
  margin-bottom:2%;
  text-align: left;
}
.booth_detail_special br {
  display: none;
}
@media screen and (max-width: 850px) {
  .booth_detail_special{
    font-size:120%;
    margin-top:2%;
    margin-bottom:2%;
    border-bottom:1px solid #000;
    text-align: center;
    padding-bottom:10px;
    line-height:1.6;
  }
  .booth_detail_special br {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .booth_detail_special{
    font-size:110%;
  }
}
@media screen and (max-width: 360px) {
  .b_pickup::before{
    font-size:140%;
  }
  .b_pickup{
    padding-top:60px!important;
  }
}

.link_special_btn{
  display: inline-block;
  color:#fff!important;
  background:#d8824e;
  padding:3px 15px 4px 15px;
  text-decoration: none!important;
  margin-left:7%;
  margin-bottom:10px;
}
.link_special_btn:link{
  text-decoration: none!important;
}

.link_special_btn:hover{
  opacity: 0.7;
}

@media screen and (max-width: 679px) {
  .link_special_btn{
    margin-left:0%;
    margin-top:10px;
    margin-right:7%;
  }
}

.entry_formbtn{
  width:90%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.entry_formbtn a{
  width:48%;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  padding:3% 3%;
  outline: 2px solid #fff;
  outline-offset: -15px;
  background:#eeae33;
  text-decoration: none;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.entry_formbtn a:hover{
  transform: scale(1.05);
}
.entry_formbtn a:nth-of-type(2){
  background:#57a557;
}

.entry_formbtn a span{
  font-size:160%;
  color:#fff;
  font-weight: bold;
  text-align: center;
}
.entry_formbtn a span small{
  display: block;
  font-size:70%;
}
.entry_formbtn a:nth-of-type(1) span{
  background:url(../../common/images/icon_entry.png) no-repeat center left;
  background-size:25% auto;
  padding:5% 3% 5% 25%;
  box-sizing: border-box;
}
.entry_formbtn a:nth-of-type(2) span{
  background:url(../../common/images/icon_juki.png) no-repeat center left;
  background-size:22% auto;
  padding:5% 3% 5% 22%;
  box-sizing: border-box;
}

@media screen and (max-width: 1240px) {
  .entry_formbtn a{
    width:100%;
    max-width:550px;
    min-height:200px;
    margin:0 auto 5%;
    padding:5% 3%;
  }
}
@media screen and (max-width: 850px){
  .entry_formbtn a{
    max-width:400px;
    min-height:160px;
  }
}

@media screen and (max-width: 480px) {
  .entry_formbtn a{
    min-height:155px;
    margin:0 auto 5%;
    padding:7% 2%;
    outline: 1px solid #fff;
    outline-offset: -10px;
    border-radius: 10px;
    font-size:2.8vw;
  }
  .entry_formbtn a:nth-of-type(1) span{
    background:url(../../common/images/icon_entry.png) no-repeat center left;
    background-size:22% auto;
    padding:5% 3% 5% 22%;
    box-sizing: border-box;
  }
  .entry_formbtn a:nth-of-type(2) span{
    background:url(../../common/images/icon_juki.png) no-repeat center left;
    background-size:20% auto;
    padding:5% 3% 5% 20%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 420px) {
  .entry_formbtn a{
    min-height:140px;
  }
}
@media screen and (max-width: 380px) {
  .entry_formbtn a{
    min-height:125px;
  }
}
@media screen and (max-width: 340px) {
  .entry_formbtn a{
    min-height:110px;
  }
}

.table_img_left{
  margin:0 auto;
}
.table_img_left>div:nth-of-type(1){
  width:30%;
  max-width:180px;
  text-align: center;
  float:left;
  margin:0 3% 1% 0;
}

.table_img_right{
  margin:0 auto;
}
.table_img_right>div:nth-of-type(1){
  width:30%;
  max-width:180px;
  text-align: center;
  float:right;
  margin:0 0 1% 3%;
}


@media screen and (max-width: 480px) {
  .table_img_left>div:nth-of-type(1){
    width:50%;
    float:none;
    margin:3% auto 2%;
  }
  .table_img_right>div:nth-of-type(1){
    width:50%;
    float:none;
    margin:3% auto 2%;
  }
}


/* スライドショーオンにした場合消す */
/*
.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper dl {
  width: 22%;
  max-width: 22% !important;
  margin-right:20px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: none !important;
}


@media screen and (max-width: 850px) {
  .swiper dl {
    width: 47%;
    max-width: 47% !important;
  }

  .swiper .swiper-wrapper dl:nth-of-type(2n) {
    width: 47%;
    margin-right:0;
  }
}

/* ここまで　スライドショーオンにした場合消す */