@charset "UTF-8";
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.6875;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

.content {
  width: 660px;
  margin: 0 auto 60px auto;
}

.main_visual {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content {
    width: 365px;
    margin: 0 5px;
  }
}
/* ---------------------------------------------------
イベント概要
--------------------------------------------------- */
.event {
  margin-bottom: 30px;
}
.event p {
  margin-top: 10px;
}
.event img {
  margin-top: 10px;
  display: block;
}

.event_sub_title {
  font-weight: bold;
  font-size: 21px;
}

.event_title {
  font-size: 24px;
  font-weight: bold;
  color: #ea5532;
  background: linear-gradient(transparent 60%, #ffd700 60%);
  line-height: 1.3;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .event p {
    font-size: 14px;
  }
  .event_title {
    font-size: 21px;
  }
  .event_sub_title {
    font-size: 18px;
  }
}
/* ---------------------------------------------------
フローエリア
--------------------------------------------------- */
.stamp_flow_item {
  position: relative;
  margin-top: 20px;
}
.stamp_flow_item img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.stamp_flow_item p {
  width: 400px;
  margin: 5px auto 10px auto;
}

.flow_qr {
  width: 16% !important;
  position: absolute;
  right: 90px;
  top: 158px;
}

@media screen and (max-width: 767px) {
  .stamp_flow_item p {
    width: 300px;
    font-size: 14px;
    text-align: center;
  }
  .flow_qr {
    right: 50px;
    top: 80px;
  }
}
/* ---------------------------------------------------
店舗エリア
--------------------------------------------------- */
.tenpo_area {
  margin: 50px auto;
}

.tenpo_area_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tenpo_area_title::before {
  width: 2px;
  height: 35px;
  background-color: #de5534;
  content: "";
  transform: rotate(-35deg);
  margin-right: 30px;
}
.tenpo_area_title::after {
  width: 2px;
  height: 35px;
  background-color: #de5534;
  content: "";
  transform: rotate(35deg);
  margin-left: 30px;
}

.tenpo_item {
  margin-bottom: 50px;
}

.tenpo_item_title {
  position: relative;
  background-color: #f92828;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.tenpo_item_title .kana {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin: 0 30px;
}
.tenpo_item_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 26px solid #fff;
  border-left: 30px solid transparent;
  border-bottom: 26px solid #fff;
}

.tenpo_item_tenpo {
  display: grid;
  grid-template-columns: 320px 320px;
  text-align: center;
  margin: 20px;
}

.tenpo_item_tenpomei {
  text-align: left;
  margin: 5px 0;
}
.tenpo_item_tenpomei a {
  color: inherit !important;
}

.tenpo_item_subtitle {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
}

.tenpo_item_text {
  font-size: 16px;
  line-height: 2;
}

.tenpo_item_image {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 10px auto;
}

.tenpo_item_text2 {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.tenpo_item_image2 {
  display: grid;
  grid-template-columns: 250px 250px;
  gap: 10px;
  place-content: center;
  place-items: center;
}

.tenpo_item_shop_data {
  position: relative;
  margin: 50px auto 0;
  padding: 1em 1.5em;
  border: 2px solid #f92828;
  border-radius: 3px;
}
.tenpo_item_shop_data span {
  position: absolute;
  top: -34px;
  left: -2px;
  padding: 0.2em 0.8em;
  border-radius: 5px 5px 0 0;
  background-color: #f92828;
  color: #fff;
}

.shop_data_insta {
  display: flex;
}
.shop_data_insta img {
  width: 100%;
}
.shop_data_insta p {
  margin-left: 10px;
}

.tenpo_bnt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: 0 0 0 3px #f92828;
  background-color: #f92828;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.tenpo_bnt a::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .tenpo_item_image2 {
    grid-template-columns: 170px 170px;
  }
  .tenpo_item_title {
    font-size: 21px;
  }
  .tenpo_item_title .kana {
    display: none;
  }
  .tenpo_item_title .chiku {
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 20px;
  }
  .tenpo_item_title .syu {
    font-size: 12px;
    padding: 2px 5px;
  }
  .tenpo_item_title::before {
    border-top: 23px solid #fff;
    border-bottom: 23px solid #fff;
  }
  .tenpo_item_subtitle {
    font-size: 18px;
  }
  .tenpo_item_text {
    font-size: 14px;
  }
  .tenpo_item_shop_data {
    padding: 10px;
  }
  .tenpo_item_shop_data p {
    font-size: 14px;
  }
  .tenpo_item_tenpo {
    grid-template-columns: 320px;
  }
}
/* ---------------------------------------------------
Q&Aエリア
--------------------------------------------------- */
.qa_title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.qa_area dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}
.qa_area dt::before {
  content: "Q.";
  margin-right: 0.4em;
}
.qa_area dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}
.qa_area dd::before {
  content: "A.";
  margin-right: 0.4em;
}

.sannka {
  margin-top: 50px;
}

/* ---------------------------------------------------
ヌードルマニア
--------------------------------------------------- */
.noodlemania_content {
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.noodlemanina_title {
  font-size: 35px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #de5534;
  display: inline-block;
  margin: 30px 10px;
  font-weight: bold;
}

.text_area {
  margin-bottom: 50px;
}
.text_area dd {
  margin-bottom: 10px;
}
.text_area p {
  line-height: 2;
}

.text_area_date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_area_text {
  font-size: 17px;
  margin-bottom: 30px;
}
.text_area_text span {
  font-weight: bold;
}

.text_area_subtitle {
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #de5534;
  display: inline-block;
  font-weight: bold;
}

.present_area {
  margin-bottom: 30px;
}
.present_area img {
  width: 80%;
  margin-bottom: 30px;
}

.text_area_bnr {
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #de5534;
  display: inline-block;
  font-weight: bold;
}

.text_area_bnr {
  margin-bottom: 30px;
}

.qa_title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */