@charset "UTF-8";
 body {
   font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
   color: #fff;
   position:relative;
   margin: 0;
   text-align: center;
   position:relative;

   }


   
a {
    outline: none;
    color: #fff;
    word-wrap:break-word;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;

}

p {
    margin: 0;
    padding: 0;
}

h1 {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.center{
    text-align:center;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

::selection {
  background-color: #fffc48;
  color: #080225;
}

.back {
margin: 0 ;
padding: 0 ;
font-size: 15px ;
/* line-height: 1.618 ; */
background-repeat: no-repeat;
width: 100%;
text-align: left;
}

.back p {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0e0e0e;
  font-size: 17px;
  line-height: 1.8;
}

.back h1 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 0px;
  margin: 0rem;
}

.back h2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 22px;
}

.back h3,.back h4,.back h5 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 18x;
}

.back li {
  font-family: heisei-maru-gothic-std, sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  color: #0e0e0e;
}

.back::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
}

.back a {
  color: #ff400a;
  text-decoration: none;
  /* word-wrap:break-word;
  font-weight: 500; */
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#ff1717;
  border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #ff6c17;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.main {
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  width: 100%;
  border-left:0.7rem solid #ff8c00;/* 枠線 */
  border-right:0.7rem solid #ff8c00;/* 枠線 */
  box-sizing:border-box;
  font-feature-settings: "palt";
  }

.header {
  display: block !important;
  max-width: 880px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.top {
  position: relative;
  text-align: center;
  max-width: 1980px;
  border-radius: 35px;
  margin: 0 auto;
}

.top img {
  max-width: 1980px;
  width: 100%;
}


/* ///////////////////////////////////////////メニューボタン/////////////////////////////////////////// */

.menu_block {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #231815;
}

.menu_block_sp {
  display: none;
}

.menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  /* width: 1000px;
  max-width: 1200px; */
  margin: 0rem auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}

.menu p {
  font-size: clamp( 14px, calc( 0.22222222222222143px + 1.7777777777777777vw ), 18px );
  font-weight: 900;
  line-height: 1.3;
  color: #f7f7f7;
  /* text-shadow: 1px 1px 2px #1c2114b8; */
}

.menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 1rem; */
  padding: 1rem 0.5rem;
  /* width: 1200px; */
  /* max-width: 1200px; */
  /* border-radius: 10px; */
  border: solid #231815 2px;
  color: #f7f7f7;
  font-size: clamp( 10px, calc( 0.22222222222222143px + 1.7777777777777777vw ), 18px );
  font-weight: 700;
  /* background-color: #e50113; */
  box-shadow: 0 5px 0 #231815;
  transition: 0.3s;
  text-decoration: none
}

.menu a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}

.menu_small {
  font-size: 14px;
}

.menu_block img,.menu_block_sp img {
  width: 100%;
  max-width: 150px;
}

.menu_sns {
  display: grid;
  grid-template-rows: subgrid;
}
.menu_map {
  display: grid;
  grid-template-rows: subgrid;
}
.menu_schedule {
  display: grid;
  grid-template-rows: subgrid;
}
.menu_booth {
  display: grid;
  grid-template-rows: subgrid;
}
.menu_radionchan {
  display: grid;
  grid-template-rows: subgrid;
}

.menu_sns a {
  /* background-color: #e50113; */
  background-color: #ff4d25;
  color: #f7f7f7;
  /* background-image: radial-gradient(#e52423 20%, transparent 20%), radial-gradient(#e52423 20%, transparent 20%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px; */
}
.menu_map a {
  /* background-color: #00a758; */
  background-color: #ff4d25;
  color: #f7f7f7;

}
.menu_schedule a {
  /* background-color: #0080cb; */
  background-color: #ff4d25;
  color: #f7f7f7;

}
.menu_booth a {
  /* background-color: #e95503; */
  background-color: #ff4d25;
  color: #f7f7f7;

}
.menu_radionchan a {
  /* background-color: #ffe101; */
  background-color: #ff4d25;
  color: #f7f7f7;
  
}





.bbs{
  align-items: center;
  background: #e62c25;
  color: #fff;
  display: flex;
  /* height: 40px; */
  /* line-height: 40px; */
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 1rem 0rem 1rem 0rem;
  z-index: 1;
}
.bbs ul {
  animation: flowing 70s linear infinite;
  font-size: 20px;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li{
  display: inline-block;
  padding-right: 1rem;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}


.day_block {
  max-width: 100%;
  width: 100%;
padding: 2rem 1rem;
background-color: #ff400a;
}

.day {
  max-width: 800px;
  width: 100%;
  margin: 0rem auto;
}

.day img {
  max-width: 800px;
  width: 100%;
}


  #top, #bottom {
  left: 0; right: 0;
  height: 0.7rem;
  }

  #top {
     top: 0; 
     position: sticky;
     z-index: 1;
     background: #ff8c00;
    }

  #bottom {
     bottom: 0; 
     position: sticky;
     background: #ff8c00;
    }

.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}

.wrapper h2 {
  text-align: left;
  line-height: 1.6;
  font-size: 48px;
  margin-bottom: 4rem;
  letter-spacing: .1em;
  color: rgb(255, 255, 255);
  color: #ff420d;
  margin-bottom: 2rem;

}

.margin {
  margin: 0rem 0.6rem;
}

.maxwidth {
  margin: 6rem auto;
  max-width: 1200px;
}

.overview {
  /* margin: 6rem auto;
  max-width: 1200px; */
padding: 10rem 0rem 10rem 0rem;
    background-image: url(../images/back_aki_overview.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
  overflow: hidden; 

/* background-attachment: fixed;
  background-size: cover;
  background-position: center; */


    /* border-bottom: solid 5px #fe9129; */
}

/* .overview::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
  background-image: url(../images/back_aki_overview.webp);
  background-size: cover;
  background-position: center;
  z-index: -1; 
} */


.overview h1 {
  font-size: clamp( 20px, calc( 10px + 2.5vw ), 40px );
  line-height: 2.5em;
  text-align: center;
/* text-shadow: 4px 3px 10px #4900004a; */
  }

  .h1big {
    font-size: clamp( 26px, calc( 9px + 4.25vw ), 60px );
    color: #ff400a;

  }

  .marker {
    box-decoration-break: clone;
    border: solid #fff;
    background: #fff;
    border-width: 0.6em 0.2em 0.3em 0.3em;
    /* background: linear-gradient(transparent 80%, #fe9029 50%); */
}

/* .timetable_block,.map_block,.booth_block,.x_block,.goods_block,.recruiting_block,.baseball_block,.attention_block {
  margin: 10rem auto;
  max-width: 1200px;
  margin: 0rem 1rem;
} */

.timetable_flex {
  /* display: flex;
  gap: 2rem; */
  margin-bottom: 1rem;
}

.timetable_main {
  width: 71%;
}

.timetable_sub {
  width: 49.3%;
}

.timetable_block img {
  width: 100%;
  max-width: 1200px;
}

.timetable_button,.map_button {
  display: none;
}



.soon h3 {
  font-size: 48px;
  text-align: center;
}

/* -------------------------------map------------------------------- */

.map_block img {
  width: 100%;
  max-width: 1200px;
  border: solid #ff400a 2px;
  border-radius: 20px;
}

/* -------------------------------グッズ------------------------------- */

.goods_block img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border: solid #0040ff 2px;
  border-radius: 10px;
}

/* -------------------------------公式X------------------------------- */

.x {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;

  
}

.x a {
display: block;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}

.x img {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.x a:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}

/* -------------------------------観覧募集------------------------------- */

.recruiting {
  padding: 4rem;
  border: solid #ff400a 2px;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
}

.recruiting h3 {
font-size: 32px;
font-weight: bold;
margin-bottom: 2rem;
color: #ff420d;
line-height: 1.4;
}

.recruiting h4 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.recruiting p {
  margin-bottom: 1rem;
}

.part {
position: relative;
  margin: 2rem 0rem;
}

.recruiting li {
  font-size: 20px;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 20px;
      padding-left: 2.6em;
    text-indent: -1.6em;
}

.baseball h3 {
margin-bottom: 0rem;
}

.baseball h4 {
  margin-bottom: 1rem;
}

.circle {
  font-size: 30px;
  vertical-align: middle;
}

.main .asterisk {
  font-size: 16px;
  margin: 1rem 0rem;
  padding-left: 1em;
  text-indent: -1em;
}

.main .booth_asterisk {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0rem;
}

.booth_asterisk_block {
margin-top: 1rem;
}

.btn,
a.btn,
button.btn {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529; */
  border-radius: 0.5rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
}

a.btn--form {
  color: #fff;
  background-color: #ff400a;
  border-bottom: 5px solid #bb2e0c;
  /* margin-bottom: 2rem; */
}

a.btn--form:hover {
  margin-top: 3px;
  color: #fff;
  background: #ff6c0a;
  border-bottom: 2px solid #bb2e0c;
}

.btn--margin {
  margin: 1rem 0rem 1rem 0rem;
}

.eventoverview_block {
  background-color: #fff;
  padding: 6rem 0rem 5rem 0rem;
  text-align: center;
  display: block;
  border-top: solid 6px #ff400a;
background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ff420d38 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ff420d38 calc(100% - 1px));
background-size: 40px 40px;
background-repeat: repeat;
background-position: center center;
}

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


.eventoverview h3 {
font-size: 24px;
}


  .eventoverview_list {
    text-align: left;
      display: inline-block;
      }

.eventoverview_column {
margin: 0rem 0rem 2rem 0rem;

  }

.eventoverview_column h3 {
  font-size: 32px;
}

.eventoverview_column p {
  font-size: 22px;
  padding-left: 1em;
  /* text-indent: -1em; */
        
}

/* -------------------------------------場所------------------------------------------------ */

.booth_block {
  text-align: left;
}

.booth_block h3 {
  font-size: 32px;
  /* margin-bottom: 2rem; */
  position: relative;
  padding: 1.5rem 2rem;
  /* border: 3px solid #d8d8d8; */
  border-radius: 10px;
  background: #fe4e26;
  color: #f7f7f7;
}

.booth_block h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fe4e26 transparent transparent transparent;
}

.booth_block h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fe4e26 transparent transparent transparent;
}

.booth_h3 {
display: flex;
gap: 0.5rem;
    margin-bottom: 2rem;
}

.booth_h3_left {
width: 80%;
}

.booth_h3_right {
 width: 20%;
    background-color: #f7f7f7;
    text-align: center;
    padding: 0.5rem;
    border-radius: 10px;
    border: solid #fd5834 2px;
    align-content: center;
}

.map_number {
    display: block;
    font-size: 32px;
    color: #6db53a;
    /* padding-top: 0.2em; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #6db53a;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
}

.booth_h3 h5 {
font-size: 16px;
line-height: 1.4em;
}

.booth_block h4 {
  font-size: 26px;
  margin-bottom: 2rem;
  border-bottom: 3px dotted #fe4e26;
}

.booth_block p {
  margin-top: 0.5rem;
}

/* .map_number {
  font-size: 20px;
} */

.kon,.ai {
  margin-bottom: 1.5rem;
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 10px;
}
  
.kon h5,.ai h5 {
    font-size: 20px;
    
}

.kitchen_kon_span {
      font-size: 26px;
      font-weight: bold;
      color: #fd5834;
      line-height: 1.4em;
}

.merchandise {
    margin-bottom: 1rem;
}

.kitchen_uwa_span {
  font-size: 26px;
  font-weight: bold;
  color: #1479fb;
  line-height: 1.4em;
}

.merchandise p {
  /* font-weight: bold; */
}

.place {
padding: 4rem;
background-color: #e9e9e9;
border-radius: 20px;
margin-bottom: 2rem;
}

.place img {
  width: 100%;
  max-width: 1200px;
}

.goods {
    /* margin: 0 auto;
    text-align: center; */
}

.goods_img {
  margin-bottom: 1rem;
}

.goods_img img {
  border: solid #0040ff 2px;
  border-radius: 20px;
}

.karaage_lemon {
  display: flex;
  gap: 1rem;
  /* margin-bottom: 4rem; */
}

.karaage_lemon img {
  margin-bottom: 1rem;
}

.karaage {
  width: 50%;
}

.lemon {
  width: 50%;
}

.lots_flex,.gobugobu_flex,.yantan_object_flex,.calendar_flex,.badge_flex,.banpaku_flex,.rajdion_block_flex {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.lots_img {
  max-width: 40%;

}

.lots_img img {
  border: solid 2px #fe4e26;
  border-radius: 10px;

}

.lots_text {
  max-width: 60%;
}

.lots_text_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lots_text_img img {
  border-radius: 10px;
}

.lots {
  margin-bottom: 4rem;
}

.calendar_img {
  max-width: 45%;
}

.calendar_img img {
  border: solid 2px #fe4e26;
  border-radius: 10px;
}

.calendar_text {
  max-width: 55%;
}


.badge {
  /* margin-bottom: 4rem; */
}

.badge_flex {
  align-items: flex-start;
  background-color: #f5f5f5;
  padding: 1rem;
  margin: 1rem 0rem;
  border-radius: 10px;
}

.badge_flex:last-child {
  margin-bottom: 0rem;
}


.badge_text h5 {
  font-size: 20px;
  background-color: #ff3434;
  padding: 0em 0.5em;
  width: 300px;
  max-width: 100%;
  color: #f5f5f5;
}

.badge_img {
  max-width: 55%;
}

.badge_img img {
  border: solid 2px #fe4e26;
  border-radius: 10px;
}

.badge_text {
  max-width: 45%;
}

.badge_text p {
  padding-left: 1.3em;
  text-indent: -0.6em;
}

.badge_text .bold {
  font-weight: bold;
}

.gobugobu {
  /* margin-bottom: 4rem; */
}

.gobugobu_img {
  max-width: 55%;
}

.gobugobu_img img {
  border: solid 2px #fe4e26;
  border-radius: 10px;
}

.gobugobu_text {
  max-width: 45%;
}

.yantan_object_img {
  max-width: 55%;
}

.banpaku {
  margin-top: 2rem;
}

.banpaku p {
  /* margin-bottom: 1rem; */
}

.banpaku_flex {
  align-items: flex-start;
  /* background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 10px; */
}


.banpaku h5 {
  font-size: 20px;
  background-color: #ff3434;
  padding: 0em 0.5em;
  width: 300px;
  max-width: 291px;
  color: #f5f5f5;
}

.banpaku_img {
  max-width: 55%;
}

.banpaku_img img {
    border: solid 2px #fe4e26;
    border-radius: 10px;
}

.banpaku_text {
  max-width: 45%;
}

.yantan_object_img img {
  border: solid 2px #fe4e26;
  border-radius: 10px;
}

.yantan_object_text {
  max-width: 45%;
}
 
.rajdion_block {

}

.rajdion_block p {
text-align: left;
}

.rajdion_block img {
max-width: 100%;
width: 1200px;
    border: solid #0040ff 2px;
    border-radius: 20px;
}

.rajdion_block_flex {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding: 4rem;
    background-color: #e9e9e9;
    border-radius: 20px;
}

.rajdion_block_flex_img {
  width: 40%;

}

.hp_x img {
margin-top: 1rem;
}

.radionchan_hp,.radionchan_x {
    margin-bottom: 2rem;
    text-align: left;
}

.radionchan_hp a,.radionchan_x  a {
  display: inline-block;
}


.radionchan_hp img ,.radionchan_x  img {
    max-width: 100%;
    display: block;
    width: 300px;
    text-align: left;
    border: solid #ff6584 2px;
    border-radius: 10px;
}

.radionchan_x  img {
    border: solid #1cdeff 2px;
}

.rajdion_p {
  width: 60%;

}

.radionchan_hp_x_p {
  border-bottom: dotted 2px #fe9129;
      margin-top: 2rem;
}

.radionchan_p_big {
  font-size: 26px;
  font-weight: bold;
}

/* Google Mapのiframe */
.googlemap iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.end {
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background-color: rgb(103 103 103 / 89%);
padding: 2rem 0rem 1rem 1rem;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.endspan {
  font-size: 32px;
  font-weight: bold;
  color: #f1f1f1;
}

.end p {
  font-size: 18px;
  color: #f1f1f1;
}

.end2 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(103 103 103 / 89%);
  padding: 2rem 0rem 1rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .end2span {
    font-size: 32px;
    font-weight: bold;
    color: #f1f1f1;
  }
  
  .end2 p {
    font-size: 18px;
    color: #f1f1f1;
  }
  

.recruitingend {
  margin-bottom: 2rem;
 }

 .end_contents {
  position: relative;
}

.pc_br {
  display: block;
}

.tablet_br {
  display: none;
}

.sp_br {
  display: none;
}


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

  .top {
    position: relative;
    text-align: center;
    max-width: 1200px;
    border-radius: 35px;
    margin: 0 auto;
    background-color: #FFF5E0;
}

  .program_max-width {
  max-width: 1000px;
 }

}



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

.place {
    padding: 2rem;
}

}

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

.tablet_br {
  display: block;
}

}

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

  .maxwidth {
    margin: 4rem auto;
    max-width: 1200px;
}

.eventoverview_block {
  padding: 4rem 0rem 3rem 0rem;
}

.booth_block h3 {
  /* margin-bottom: 2rem; */
  padding: 1rem 1rem;
}

.place {
  padding: 2rem 1rem;
}

.lots_flex,.gobugobu_flex,.yantan_object_flex,.calendar_flex,.rajdion_block_flex {
  flex-wrap: wrap;
  justify-content: center;
}

.lots_img {
  max-width: 100%;
}

.lots_text {
  max-width: 100%;
}

.lots {
  margin-bottom: 2rem;
}


.calendar_img {
  max-width: 100%;
}

.calendar_text {
  max-width: 100%;
}


.gobugobu_img {
  max-width: 100%;
}

.gobugobu_text {
  max-width: 100%;
}

.gobugobu {
  /* margin-bottom: 2rem; */
}

.yantan_object_img {
  max-width: 100%;
}

.yantan_object_text {
  max-width: 100%;
}

.recruiting {
  padding: 2rem 1rem;
}

.timetable_flex {
  flex-wrap: wrap;
}

.timetable_main {
  width: 100%;
}

.timetable_sub {
  width: 100%;
}

.rajdion_block_flex_img {
  width: 100%;
}

.rajdion_p {
  width: 100%;
}

  }
  

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

  .bbs{
  padding: 0.5rem 0rem 0.5rem 0rem;
}

  .bbs ul li {
    font-size: 16px;
  }

  .recruiting h4 {
  margin-bottom: 0.5rem;
}

  .end {
    padding: 1rem 1rem 0.1rem 1rem;
  }

.timetable_button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.timetable_button .btn {
 padding: 1rem 0.5rem;
 font-size: 17px;
 width: 100%;
 max-width: 400px;
 margin: 0 auto;
}

.map_button {
display: block;
margin-top: 1rem;
text-align: center;
}

.map_button .btn {
 padding: 1rem 0.5rem;
 font-size: 17px;
 width: 100%;
 max-width: 400px;
 margin: 0 auto;
}

.stage1 {

}

a.btn--form--stage2 {
  color: #fff;
  background-color: #603030;
  border-bottom: 5px solid #2f1717;
}

a.btn--form--stage2:hover {
  margin-top: 3px;
  color: #fff;
  background: #8b4646;
  border-bottom: 2px solid #2f1717;
}


a.btn--form--stage3 {
  color: #fff;
  background-color: #21405f;
  border-bottom: 5px solid #0a131c;
}

a.btn--form--stage3:hover {
  margin-top: 3px;
  color: #fff;
  background: #366797;
  border-bottom: 2px solid #0a131c;
}




  .end2 {
    padding: 1rem 1rem 0.1rem 1rem;
  }


.badge_flex {
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
}

.badge_img {
    max-width: 100%;
}

.badge_text {
    max-width: 100%;
}


.banpaku_flex {
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
}

.banpaku_img {
    max-width: 100%;
}

.banpaku_text {
    max-width: 100%;
}

.rajdion_block_flex {
    padding: 2rem 1rem;
}

.hp_x img {
    margin-top: 1rem;
}

.radionchan_x {
    margin-bottom: 0rem;
}

.pc_br {
  display: none;
}

}



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

  #top, #bottom {
    left: 0; right: 0;
    height: 0.3rem;
    }

    .main {
      border-left: 0.3rem solid #ff8c00;
      border-right: 0.3rem solid #ff8c00;
  }

  .overview {
    /* margin: 2rem 0rem 0rem 0rem; */
padding: 5rem 0rem 5rem 0rem;
        background-position: center;


}


    .googlemap iframe {
      aspect-ratio: 1 / 1;
      max-width: 1000px;
      width: 100%;
      height: auto;
    }
    

    .pc_br {
      display: none;
    }

    .sp_br {
      display: block;
    }


.wrapper h2 {

  font-size: 30px;
  margin-bottom: 1rem;
}

.soon h3 {
  font-size: 30px;
}

.recruiting h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ff420d;
}

.recruiting h4 {
  font-size: 20px;
}

.recruiting li {
  font-size: 17px;

}

.btn, a.btn, button.btn {
  font-size: 18px;
  padding: 1rem 1rem;
}

.eventoverview_column h3 {
  font-size: 24px;
}

.eventoverview_column p {
  font-size: 18px;

}

.booth_block h3 {
  font-size: 22px;
}

.booth_block h4 {
  font-size: 20px;
}

.kon h5,.ai h5 {
  font-size: 18px;
}

.kitchen_kon_span {
  font-size: 22px;
}

.kitchen_uwa_span {
font-size: 22px;
}

/* .map_number {
    font-size: 16px;
} */

}

@media screen and (max-width: 550px) {
.timetable_button {
    grid-template-columns: repeat(1, 1fr);
}

.menu_block {
  display: none;
}

.menu_block_sp {
  display: block;
  position: -webkit-sticky;
  position: fixed;
  left: 0;
  bottom: 5;
  max-width: 549px;
  width: 100%;
  z-index: 1000;
  position: sticky;
  background-color: #231815;
}

.menu a {
    flex-wrap: wrap;
    padding: 0.5rem 0.1rem;
    color: #231815;
border: solid #231815 1px;
}

.menu p {
  /* font-size: 18px; */
}

.button05 a {
    padding: 1rem 0.5rem;
}


}


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

    /* .marker {
    border-width: 0.3em 0.2em 0.3em 0.3em;

} */

  .sp_br_goods {
    display: none;
  }

  .radionchan {
    position: absolute;
    right: 0;
    bottom: -153px;
}
  
  .radionchan img {
    width: 120px;
}

.store img {
  max-width: 500px;
  margin-bottom: 2rem;
}

.karaage_lemon {
  flex-wrap: wrap;
}

.karaage {
  width: 100%;
}

.karaage_lemon img {
  margin-bottom: 0rem;
}

.lemon {
  width: 100%;
}

  }

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

.wording_big {
  font-size: 22px;
}

.invitation h2 {
  font-size: 22px;
}

.circle {
  font-size: 26px;
}

}

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

.booth_h3 {
display: flex;
gap: 0.5rem;
margin-bottom: 2rem;
flex-wrap: wrap;
}

.booth_h3_left {
width: 100%;
order: 2;
}

.booth_h3_right {
 width: 100%;
order: 1;
}

.map_number {
/* display: block;
font-size: 32px; */

}

.booth_h3 h5 {
display: flex;
gap: 0.2em;
align-items: end;
}
}

@media screen and (max-width: 340px) {
/* .marker {
    border-width: 0.2em 0.2em 0.3em 0.3em;
} */

}
