@charset "UTF-8";

/* ------------------------------------------
このcssは2025.7.22時点の下記cssをコピペしたものです。
https://test-tenpos-fs.tenposfoodplace.jp/c/store-promotion/promotion-nobori/css/promotion-nobori.css
のぼりページを参考に、流用できるコードを使って作成しています。
のぼりﾍﾟｰｼﾞ自体に変更がかかっても影響されないよう、コピペして使いました。
------------------------------------------ */
.sp-dis {
  display: none;
}

.pc-dis {
  display: block;
}

@media (max-width: 600px) {
  .sp-dis {
    display: block;
  }
  .pc-dis {
    display: none;
  }
}
.strong {
  font-weight: bold;
}

.block {
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 2rem 0 4rem;
}
.button-container a,
.button-container a:visited {
  color: #fff !important;
}
.button-container a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .button-container {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}

.nobori-text-catch {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.test {
  font-size: large;
}

.nobori__header-red {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd2c00;
  padding: 1.2rem 2rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.nobori__header-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #777777;
  padding: 1.2rem 2rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.nobori__header-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f98c0b;
  padding: 1.2rem 2rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.nobori__header__border--orange {
  padding: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #f98c0b;
  border-bottom: 2px solid #f98c0b;
}

.c-button__primary {
  text-align: center;
  line-height: 2rem;
}

.c-center-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.check-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 1.5rem; */
  /* margin-bottom: 3.5rem; */
  margin-top: 1.0rem;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  .check-box {
    margin-bottom: 2rem;
  }
}
.check-box__head {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .check-box__head {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.check-box__list {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  list-style: none;
  padding: 0;
  margin: 23px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .check-box__list {
    margin: 23px 0 0 0px;
  }
}
.check-box__list li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 0;
}
.check-box__list li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("https://tools.itembox.design/item/category/menubook/img/menubook/ico_check.png") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .check-box__list li {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    padding-left: 2.3em;
    padding-top: 4px;
  }
}

.nobori-item {
  margin-bottom: 70px;
}

.nobori-item__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 30px 0;
}

.nobori-item__column {
  background: #fff7f7;
  border-radius: 8px;
  width: calc((100% - 30px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nobori-item__column:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .nobori-item__column {
    width: calc((100% - 10px) / 2);
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .nobori-item__column a {
    display: flex;
    background: #f6f6f6;
    padding: 15px 5px;
    width: 100%;
  }
}

.nobori-item__image {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nobori-item__image {
    width: 35px;
    padding: 0;
    max-height: 30px;
  }
}
.nobori-item__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nobori-item__link {
  background: #fff;
  width: calc(100% - 20px);
  text-align: center;
  padding: 0;
  border-radius: 50px;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .nobori-item__link {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0 0 0 15px;
    background: none;
    display: flex;
    align-items: center;
  }
}
.nobori-item__link h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
  margin: 0;
}
.nobori-item__link.c-arrow__right-red::before {
  right: 10px;
}
.nobori-item__link.c-arrow__right-red::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .nobori-item__link.c-arrow__right-black::after {
    right: 0px;
  }
}

.nobori-guide-point {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .nobori-guide-point {
    margin-bottom: 4rem;
  }
}
.nobori-guide-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd2c00;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.nobori-guide-header__badge {
  background: #fff;
  color: #dd2c00;
  border-radius: 2rem;
  padding: 0.5em 1.5em;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  display: inline-block;
}
.nobori-guide-header__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .nobori-guide-header {
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  .nobori-guide-header__title {
    font-size: 2rem;
    text-align: center;
  }
}
.nobori-guide-columns {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin: 2rem auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 900px;
}
@media (max-width: 900px) {
  .nobori-guide-columns {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.nobori-guide-column {
  width: calc(50% - 10px);
  background: #fff7f7;
  border-radius: 8px;
  border: 2px solid #e44d3c;
  min-width: 260px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.nobori-guide-column.__orange {
  border: 2px solid #f88102;
}
.nobori-guide-column.__large {
  width: 100%;
}
.nobori-guide-column.__large .nobori-guide-column__item {
  justify-content: center;
}
@media (max-width: 900px) {
  .nobori-guide-column {
    width: 100%;
    min-width: unset;
  }
}
.nobori-guide-column a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}
.nobori-guide-column__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #e44d3c;
  border-radius: 5px 5px 0 0;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  line-height: 2rem;
  height: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__header {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.nobori-guide-column__header.__orange {
  background: #f88102;
  color: #fff;
}
.nobori-guide-column__header.__orange.c-arrow__right-white-red::before {
  right: 250px;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__header.__orange.c-arrow__right-white-red::before {
    right: 60px;
  }
}
.nobori-guide-column__header.__orange.c-arrow__right-white-red::after {
  right: 251px;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__header.__orange.c-arrow__right-white-red::after {
    right: 61px;
  }
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__header {
    gap: 1.5em;
  }
}
.nobori-guide-column__header.c-arrow__right-white-red::before {
  right: 60px;
}
.nobori-guide-column__header.c-arrow__right-white-red::after {
  right: 61px;
}
.nobori-guide-column__content {
  padding: 1.5rem 1rem;
}
.nobori-guide-column__icon {
  width: 38px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__icon {
    width: 2em;
    height: 2em;
    margin-left: -2.5em;
  }
}
.nobori-guide-column__item {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
  margin-bottom: 0em;
  padding: 0 1.5rem;
}
.nobori-guide-column__item-content {
  min-width: 200px;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__item-content {
    min-width: 220px;
    max-width: auto;
  }
}
.nobori-guide-column__item p {
  margin-bottom: 0.8em;
}

.nobori-qa-list {
  width: 860px;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  .nobori-qa-list {
    width: 100%;
    padding: 0 20px;
  }
}
.nobori-qa-list .nobori-qa-item {
  padding: 24px 0;
  border-bottom: 1px dashed #333333;
}
.nobori-qa-list .nobori-qa-item:first-child {
  border-top: none;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-q,
.nobori-qa-list .nobori-qa-item .nobori-qa-a {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-a {
  align-items: flex-start;
  margin-top: 10px;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-q {
  font-weight: bold;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-q .nobori-qa-icon {
  background: #ffc2b5;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-a {
  color: #333;
}
.nobori-qa-list .nobori-qa-item .nobori-qa-a .nobori-qa-icon {
  background: #dd2c00;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.nobori-results {
  margin-bottom: 70px;
}

.nobori-results__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  background: #f5f5f5;
}

.nobori-results__column {
  background: #efefef;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nobori-results__column {
    width: calc((100% - 20px) / 2);
  }
}
.nobori-results__column:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nobori-results__column:nth-of-type(odd) {
  background: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .nobori-results__column:nth-child(1) {
    background: #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  .nobori-results__column:nth-child(2) {
    background: #efefef;
  }
}
@media screen and (max-width: 767px) {
  .nobori-results__column:nth-child(3) {
    background: #efefef;
  }
}
@media screen and (max-width: 767px) {
  .nobori-results__column:nth-child(4) {
    background: #e3e3e3;
  }
}
.nobori-results__column a {
  color: #222;
}
.nobori-results__column a:hover {
  text-decoration: none;
}

.nobori-results__image {
  width: 100%;
  height: 495px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.nobori-results__image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.nobori-results__text {
  background: #fff;
  width: calc(100% - 40px);
  height: 160px;
  padding: 1rem 0 1.5rem 0;
  border-radius: 8px;
  margin: 10px 20px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 15px;
}
.nobori-results__text h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin: 0;
  border-bottom: 1px solid #333;
}
.nobori-results__text p {
  font-size: 1.6rem;
  color: #222;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.nobori-original {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .nobori-original .nobori-text-catch {
    padding-left: 4.2rem;
    text-align: left;
    background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/ilust_01_sp.png?version=20241001") no-repeat left center;
  }
}
.nobori-original .nobori__header-orange img {
  margin: 0 10px;
  width: 30px;
}
.nobori-original-flow__columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 2rem auto;
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .nobori-original-flow__columns {
    flex-direction: column;
    align-items: center;
  }
}
.nobori-original-flow__columns::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: #f98c0b;
}
@media screen and (max-width: 767px) {
  .nobori-original-flow__columns::before {
    top: 0;
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(50%);
  }
}
.nobori-original-flow__column {
  background: #fce9d3;
  border-radius: 8px;
  width: calc((100% - 20px) / 3);
  border: 2px solid #f98c0b;
}
@media screen and (max-width: 767px) {
  .nobori-original-flow__column {
    width: calc(100% - 40px);
    z-index: 5;
  }
}
.nobori-original-flow__column:nth-child(2) p::before {
  background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/bg_img_02.png") no-repeat bottom right;
}
.nobori-original-flow__column:nth-child(3) p::before {
  background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/bg_img_03.png") no-repeat bottom right;
}
.nobori-original-flow__column h3 {
  position: relative;
  display: block;
  background: #f98c0b;
  border-radius: 6px 6px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 15px 0;
}
.nobori-original-flow__column h3 .__no {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #f98c0b;
  background: #fff;
  border-radius: 50%;
  padding: 0 10px 0 9px;
  line-height: 1.7;
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.nobori-original-flow__column p {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fcf4ea;
  border-radius: 0 0 6px 6px;
  color: #222;
  padding: 25px;
  line-height: 1.8;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .nobori-original-flow__column p {
    font-weight: normal;
    height: 190px;
  }
}
.nobori-original-flow__column p::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/bg_img_01.png") no-repeat bottom right;
  background-size: auto;
}
.nobori-original__columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-start;
  margin: 2rem auto;
  width: 860px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .nobori-original__columns {
    width: 100%;
    justify-content: center;
    column-gap: 10px;
  }
}
.nobori-original__column {
  background: #fce9d3;
  border-radius: 8px;
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .nobori-original__column {
    width: calc((100% - 20px) / 2);
    padding: 2rem 1rem;
  }
}
.nobori-original__column h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nobori-original__column h3 {
    font-size: 1.6rem;
  }
}

.nobori-fukidashi__container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px auto 30px;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi__container {
    margin: 20px auto 0;
  }
}

.nobori-fukidashi__bg {
  background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/ilust_01.png") no-repeat bottom right;
  background-size: contain;
  width: 930px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi__bg {
    display: none;
  }
}

.nobori-fukidashi {
  position: relative;
  margin: 0 auto;
  width: 440px;
  padding: 0.5rem;
  border: 1px solid #333;
  border-radius: 50px;
}
.nobori-fukidashi ::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 17px;
  background: url("https://tools.itembox.design/item/category/store-promotion/promotion-nobori/img/ico_fukidashi.png") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi {
    width: calc(100% - 20px);
    padding: 1rem;
  }
}
.nobori-fukidashi h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #222;
  margin: 0.5rem;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi h3 {
    font-size: 1.6rem;
  }
}
.nobori-fukidashi .__orange {
  color: #f98c0b;
}
.nobori-fukidashi .__no {
  font-size: 2rem;
}

.menu-book-item-header {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-book-item-header {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.menu-book-item .c-arrow__right-red::before {
  right: 10px;
}
.menu-book-item .c-arrow__right-red::after {
  right: 10px;
}
.menu-book-item-column {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 2rem 0 4rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .menu-book-item-column {
    flex-direction: column;
  }
}
.menu-book-item-column a {
  width: 32.6%;
  min-width: 260px;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .menu-book-item-column a {
    width: 100%;
  }
}
.menu-book-item-column__item {
  display: flex;
  gap: 5%;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
}
.menu-book-item-column__item:hover {
  background: #f7e8e3;
}
.menu-book-item-column__item-content h3 {
  font-weight: bold;
  margin: 3px 0;
}
.menu-book-item-column__item-content .price {
  font-weight: bold;
  margin-bottom: 3px;
}

.bnr-container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bnr-container {
    margin-top: 40px;
  }
  .bnr-container img {
    width: 100%;
  }
}/*# sourceMappingURL=promotion-nobori.css.map */