.c-booth {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-booth__list {
    margin-top: 48px;
    scroll-margin-top: 63px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__list {
    margin-top: 100px;
    scroll-margin-top: 115px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__list-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__shop {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop {
    width: 32%;
    margin-left: 2%;
  }

  .c-booth__shop:nth-child(3n + 1) {
    margin-left: 0;
  }

  .c-booth__shop:nth-child(n + 4) {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__shop {
    width: 23.5%;
    margin-left: 2%;
  }

  .c-booth__shop:nth-child(3n + 1) {
    margin-left: 2%;
  }

  .c-booth__shop:nth-child(n + 4) {
    margin-top: 0;
  }

  .c-booth__shop:nth-child(4n + 1) {
    margin-left: 0;
  }

  .c-booth__shop:nth-child(n + 5) {
    margin-top: 70px;
  }
}

.c-booth__shop-link {
  display: block;
  text-decoration: none;
}

.c-booth__shop-link:hover,
.c-booth__shop-link:focus {
  color: #5b3d2c;
}

.c-booth__shop-link:hover img,
.c-booth__shop-link:focus img {
  opacity: 0.7;
}

.c-booth__shop-link:hover .c-booth__shop-more,
.c-booth__shop-link:focus .c-booth__shop-more {
  color: #eb612a;
  transition: all 0.25s ease-in-out;
}

.c-booth__shop-link:hover .c-booth__shop-more::after,
.c-booth__shop-link:focus .c-booth__shop-more::after {
  border-top: 2px solid #eb612a;
  border-right: 2px solid #eb612a;
  transition: all 0.25s ease-in-out;
}

.c-booth__shop-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-pic {
    height: 240px;
  }
}

.c-booth__shop-pic img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-booth__shop-meta {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-meta {
    margin-top: 15px;
  }
}

.c-booth__shop-category {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-booth__shop-category {
    padding: 6px 15px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-category {
    padding: 3px 12px;
    font-size: 1.4rem;
  }
}

.c-booth__shop-category.food_booth {
  background-color: #c81433;
}

.c-booth__shop-category.food_booth_a {
  background-color: #c81433;
}

.c-booth__shop-category.food_booth_b {
  background-color: #c81433;
}

.c-booth__shop-category.drink_booth {
  background-color: #0080cb;
}

.c-booth__shop-category.marche_booth {
  background-color: #007f41;
}

.c-booth__shop-areas {
  margin-top: 13px;
}

.c-booth__shop-area {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-booth__shop-area {
    padding: 3px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-area {
    padding: 2px 13px;
  }
}

.c-booth__shop-area.food_booth {
  background-color: #c81433;
}

.c-booth__shop-area.food_booth_a {
  background-color: #c81433;
}

.c-booth__shop-area.food_booth_b {
  background-color: #c81433;
}

.c-booth__shop-area.drink_booth {
  background-color: #0080cb;
}

.c-booth__shop-area.marche_booth {
  background-color: #007f41;
}

.c-booth__shop-ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-booth__shop-ttl {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-ttl {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.c-booth__shop-more {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-booth__shop-more {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__shop-more {
    font-size: 1.5rem;
  }
}

.c-booth__shop-more::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-top: 2px solid #5b3d2c;
  border-right: 2px solid #5b3d2c;
  transition: all 0.25s ease-in-out;
  transform: rotate(45deg);
}

.c-booth__result {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-booth__result {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result {
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__result {
    padding: 50px 70px;
  }
}
@media print, screen and (min-width: 1601px) {
  .c-booth__result {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__result-row {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-l {
    width: 340px;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-booth__result-l {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__result-r {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-r {
    width: 300px;
  }
}

.c-booth__result-numbers {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-booth__result-numbers {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-numbers {
    font-size: 2.4rem;
  }
}

.c-booth__result-number {
  margin-left: 0.3rem;
  color: #eb612a;
}
@media screen and (max-width: 767px) {
  .c-booth__result-number {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-number {
    font-size: 3.8rem;
  }
}

.c-booth__result-subject {
  margin-left: 0.25rem;
  color: #eb612a;
}
@media screen and (max-width: 767px) {
  .c-booth__result-subject {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-subject {
    font-size: 2.4rem;
  }
}

.c-booth__result-keyword {
  display: block;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-booth__result-keyword {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-keyword {
    font-size: 1.6rem;
  }
}

.c-booth__result-btns {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-booth__result-btns {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-btns {
    margin-top: 120px;
  }
}

.c-booth__result-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #c81433;
  border: 3px solid #c81433;
  border-radius: 42px;
  transition: all 0.25s ease-in-out;
}

.c-booth__result-btn:hover,
.c-booth__result-btn:focus {
  color: #c81433;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

.c-booth__result-btn:hover::before,
.c-booth__result-btn:focus::before {
  background: url(../img/common/icn_common_search_img02.svg) 0 0 no-repeat;
}

.c-booth__result-btn::before {
  position: absolute;
  top: 50%;
  pointer-events: none;
  content: "";
  background: url(../img/common/icn_common_search_img01.svg) 0 0 no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-booth__result-btn.is-medium {
    max-width: 305px;
    padding: 15px 10px 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-btn.is-medium {
    max-width: 300px;
    padding: 17px 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__result-btn.is-medium::before {
    left: 35px;
    width: 28px;
    height: 28px;
    background-size: 28px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-btn.is-medium::before {
    left: 30px;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__result-btn.is-big {
    max-width: 305px;
    padding: 15px 10px 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-btn.is-big {
    max-width: 410px;
    padding: 23px 15px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-booth__result-btn.is-big::before {
    left: 35px;
    width: 28px;
    height: 28px;
    background-size: 28px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-booth__result-btn.is-big::before {
    left: 43px;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
  }
}

.modal__overlay,
.modal__content {
  position: fixed;
}

.modal__content {
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: calc(100% - 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .modal__content {
    width: calc(100% - 4vw);
  }
}

.modal__overlay {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.modal__overlay.open,
.modal__content.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

.modal__delete {
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__delete {
    padding-bottom: 15px;
  }

  .modal__delete img {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal__delete {
    padding-bottom: 20px;
  }
}

.c-shop {
  position: relative;
}

.c-shop__inner {
  max-width: 800px;
  margin: 0 auto;
}

.c-shop__main-pic {
  text-align: center;
}

.c-shop__head {
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-shop__head {
    padding-bottom: 10px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__head {
    padding-bottom: 15px;
    margin-top: 19px;
  }
}

.c-shop__head-ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__head-ttl {
    margin-top: 15px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__head-ttl {
    margin-top: 20px;
    font-size: 2.6rem;
  }
}

.c-shop__head-category {
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-shop__head-category {
    padding: 6px 15px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__head-category {
    padding: 3px 12px;
    font-size: 1.4rem;
  }
}

.c-shop__head-category.food_booth {
  background-color: #c81433;
}

.c-shop__head-category.food_booth_a {
  background-color: #c81433;
}

.c-shop__head-category.food_booth_b {
  background-color: #eb612a;
}

.c-shop__head-category.drink_booth {
  background-color: #0080cb;
}

.c-shop__head-category.marche_booth {
  background-color: #007f41;
}

.c-shop__head-areas {
  margin-top: 13px;
}

.c-shop__head-area {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-shop__head-area {
    padding: 3px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__head-area {
    padding: 2px 13px;
  }
}

.c-shop__head-area.food_booth {
  background-color: #c81433;
}

.c-shop__head-area.food_booth_a {
  background-color: #c81433;
}

.c-shop__head-area.food_booth_b {
  background-color: #c81433;
}

.c-shop__head-area.drink_booth {
  background-color: #0080cb;
}

.c-shop__head-area.marche_booth {
  background-color: #007f41;
}

.c-shop__content p {
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__content p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__content p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-shop__content p:first-of-type {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__content p:first-of-type {
    margin-top: 20px;
  }
}

.c-shop__content-txt {
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__content-txt {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__content-txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-shop__content-txt:first-of-type {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__content-txt:first-of-type {
    margin-top: 20px;
  }
}

.c-shop__menu {
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-shop__menu {
    padding-bottom: 30px;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu {
    padding-bottom: 20px;
    margin-top: 50px;
  }
}

.c-shop__menu-ttl {
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu-ttl {
    font-size: 2.2rem;
  }
}

.c-shop__menu-list {
  padding-top: 5px;
}

.c-shop__menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.c-shop__menu-pic {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-pic {
    width: 130px;
    height: 98px;
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu-pic {
    width: 200px;
    height: 150px;
    margin-right: 30px;
  }
}

.c-shop__menu-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-content {
    width: calc(100% - 130px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu-content {
    display: flex;
    align-items: center;
    width: calc(100% - 230px);
  }
}

.c-shop__menu-content.no-photo {
  width: 100%;
}

.c-shop__menu-name {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-name {
    display: block;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu-name {
    font-size: 1.6rem;
  }
}

.c-shop__menu-line {
  flex-grow: 1;
  height: 2px;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  content: "";
  border-top: 1px dashed #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-line {
    display: none;
  }
}

.c-shop__menu-price {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__menu-price {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__menu-price {
    font-size: 1.6rem;
  }
}

.c-shop__menu-tax {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0;
}

.c-shop__foot {
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-shop__foot {
    padding-bottom: 40px;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-l {
    width: 380px;
  }
}

.c-shop__foot-r {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-shop__foot-r {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-r {
    width: 400px;
  }
}

.c-shop__foot-r iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-shop__foot-r iframe {
    height: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-r iframe {
    height: 215px;
  }
}

.c-shop__foot-name {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__foot-name {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-name {
    font-size: 2.6rem;
  }
}

.c-shop__foot-kana {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-shop__foot-detali {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-detali {
    margin-top: 25px;
  }
}

.c-shop__foot-detalis {
  display: flex;
  align-items: center;
  margin-top: 7px;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.c-shop__foot-detalis dt {
  min-width: 67px;
}

.c-shop__foot-socials {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-shop__foot-socials {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-socials {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-shop__foot-social {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__foot-social {
    width: 50px;
    height: 50px;
    margin-right: 17px;
  }
}

.c-shop__back {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-shop__back {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-shop__back {
    margin-top: 65px;
  }
}
