@charset "utf-8";

.clearfix {
  display: block;
}

.sp {
  display: none;
}

/* fv */
#fv {
  /*width: 100%;
      height: 700px;
      background-image: url(images/pcfv.webp);
      background-position: center;*/
  text-align: center;
}

.contents{
   max-width: 1200px;
    width: 100%;
    margin-inline: auto;
}
.event-header {
  padding: 2rem 1rem;
  text-align: center;
  object-fit: contain;
}

.event-header h1 {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #000;
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  word-break: keep-all;
  line-height: 1.4;
}

.event-header h2 {
  font-size: 1.75rem;
  font-weight: 900;
  margin: 0;
}

/*
.tokuten_img {
  margin: 40px auto;
}*/

/* box01 */

#box01 {
  width: 100%;
  text-align: center;
}

#box01_about {
   margin: 0 auto;
  display: block;
  width: 70%;
}

#box01_about figure {
  width: 35%;
}
/*
#box01_about div {
  width: 63%;
}*/

#box01_about div table {
  width: 100%;
  font-size: 18px;
}

#box01_about div table tr {
  border-bottom: #ccc 1px solid;
}

#box01_about div table th {
  font-weight: bold;
  padding: 1em;
}

#box01_about div table td {
  padding: 1em;
}

#box01_about div table td a {
  color: steelblue;
}

#box01_about div iframe {
  width: 100%;
  height: 300px;
}

/* box02 */
#box02 {
  text-align: center;
  width: 100%;
}

/* box03 */
#box03 {
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#box03 a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  width: 77%;

  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#line {
  text-align: center;
  padding: 5% 5% 3%;
}

/* box04 */
#box04 {
  width: 100%;
  margin: 0 auto;
  background: #fff3f3;
  padding: 30px 0;
}

#box04 h2 {
  text-align: center;
  margin: 0 auto 20px;
}

#box04 ul {
  width: 1200px;
  margin: 0 auto;
}

#box04 ul li {
  float: left;
  width: 380px;
}

#box04 ul li:nth-child(2) {
  margin: 0 30px;
}

/* box05_title */
#box05_title {
  width: 100%;
  background-image: url(images/box05_title_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0;
  margin: 10em 0 3em;
  background: #bf1715;
}

#box05 {
  max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#box05 figure {
  margin: 0 0 2em;
}

section#tokuten {
  width: 100%;
  margin: 50px auto;
}

.shop_text {
  margin: 0 0 5em;
  text-align: center;
}

.shop_data_wrapper {
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;*/
}

/*
.shop_data {
  width: 590px;
}*/

.shop_data img {
  margin: 0 0 2em;
}

.map {
  width: 550px;
  text-align: center;
}

#box05 .shop_data {
  margin: 0 0 3em;
}

#wrapper {
  width: 1125px;
  margin: 0 auto;
}

ul {
  width: 1125px;
  margin: 0 auto 5%;
}

ul li {
  width: 50%;
  float: left;
}

/* box06 */
#box06 {
  width: 100%;
  text-align: center;
  background: #eef9ff;
}

footer {
  width: 100%;
  text-align: center;
  background: #bf1715;
}

#box07 {
  width: 100%;
  text-align: center;
  background-image: url(images/box07_bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
}

#box08 {
  background: #fefef6;
  margin-bottom: 10vh;
}

#box08 div {
  position: relative;
  max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#footer_btn {
  width: 300px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1;
}

#footer_btn li {
  margin: 0 0 10px;
  float: none;
  width: 100%;
}

#footer_btn li:last-of-type {
  margin: 0;
}

/* box11 */
#box11 {
  width: 100%;
  text-align: center;
  padding: 5em 0 0;
  /* border-top: #111 30px solid; */
  margin: 5em 0 0;
}

/* summer20240712 */
#summer20240712 {
  width: 1200px;
  margin: 0 auto 2em;
  position: relative;
}

#summer20240712 a {
  display: block;
  width: 42%;
  height: 5%;
  bottom: 14.5%;
  left: 6%;
  position: absolute;
}

#summer20240712 figure {
  margin: 0 0 2em;
}

.swiper_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 3em;
}

.swiperThumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.swiperThumbnail .swiper-slide {
  flex: 0 0 auto;
  width: 19% !important;
  margin: 1% 0;
  /* 必要に応じて調整 */
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #fv {
    width: 100%;
    height: auto;
    background-image: none;
    background-position: center;
  }

  .event-header h1 {
    font-size: 1.9rem;
  }

  .event-header h2 {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0;
  }

  /* box01 */

  #box01 {
    width: 100%;
    background: #fff;
    text-align: center;

    background-image: none;
  }

  #box01_about {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    /*display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;*/
  }

  #box01_about figure {
    width: 100%;
  }

  #box01_about div {
    width: 100%;
    margin: 0 0 2em;
  }

  #box01_about div table {
    width: 100%;
    font-size: 16px;
  }

  #box01_about div table th {
    font-weight: bold;
    padding: 1em 1em 0 1em;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #box01_about div table td {
    padding: 0 1em 1em 1em;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #box01_about div table td span {
    font-size: 14px;
  }

  /* box02 */
  #box02 {
    background-image: none;
    width: 100%;
    height: auto;
  }

  /* box03 */
  #box03 {
    background-image: none;
    width: 100%;
  }

  #box03 a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 90%;

    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }



  /* box04 */
  #box04 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }

  #box04 h2 {
    text-align: center;
    margin: 0 auto 0;
  }

  #box04 ul {
    width: 90%;
    margin: 0 auto;
  }

  #box04 ul li {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  #box04 ul li:nth-child(2) {
    margin: 0 0 15px;
  }

  #box04 ul li:last-of-type {
    margin: 0;
  }

  /* box05_title */
  #box05_title {
    width: 100%;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    margin: 0 0 1em;
  }

  #box05 {
    width: 90%;
    margin: 0 auto;
  }

  #box05 figure {
    margin: 0 0 1em;
  }

  section#tokuten {
    width: 95%;
    margin: 0 auto;
  }

  .shop_text {
    margin: 0 0 2em;
  }

  .shop_data_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .shop_data {
    width: 100%;
  }

  .shop_data img {
    margin: 0 0 1em;
  }

  #box05 .shop_data {
    margin: 0 0 1em;
  }

  .map {
    width: 100%;
  }

  .map iframe {
    width: 100%;
    height: 250px;
  }

  ul {
    width: 100%;
    margin: 0 auto;
  }

  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #box08 div {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #box08 div a {
    position: absolute;
    display: block;
    width: 90%;
    bottom: 5%;
    right: 0;
  }

  footer {
    padding: 0 0 70px;
  }

  #footer_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  #footer_btn li {
    width: 100%;
  }

  /* summer20240712 */
  #summer20240712 {
    width: 100%;
    margin: 0 auto 1em;
  }

  #summer20240712 figure {
    margin: 0 0 1em;
  }

  .swiper_wrapper {
    margin: 0 auto 3em;
  }

  /* box11 */
  #box11 {
    width: 100%;
    text-align: center;
    padding: 3em 0 0;
    border-top: #111 10px solid;
    margin: 3em 0 0;
  }
}

/* レスポンシブ調整 */
@media (min-width: 768px) {
  .event-header h1 {
    font-size: 2.5rem;
  }

  .event-header h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .event-header h1 {
    font-size: 3rem;
  }

  .event-header h2 {
    font-size: 2.5rem;
  }
}
