@charset "utf-8";

body {
  margin: 0;
}

.h1,
.h2,
.h3 {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

ul {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div {
  line-height: 1.5;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 600px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
  }
}


/*** ---------------
  body_inner
------------------------------ ***/

.p-body-wrap {
  display: block;
  margin: 0 auto;
}

/*** ----- (body_inner)end ----- ***/



/*** ---------------
  header_inner
------------------------------ ***/

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

  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    height: 60px;
  }

  .header-sp {
    display: flex;
    position: fixed;
    z-index: 99999;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background-color: #FFF;
    height: 80px;
    width: 95%;
    padding: 10px 100px;
  }

  .header-pc {
    display: none
  }

  .header-svtitl {
    display: flex;
    align-items: center;
    /* gap: 5px; */
    gap: 15px;
    border-left: 1px solid #D3D3D3;
    height: 40px;
    padding-left: 10px;
  }

  .header-titl {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    color: #35B799;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
  }

  .header-svtitl p {
    font-size: 12px;
  }

  .header-link {
    padding-top: 5px;
  }

  .header_visual {
    width: 25px;
  }

}

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

  .header-titl {
    font-size: 18px;
  }

}

@media screen and (min-width: 720px) {

  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    height: 80px;
  }

  .header-pc {
    display: flex;
    position: fixed;
    z-index: 99999;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #FFF;
    height: 80px;
    width: 95%;
    padding: 20px 100px;
  }

  .header-sp {
    display: none;
  }

  .header-svtitl {
    display: flex;
    align-items: center;
    gap: 30px;
    border-left: 1px solid #D3D3D3;
    height: 40px;
    padding-left: 30px;
  }

  .header-svtitl p {
    font-size: 16px;
  }

  .header-titl {
    font-size: 26px;
    font-weight: 700;
    color: #35B799;
  }

  .header-link {
    padding-top: 5px;
  }

  .header_visual {
    width: 33px;
  }

}

/*** ----- (header_inner)end ----- ***/



/*** ---------------
  main_inner
------------------------------ ***/

/** main_visual **/

.main_visual {
  max-width: 100%;
  height: auto;
}

/* main_visualブレイクポイント */

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

  .main_visual-sp {
    max-width: 100%;
    height: auto;
  }

}

/** （main_visual）end **/

/** top-text **/

.top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0 0 0;
}

.top-text p {
  font-size: 16px;
  color: #333;
}

.top-text-c {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #EA5550;
}

.top-text1 {
  font-size: 22px;
}

.top-text-c1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #EA5550;
}

.text-width1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
}

.text-width2 {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  width: 315px;
}

/* top-textブレイクポイント */

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

  .top-text p {
    font-size: 28px;
    color: #333;
    width: auto;
  }

  .text-width1 {
    width: auto;
  }

  .top-text-c1 {
    font-size: 48px;
  }

  .top-text1 {
    font-size: 40px;
  }

}

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

  .top-text-c1 {
    font-size: 70px;
  }

  .top-text1 {
    font-size: 58px;
  }

  .top-text p {
    font-size: 40px;
  }
}

/** （top-text）end **/

/** event-div 共通 **/

.event_div-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 0;
}

.event-7-1_text {
  text-align: center;
}

/* event-div 共通ブレイクポイント */

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

  .event_div-in {
    margin: 100px auto 0;
  }
 

}

@media screen and (min-width: 1050px) {

  .event_div-in {
    margin: 150px auto 0;
  }

}

/** （event-div共通）end **/

/** event-visual1 **/

.event-visual1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 15px;
  background-color: #EA5550;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event-h1 {
  position: absolute;
  top: -15px;
  max-width: 90%;
  height: auto;
}

.sabu_visual {
  max-width: 100%;
  height: auto;
}

.hado-h1 {
  display: flex;
  justify-content: center;
  /* margin: 40px auto 0; */
  margin: 20px auto 0;
  width: 81%;
}

.hado-h2 {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  /* margin: 80px auto 0; */
  margin: 20px auto 0;
  width: 81%;
}

.hado-text {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

.hado-text2 {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 15px;
  font-weight: 900;  
  color: #ffec00;
  text-align: center;
}

picture.visual-1 {
  margin: 15px auto;
}

.sabu_visual {
  display: flex;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.visual_hado-text {
  display: flex;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.hado-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hado-pc_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.list-h1 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  width: 95%;
}

.list-h1-c {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #FFEC00;
}

.list-h1-kome {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #FFF;
}

.hado_list li {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}

.hado_list-in {
  margin-left: 15px;
  padding: 0;
}

.hado_list-in li {
  list-style: none;
}

.pc-display {
  display: none;
}

/* event-visual1ブレイクポイント */

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

  .event-visual1 {
    display: flex;
    gap: 30px;
    padding: 5%;
  }

  .event-h1 {
    position: absolute;
    top: -50px;
    max-width: 50%;
    height: auto;
  }

  .hado-text {
    font-size: 21px;
  }

  .sabu_visual-pc {
    max-width: 100%;
    height: auto;
  }

  .list-h1-c {
    font-size: 34px;
  }

  .list-h1-kome {
    font-size: 26px;
  }

  .hado_list li {
    font-size: 26px;
  }

  .hado_list-in {
    margin-left: 25px;
    padding: 0;
  }

  .hado-text2 {
    font-size: 24px;
  }

  .sp-display {
    display: none;
  }

  .pc-display {
    display: block;
  }

}

@media screen and (min-width: 1050px) {

  .hado-h1 {
    /* margin: 60px auto 0; */
    margin: 30px auto 0;
  }

  .hado-pc {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
  }

  .list-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #FFF;
    padding-bottom: 3px;
    width: 95%;
    height: 90px;
  }

  .hado_list {
    padding-left: 10%;
  }

  .list-h1-c {
    font-size: 34px;
    line-height: 1.1;
  }

  .list-h1-kome {
    font-size: 26px;
  }

  .hado_list li {
    font-size: 22px;
  }

  /* .sp-display {
    display: none;
  }

  .pc-display {
    display: block;
  } */

  .hado-text2 {
    text-align: center;
  }

}

@media screen and (min-width: 1300px) {

  .hado-text {
    font-size: 28px;
  }

  .hado-h1 {
    /* margin: 80px auto 0; */
    margin: 40px auto 0;
  }

  .list-h1-c {
    font-size: 40px;
  }

  .list-h1-kome {
    font-size: 32px;
  }

  .hado_list li {
    font-size: 28px;
  }

}

/** （event-visual1）end **/

/** event-visual2 **/

.event-visual2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #E2EEC5;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event2-h1 {
  position: absolute;
  top: -25px;
  max-width: 80%;
  height: auto;
}

.lucario_in {
  display: flex;
  margin: 30px 0 15px;
}

.visual-2 {
  width: 50%;
}

.sabu_visual2 {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lucario-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  margin-top: 20px;
  width: 50%;
}

.event2-h2 {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.lucario-h1 {
  line-height: 1;
}

.lucario-text_in {
  font-size: 10px;
  font-weight: 700;
  color: #333;
}

.lucario-box {
  border-top: 1px solid #004092;
  border-bottom: 1px solid #004092;
  color: #004092;
  padding: 5px 10px;
}

.lucario-box_text {
  text-align: center;
}

.lucario-box_text-02 {
  font-size: 14px;
  margin-top: 10px;
}

/* event-visual2ブレイクポイント */

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

  .event2-h1 {
    position: absolute;
    top: -60px;
  }

  .lucario_in {
    margin-top: 50px;
  }

  .lucario-text_in {
    font-size: 16px;
  }

  .lucario-box_text {
    font-size: 30px;
  }
  
  .lucario-box_text-02 {
    font-size: 28px;
    text-align: center;
  }

  .display-pc {
    display: none;
  }

  /* .event-visual2-wrap {
    display: flex;
  } */

}


/** （event-visual2）end **/

/** event-visual3 **/

.event-visual3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #F18D00;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event3-h1 {
  position: absolute;
  top: -20px;
  max-width: 80%;
  height: auto;
}

.child_in {
  display: flex;
  gap: 10px;
}

.visual-3 {
  width: 35%;
  height: auto;
}

.sabu_visual3 {
  display: flex;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
}

.child-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 65%;
  position: relative;
  top: -25px;
}

.event3-h2 {
  display: flex;
  max-width: 90%;
  height: auto;
}

.child-h1 {
  line-height: 1.5;
}

.child-h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.child-text_in {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}

.child-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 15px;
  list-style: none;
}

.child-list li {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.child-list-wrap {
  border: 1px solid #fff;
  width: 90%;
  margin: 30px auto 0;
  padding: 15px;
}

.child-list-wrap_text {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 5px;
  width: 6em;
  color: #F18D00;
  font-weight: 600;
  font-size: 18px;
  margin: -31px auto 10px;
}

/* event-visual3ブレイクポイント */

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

  .event3-h1 {
    position: absolute;
    top: -50px;
  }

  .child-text_in {
    font-size: 28px;
  }

}

/** （event-visual3）end **/

/* event_div2_3ブレイクポイント */

@media screen and (min-width: 1050px) {

  /* .event_div2_3 {
    display: flex;
  } */

  .event_div2_3-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 50%; */
    width: 100%;
    margin: 150px auto 0;
  }

  .event-visual2 {
    height: 100%;
    margin-top: 50px;
  }

  .sabu_visual2 {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .event-visual3 {
    display: flex;
    /* justify-content: flex-end; */
    /* justify-content: center; */
    height: 100%;
    margin-top: 50px;
  }

  .event2-h1 {
    position: absolute;
    /* top: -40px; */
    top: -97px;

    width: 50%;
  }

  .event3-h1 {
    position: absolute;
    /* top: -40px; */
    top: -60px;

    width: 50%;
  }

  .child-list li {
    font-size: 24px;
  }

  .child-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 50%;
  }

  .event3-h2 {
    max-width: 100%;
  }

  .event-visual2-wrap {
    display: flex;
    gap: 0 100px;
    align-items: center;
  }

  .event-visual2-wrap_left {
    width: 50%;
  }

  .event-visual2-wrap_right {
    width: 50%;
  }

  .event-visual2 {
    padding: 10% 5% 5%;
  }

  .event-visual3-wrap {
    display: flex;
    align-items: center;
  }

  .event-visual3-wrap_left {
    width: 50%;
  }

  .event-visual3-wrap_right {
    width: 50%;
  }

  .event-visual3 {
    padding: 5%;
  }

  .visual-3 {
    margin-right: 20px;
  }

  .child-list-wrap_text {
    border-radius: 25px;
    font-size: 30px;
    margin: -42px auto 10px;
  }

}

/** （event_div2_3）end **/

/** event-visual4 **/

.event-visual4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #00A7EA;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event4-h1 {
  position: absolute;
  top: -20px;
  max-width: 70%;
  height: auto;
}

.motion_in {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 95%;
  margin: 0 auto;
}

.visual-4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sabu_visual4 {
  display: flex;
  border-radius: 15px;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.motion_in-text {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  width: 95%;
  margin: 0 auto;
}

/* event-visual4ブレイクポイント */

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

  .event4-h1 {
    position: absolute;
    top: -50px;
  }

  .visual-4 {
    display: flex;
    gap: 20px;
  }

  .sabu_visual4 {
    border-radius: 30px;
  }

  .motion_in-text {
    font-size: 30px;
  }

}

@media screen and (min-width: 1050px) {

  .event4-h1 {
    position: absolute;
    top: -40px;
    max-width: 40%;
  }

  .motion_in {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
  }

}

@media screen and (min-width: 1300px) {

  .event4-h1 {
    max-width: 35%;
  }

}

/** （event-visual4）end **/

/** event-visual5 **/

.event-visual5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #E1F4EF;
  padding: 10% 5%;
}

.event5-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  top: -25px;
  font-size: 38px;
  font-weight: 900;
  color: #35B799;
  margin: 0;
}

.ability-up {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 15px auto 0;
}

.visual-5 {
  display: flex;
  gap: 10px;
}

.sabu_visual5 {
  display: flex;
  border-radius: 10px;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.ability-up-text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  width: 95%;
  margin: 5px auto 0;
}

.ability-up-text1 {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: 95%;
  margin: 5px auto 0;
}

/* event-visual5ブレイクポイント */

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

  .event5-h1 {
    position: absolute;
    top: -50px;
    font-size: 70px;
  }

  .ability-up {
    display: flex;
    gap: 40px;
  }

  .visual-5 {
    display: flex;
    gap: 20px;
  }

  .sabu_visual5 {
    border-radius: 8%;
  }

  .ability-up-text {
    font-size: 26px;
    margin: 10px auto 0;
  }

  .ability-up-text1 {
    font-size: 26px;
    margin: 10px auto 0;
  }

}

/** （event-visual5）end **/

/** event-visual6 **/

.event-visual6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #35B799;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event6-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #35B799;
  margin: 0;
}

.consultation_in {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 95%;
  margin: 30px auto 0;
}

.sabu_visual6 {
  display: flex;
  border-radius: 10px;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.event6-h2 {
  display: flex;
  border-radius: 10px;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}

.event-6-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 95%;
  margin: 0 auto;
}

.consultation-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 15px;
}

.consultation-list li {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.consultation_in-list li {
  font-family: "Noto Sans JP",sans-serif;
  list-style: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.visual-6-sp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.consultation_in-list {
  padding-bottom: 10px;
}

/* event-visual6ブレイクポイント */

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

  .event-visual6 {
    border: 6px solid #35B799;
  }

  .event6-h1 {
    font-size: 50px;
  }

  .consultation_in {
    display: flex;
    gap: 20px;
    margin: 60px auto 0;
  }

  .sabu_visual6 {
    border-radius: 30px;
  }

}

@media screen and (min-width: 1050px) {

  .event-visual6 {
    padding: 6% 5%;
  }

  .event6-h1 {
    font-size: 70px;
  }

  .consultation_in {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .visual-6 {
    width: 100%;
  }

  .visual-6-sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 50%;
  }

  .event6-h2 {
    max-width: 80%;
  }

  .event-6-1 {
    width: 50%;
    margin-left: 20px;
  }

  .event-6-1_text {
    text-align: center;
    font-size: 18px;
  }

}

@media screen and (min-width: 1350px) {

  .consultation-list li {
    font-size: 24px;
  }

  .consultation_in-list li {
    padding-left: 22px;

  }

}

/** （event-visual6）end **/

/** event-visual7 **/

.event-visual7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: #5976BA;
  padding: 10% 5%;
}

.form-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.reservation-booth_in {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 90%;
  margin: 0 auto 15px;
}

.visual-7 {
  display: flex;
  width: auto;
  margin: 0 auto;
}

.event7-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
  margin: 0;
  position: relative;
  padding-top: 50px;
}

.event7-h1::after {
  position: absolute;
  content: "";
  background: url(../images/first-come-first-served.png) no-repeat top right;
  background-size: contain;
  display: inline-block;
  width: 46px;
  height: 43px;
  top: -20px;
}

.reservation-booth_in-text {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

.reservation-booth_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #FFF;
  border-radius: 15px;
  width: 85%;
  padding: 10% 5%;
}

.sabu_visual7 {
  display: flex;
  border-radius: 15px;
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}

.form-text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #00A7EA;
}

.form-sv-text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #00A7EA;
}

.form-list {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

.form-nmber {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  border-right: 1px solid #333;
  margin-right: 25px;
  padding-right: 10px;
}

.form-time {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #35b799;
  box-shadow: 0 4px 0 #2c9b81;
  border-radius: 15px;
  padding: 8%;
}

.form-btn:hover{
  background-color: #35b799c2;
  box-shadow: 0 4px 0 #35b799c2;
}

.form-btn--gray {
  background-color: #ADADAD;
  box-shadow: none;
}

.form-btn--gray:hover{
  background-color: #ADADAD;
  box-shadow: none;
}

.form-btn--gray .form-in-text {
  color: #383838;
}

.form-in-text {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 2px;
}

.form-link {
  text-decoration: none;
}

.form-div-pc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.form-div-in-pc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.link-img:hover img {
  opacity: 0.7;
}

.btn {
  width: 70%;
  margin: 0 auto;
}

.btn img {
  width: 100%;
  margin: 0 auto;
  display: block;}

/* event-visual7ブレイクポイント */

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

  .event-visual7 {
    display: flex;
    gap: 60px;
  }

  .form-div-pc {
    display: flex;
    gap: 60px;
  }

  .event7-h1 {
    font-size: 50px;
  }

  .reservation-booth_in-text {
    font-size: 30px;
  }

  .reservation-booth_form {
    display: flex;
    gap: 30px;
    border-radius: 30px;
  }

  .form-div-in-pc {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 600px;
    /* height: 1000px; */
  }

  .form-div-in-pc2 {
    height: 1000px;
  }

  .form-text {
    font-size: 34px;
  }

  .form-sv-text {
    font-size: 20px;
  }

  .form-nmber {
    font-size: 30px;
    margin-right: 50px;
    padding-right: 20px;
  }

  .form-time {
    font-size: 30px;
  }

  .form-btn {
    padding: 4%;
  }

  .form-in-text {
    font-size: 42px;
    letter-spacing: 4px;
  }

}

@media screen and (min-width: 1050px) {

  .event-visual7 {
    padding: 6% 5%;
  }

  .reservation-booth_form {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    height: 800px;
    padding: 6% 5%;
  }

  .event7-h1 {
    font-size: 70px;
  }

  .form-div-pc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .form-text {
    font-size: 24px;
  }

  .form-sv-text{
    font-size: 16px;
  }

  .form-nmber {
    font-size: 20px;
    margin-right: 40px;
    padding-right: 20px;
    position: relative;
    top: -19px;
  }

  .form-nmber-irregular {
    top: -37px;
  }

  .form-time {
    font-size: 20px;
  }

  .form-in-text {
    font-size: 32px;
  }

}

@media screen and (min-width: 1300px) {

  .reservation-booth_form {
    display: flex;
    justify-content: space-between;
    /* height: 1050px; */
    /* height: 1500px; */
  }

  /* .reservation-booth_form2 {
    height: 1500px;
  } */

  .form-nmber {
    font-size: 25px;
  }

  .form-time {
    font-size: 25px;
  }

  .event7-h1::after {
    width: 93px;
    height: 87px;
    top: -55px;
  }  
}

/** （event-visual7）end **/

/** event-visual8 **/

.event-visual8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #F0FBFF;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event8-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -25px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
  background-color: #00A7EA;
  width: 100%;
  padding: 5% 0%;
}

.stage_in {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 95%;
  margin: 80px auto 0;
}

.stage_in-pc {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.visual-8_1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.visual-8 {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}

.event8-visual {
  width: 100%;
  height: auto;
}

.event8-visual1 {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.event-8_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event8-h2 {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  color: #00A7EA;
  border-bottom: 2px solid #00A7EA;
  padding-bottom: 5px;
  margin: 0 auto;
}

.sabu_visual8 {
  display: flex;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.event8-list {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: auto;
  padding-left: 25px;
}

.event8-h3_text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  width: auto;
  margin: 0 auto;
}

.event-h3 {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0 auto;
}

/* event-visual8ブレイクポイント */

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

  .event8-h1 {
    display: flex;
    top: -50px;
    font-size: 50px;
    padding: 5% 0%;
  }

  .stage_in {
    display: flex;
    gap: 90px;
    margin: 130px auto 0;
  }

  .visual-8_1 {
    display: flex;
    gap: 30px;
  }

  .event8-h2 {
    font-size: 40px;
    border-bottom: 4px solid #00A7EA;
    padding-bottom: 10px;
  }

  .sabu_visual8 {
    border-radius: 20px;
  }

  .event8-list {
    font-size: 30px;
    padding-left: 50px;
  }

  .event8-h3_text {
    font-size: 29px;
  }

  .event-h3 {
    font-size: 31px;
  }

}

@media screen and (min-width: 700px) {

  .event-h3 {
    font-size: 36px;
  }

}

@media screen and (min-width: 1050px) {

  .stage_in-pc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    gap: 35px;
  }

  .event8-h1 {
    display: flex;
    top: -55px;
    font-size: 70px;
  }

  .visual-8_1 {
    width: 375px;
  }

  .visual-8_1-pc {
    width: 550px;
  }

}

@media screen and (min-width: 1350px) {

  .visual-8_1 {
    width: 480px;
  }

  .visual-8_1-pc {
    width: 550px;
  }

}

/** （event-visual8）end **/

/** event-visual9 **/

.event-visual9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px;
  border: 3px solid #E85400;
  border-radius: 20px;
  width: 80%;
  padding: 10% 5%;
}

.event9-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #E85400;
  margin: 0 auto;
}

.event-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin-bottom: 20%; */
  margin-bottom: 40%;
}

.event9-list {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}

.event9-list small {
  font-size: 10px;
}

.event9-list li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
}
.event9-list li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #E85400;
}

.sabu_visual9 {
  display: flex;
  position: absolute;
  bottom: -35px;
  right: 10%;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}

.kitchen-car-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

/* event-visual9ブレイクポイント */

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

  .event-visual9 {
    display: flex;
    gap: 40px;
    border: 6px solid #E85400;
  }

  .event9-h1 {
    font-size: 50px;
  }

  .event9-list {
    font-size: 30px;
    padding-left: 40px;
  }

  .event9-list small {
    font-size: 14px;
  }

  .sabu_visual9 {
    position: absolute;
    bottom: -70px;
  }

}

@media screen and (min-width: 1050px) {

  .event-visual9 {
    padding: 5% 5%;
  }

  .event9-h1 {
    font-size: 70px;
  }

  .kitchen-car-pc {
    display: flex;
    flex-direction: row;
  }

  .event-9 {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0;
  }

  .sabu_visual9 {
    position: initial;
    margin: 25% auto 0;
  }

}

/** （event-visual9）end **/

/** event-visual10 **/

.event-visual10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90%;
  padding: 10% 5%;
}

.event10-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #333;
  margin: 0 auto;
}

.sabu_visual10 {
  display: flex;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.event-10 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.access-text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFEC00;
  background-color: #E85400;
  border-radius: 10px;
  width: 100%;
  padding: 3px;
}

/* event-visual10ブレイクポイント */

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

  .event-visual10 {
    display: flex;
    gap: 20px;
  }

  .event10-h1 {
    font-size: 50px;
  }

  .access-text {
    font-size: 26px;
    border-radius: 20px;
    padding: 6px;
  }

}

@media screen and (min-width: 1050px) {

  .event-visual10 {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .event10-h1 {
    font-size: 70px;
  }

  .access-text {
    width: 75%;
  }

}

/**（event-visual10）end **/

/*** ----- (main_inner)end ----- ***/



/*** ---------------
  footer
------------------------------ ***/

.p-footer-wrap {
  background-color: #F4F4F4;
  margin: 50px auto 0;
}

.footer-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 90%;
  padding: 10% 5%;
}

.footer-list {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 0 auto;
}

.footer-h {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #333;
  border-right: 1px solid #333;
  width: 35px;
  height: 85%;
  margin-right: 25px;
  padding-right: 20px;
}

.footer-text {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  width: 260px;
}

.footer-secretariat {
  border-top: 1px solid #717171;
  margin-top: 30px;
}

.inquiry-text {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 30px auto 10px;
}

.inquiry {
  font-weight: 700;
}

.footer_visual {
  display: flex;
  max-width: 55%;
  height: auto;
  margin: 0 auto;
}

.footer-tel {
  font-family: "Noto Sans JP",sans-serif;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

/** footerブレイクポイント **/

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

  .footer-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 90%;
    padding: 10% 5%;
  }

  .footer-text {
    width: 300px;
  }

}

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

  .footer-in {
    display: flex;
    gap: 50px;
    padding: 3% 5%;
  }

  .footer-list {
    height: 100px;
  }

  .footer-h {
    font-size: 26px;
    border-right: 2px solid #333;
    width: 70px;
    margin-right: 50px;
    padding-right: 40px;
  }

  .footer-text {
    font-size: 25px;
    width: 380px;
  }

  .footer-secretariat {
    border-top: 2px solid #717171;
  }

  .inquiry-text {
    font-size: 26px;
    margin: 60px auto 10px;
  }

  .footer-tel {
    font-size: 26px;
  }

}

@media screen and (min-width: 800px) {

  .footer-text {
    font-size: 25px;
    width: 500px;
  }

}

@media screen and (min-width: 720px) {

  .pdf-box {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 30px;
    /* top: 350px; */
    top: 25%;
    right: 0;
    background-color: #0099E7;
    padding: 30px 20px;
  }

  .pdf-box-sp {
    display: none
  }

  .pdf {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }

  .pdf_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .pdf p {
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
  }

  .pdf img {
    width: 35px;
    padding-left: 10px;
  }


}

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

  .p-footer-wrap {
    background-color: #F4F4F4;
    margin: 50px auto 75px;
  }

  .pdf-box {
    display: none;
  }

  .pdf-box-sp {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    background-color: #0099E7;
    height: 75px;
    width: 100%;
  }

  .pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
  }

  .pdf.first {
    border-right: 1px solid #fff;
  }

  .pdf_in {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
  }

  .pdf p {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 16px;
    color: #FFF;
  }

  .pdf img {
    width: 35px;
  }

}

/**（footer）end **/

/*** ----- (footer)end ----- ***/


/*** ----- 仮デモ画像 ----- ***/
.demo-img {
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 1050px) {
  .visual-9 {
    width: 80%;
    margin-left: -130px;
  }

  .visual-9 .form-div-pc {
    display: block;
  }

  .visual-9 .reservation-booth_form {
    width: 100%;
    margin-bottom: 70px;
    height: 1000px;
  }

  .visual-9 .reservation-booth_form-irregular {
    height: 750px;
  }

  .visual-9 .visual-9-wrap {
    display: flex;
    align-items: center;
  }

  .visual-9 .visual-9-wrap .visual-7 {
    width: 48%;
    margin-right: auto;
  }

  .visual-9 .visual-9-wrap .visual-7-1 {
    width: 48%;
  }

  .visual-9 .form-div-in-pc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
  }

  .visual-9 .form-div-in-pc .form-list-wrap {
    width: 48%;
  }

  .visual-9 .form-div-in-pc .btn {
    width: 90%;
    margin-top: 30px;
  }

  .visual-9 .form-div-in-pc .btn-irregular {
    width: 45%;
  }

  .visual-10 {
    width: 88%;
    margin: 0 auto;
  }

  .visual-10 .reservation-booth_form {
    width: 48%;
    height: 700px;
  }

  .visual-10 .btn {
    width: 90%;
  }
}

/*2025 追記*/
.top-lead {
  max-width: 922px;
  width: 90%;
  margin: 30px auto 20px;
}
.top-lead figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 20px 0 7px;
}
.top-lead-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  max-width: 316px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top-lead-inner {
    max-width: 898px;
  }
}

.top-lead-inner_image {
    width: 13.3%;
}
.top-lead-inner_text {
    width: 83.8%;
}
@media screen and (min-width: 600px) {
  .top-lead-inner_image {
    width: 6.1%;
  }
  .top-lead-inner_text {
    width: 88.8%;
  }
}

.top-lead-inner_title-01 {
  font-size: 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
}
.top-lead-inner_title-02 {
  font-size: 32px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #EA5550;
  line-height: 1.1;
}
.top-lead_sentence {
  margin-top: 20px;
  font-family: "Noto Sans JP",sans-serif;
}
@media screen and (min-width: 600px) {
  .top-lead_sentence {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top-lead_sentence {
    font-size: 18px;
  }
}

.top-title-level2 {
	font-size: 30px;
	font-weight: 900;
	display: block;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top-title-level2::before {
	content: "";
	width: 2px;
	height: 26px;
	background: #0099E7;
	margin: 0 auto;
	display: block;
}
.top-menu {
  max-width: 922px;
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.top-menu li {
  width: 47%;
  list-style: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 600px) {
  .top-menu li {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .top-menu li {
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu li {
    width: 15%;
  }
}

.top-menu li a {
  display: flex;
  align-items: center;
  background-color: #0099E7;
  border-radius: 30px;
  color: #fff;
  height: 50px;
  text-decoration: none;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 1024px) {
  .top-menu li a {
    font-size: 14px;
  }
}

.top-menu li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 29%;
  left: 20px;
}
.top-menu li img {
  width: 98px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-menu li img {
    margin: -5px 0 0;
  }
}

.top-lead-02 {
  max-width: 922px;
  width: 90%;
  margin: 0 auto 80px;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
}

.top-sec {
  margin-bottom: 60px;
}
.top-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.top-content {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .top-content {
    width: 24%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-content {
    width: 25.3%;
  }
}
@media screen and (min-width: 600px) {
  .top-content-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-content-inner .top-content_image {
    width: 47.5%;
  }
  .top-content--irregular {
    width: 58.4%;
  }
  .top-stage .top-content--irregular {
    width: 41.4%;
  }
}
@media screen and (min-width: 768px) {
  .top-content--irregular {
    width: 59.4%;
  }
}
@media screen and (min-width: 1024px) {
  .top-content--irregular {
    width: 56.7%;
  }
}

.borer-purple {
  border: 1px solid #A53D89;
}
.borer-green {
  border: 1px solid #36B799;
}
.borer-orange {
  border: 1px solid #FABD14;
}
.borer-blue {
  border: 1px solid #468DCC;
}
.borer-pink {
  border: 1px solid #EF8A8D;
}
.color-purple {
  color: #A53D89;
}
.color-green {
  color: #36B799;
}
.color-orange {
  color: #FABD14;
}
.color-blue {
  color: #468DCC;
}
.color-pink {
  color: #EF8A8D;
}
.top-content_title {
  font-size: 23px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 15px;
}
.top-content_title span {
  font-size: 16px;
}
.top-content_image {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  unicode-bidi: isolate;
  margin-bottom: 10px;
}
.top-content_image-02 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  unicode-bidi: isolate;
  margin-top: 10px;
}
.top-content_image-02 img {
  width: 218px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top-content_image-02 img {
    margin: 0;
  }
}

.top-content_text {
  font-family: "Noto Sans JP",sans-serif;
}
.top-content_text-sub {
  font-size: 14px;
}
.top-sec-btn {
  margin-bottom: 45px;
}
.top-sec-btn a {
  background-color: #35B799;
  border-radius: 10px;
  width: 280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 20px;
}
.top-sec-btn a::after {
  content: "";
  display: inline-block;
  background: url(../img/illustration-03.png) no-repeat right center;
  width: 30px;
  height: 39px;
  padding-left: 10px;
}
.top-content_caption {
  font-family: "Noto Sans JP",sans-serif;
  margin: 5px 0 30px;
}
.top-content_caption.last {
  margin: 5px 0 0;
}
.top-content_image.last img {
  width: 148px;
  display: block;
  margin: 0 auto;
}
.top-kitchen-car-wrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #E85400;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box; 
}
.top-kitchen-car_title {
  color: #E85400;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}
.top-kitchen-car_list {
  margin: 20px 0 0 30px;
}
@media screen and (min-width: 600px) {
  .top-kitchen-car_list {
    margin: 20px 0 30px 100px;
  }
}

.top-kitchen-car_list li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 18px;
}
.top-kitchen-car_list li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #E85400;
}
.top-kitchen-car_image {
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.top-kitchen-car_image img {
  width: 272px;
}
.top-kitchen-access_image {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.top-kitchen-access {
  margin-bottom: 130px;
}
.top-kitchen-access-content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .top-kitchen-access-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-kitchen-access-wrap .top-sec {
    width: 45%;
  }
  .top-kitchen-access-wrap .top-kitchen-car-wrap,
  .top-kitchen-access-wrap .top-kitchen-access-content {
    width: 100%;
  }
}
