@charset "UTF-8";
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
figure {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  background: url(../img/bg.png) repeat;
}

#header .header_wrapper {
  padding: 60px 30px 50px;
  max-width: 1100px;
  margin: 0 auto;
}

#header .header_wrapper h1 {
  margin-bottom: 50px;
  text-align: center;
}

#header .header_wrapper .ph {
  margin: 0 auto;
  max-width: 840px;
}

#main {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
}

#main .contents {
  max-width: 840px;
  margin: 0 auto;
}

#main .contents .image figure img {
  width: 100%;
}

#main .contents .image .copyright {
  background-color: #fff;
  font-size: 12px;
  padding: 0 10px 10px;
  text-align: right;
}

#main .contents .event_detail {
  margin-bottom: 50px;
  padding: 1rem;
}

#main .contents .event_detail ul {
  background: rgba(193, 249, 255, 0.5);
  border: #c1f9ff 5px solid;
  padding: 2rem;
  border-radius: 16px;
  font-weight: bold;
  color: #333;
  list-style: none;
  text-align: center;
  font-size: 1.5rem;
}

#main .contents .event_detail ul li.prise {
  padding: 1rem 0;
  margin-top: 2rem;
  border-radius: 16px;
  color: #ff70cb;
  background: rgba(255, 255, 255, 0.8);
}

#main .contents .event_detail ul li span {
  display: inline-block;
}

#main .contents .event_detail ul li .ph_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

#main .contents .event_detail ul li .ph_box figure p {
  background: #ff70cb;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 16px;
  font-size: 16px;
}

#main .contents .event_detail ul li .ph_box figure .small {
  margin-top: .5rem;
  font-size: 12px;
  color: #333;
}

#main .contents .event_detail ul li.big {
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #ff7a21;
  border-bottom: #333 5px dotted;
}

#main .contents .text {
  background-color: rgba(255, 231, 158, 0.4);
  padding: 40px 40px 20px;
}

#main .contents .text h1 {
  margin-bottom: 20px;
}

#main .contents .text h1 img {
  width: 100%;
}

#main .contents .text .data {
  background-color: #fff;
  border: 5px solid #e60012;
  padding: 15px 30px 10px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 100px;
}

#main .contents .text .data p {
  padding-bottom: 10px;
}

#main .contents .text .data .link {
  font-size: 24px;
  text-align: center;
}

#main .contents .text .data .link span {
  font-weight: bold;
}

#main .contents .text .data .link span a {
  color: #1e73be;
}

#main .contents .text .shopping {
  text-align: center;
}

#main .contents .text .shopping p {
  background: #fff100;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#main .contents .text .shopping p .br {
  display: none;
}

#main .contents .text .shopping p.small {
  font-size: 1rem;
  background: none;
  margin-bottom: 1rem;
}

#main .contents .text .shopping a .btn {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 10px;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #e60012;
  -webkit-box-shadow: 0 5px 0 #9f000c;
          box-shadow: 0 5px 0 #9f000c;
}

#main .contents .text .shopping a .btn:hover {
  top: 2px;
  -webkit-box-shadow: 0 3px 0 #9f000c;
          box-shadow: 0 3px 0 #9f000c;
}

#main .contents .text .shopping a .btn:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main .contents .text .products {
  padding: 20px 0px;
}

#main .contents .text .products .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main .contents .text .products .product_list li {
  width: 48%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main .contents .text .products .product_list li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff7a21;
  border-radius: 16px 16px 0 0;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
}

#main .contents .text .products .product_list li dt .ttl {
  font-size: 16px;
  color: #fff100;
  margin-bottom: 5px;
  letter-spacing: 5px;
}

#main .contents .text .products .product_list li dt .remaeks {
  color: #333;
  font-size: 12px;
}

#main .contents .text .products .product_list li dd:nth-child(2) {
  background: #c1f9ff;
  color: #333;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}

#main .contents .text .products .product_list li dd:nth-child(2) .price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#main .contents .text .products .product_list li dd:nth-child(2) .price span {
  font-size: 1.5rem;
  font-weight: bold;
}

#main .contents .text .products .product_list li dd:last-child {
  background: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#main .contents .text .products .product_list li dd:last-child img {
  width: 100%;
  max-width: 100%;
}

#footer {
  background: #f1764b;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  #header .header_wrapper {
    padding: 40px 30px 30px;
  }
  #header .header_wrapper h1 {
    margin-bottom: 30px;
  }
  #header .header_wrapper .ph {
    margin: 0 auto;
  }
  #main .contents .image .copyright {
    font-size: 10px;
    padding: 0 10px 5px;
  }
  #main .contents .event_detail {
    margin-bottom: 10px;
    padding: 1rem;
  }
  #main .contents .event_detail ul {
    border: #c1f9ff 3px solid;
    padding: 2rem 1rem;
    font-size: 18px;
  }
  #main .contents .event_detail ul li.big {
    font-size: 20px;
    border-bottom: #333 5px dotted;
  }
  #main .contents .text {
    padding: 20px 10px;
  }
  #main .contents .text .data {
    border: 3px solid #e60012;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  #main .contents .text .data .link {
    font-size: 18px;
    text-align: center;
  }
  #main .contents .text .data .link span {
    font-weight: bold;
  }
  #main .contents .text .data .link span a {
    color: #1e73be;
  }
  #main .contents .text .shopping p {
    text-align: center;
    margin-bottom: 35px;
    font-size: 18px;
  }
  #main .contents .text .shopping p .br {
    display: inline;
  }
  #main .contents .text .shopping a .btn {
    font-size: 18px;
    padding: 10px 60px;
    margin-bottom: 35px;
  }
  #main .contents .text .products {
    padding: 20px 0px;
  }
  #main .contents .text .products .product_list li {
    width: 100%;
  }
  #main .contents .text .products .product_list li dt {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */