@charset "UTF-8";
.food_shop_list .food_shop_contents .food_shop_title {
  font-size: clamp(1.4rem, 3.5vw, 1.7rem);
  font-weight: bold;
  line-height: 1.8;
}

.food_shop_modal_inner .modal_title {
  font-size: clamp(1.7rem, 4.25vw, 2.2rem);
  font-weight: bold;
  line-height: 1.5;
}

.food_title {
  font-size: clamp(1.5rem, 3.75vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 1400px) {
  .toc_nav {
    top: 128px;
    max-height: calc(100vh - 182px);
    overflow: hidden;
    overflow-y: auto;
  }
}

.food_title {
  text-align: center;
}

.food_shop_wrap {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .food_shop_wrap {
    padding: 20px 0;
  }
}

.food_shop_catch {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .food_shop_catch {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

.food_shop_catch_sub {
  font-size: 1.4rem;
  color: #e6492f;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .food_shop_catch_sub {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.food_shop_catch_sub span {
  display: inline-block;
}

.page_plain_text.food_shop_text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .page_plain_text.food_shop_text {
    margin-bottom: 30px;
  }
}

.food_shop_modal_box {
  position: relative;
  width: 90%;
  margin: 60px auto;
  background-color: #fff;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .food_shop_modal_box {
    max-width: 500px;
  }
}
.food_shop_modal_box button.mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #d8284c;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  transition: 0.3s ease;
}
.food_shop_modal_box button.mfp-close .left {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.food_shop_modal_box button.mfp-close .right {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}
.food_shop_modal_box button.mfp-close:active {
  top: -20px;
}
.food_shop_modal_box button.mfp-close:hover {
  opacity: 0.6;
}

.food_shop_modal_inner {
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
.food_shop_modal_inner .modal_title {
  padding: 0 20px;
}
.food_shop_modal_inner .modal_body {
  padding: 0 20px;
}
.food_shop_modal_inner .parents {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.food_shop_modal_inner .parents:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.food_shop_modal_inner .parents > *:first-child {
  margin-top: 0;
}
.food_shop_modal_inner .shop_info {
  display: grid;
  grid-template-columns: auto 1fr;
  /* dtは内容に合わせて自動幅、ddは残りのスペースを占有 */
  grid-column-gap: 10px;
  letter-spacing: 0.01em;
}
.food_shop_modal_inner .shop_info dd {
  width: 90%;
  padding-right: 40px;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .food_shop_modal_inner .shop_info dd {
    padding-right: 0;
    width: 100%;
  }
}

/*=======================================

        出店情報 店舗情報

=========================================*/
/* .food_shop_cacth{
    background-image: url(../img/site/food_shop/cacth_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 0 0;
}
.food_shop_cacth_inner{
    background-color: rgba(35,35,32,0.36);
    padding: 25px 0;
} */
.food_shop_list .food_shop_list_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  color: #171926;
  text-decoration: none;
}
.food_shop_list .food_shop_list_item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.food_shop_list .food_shop_list_item .toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(1.6rem, 4vw, 1.8rem);
  height: clamp(1.6rem, 4vw, 1.8rem);
  transform: translateY(-50%);
  background: #d8284c;
  border-radius: 100px;
}
.food_shop_list .food_shop_list_item .toggle:before, .food_shop_list .food_shop_list_item .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  width: 50%;
  border-radius: 10px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.food_shop_list .food_shop_list_item .toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.food_shop_list .food_shop_img {
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.food_shop_list .food_shop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food_shop_list .food_shop_contents {
  width: calc(80% - 15px);
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.food_shop_list .food_shop_contents .food_shop_title {
  color: #171926;
}
.food_shop_list .food_shop_contents .food_shop_title .area {
  display: block;
  color: #fff;
  background-color: #233c9b;
  width: fit-content;
  font-size: 1rem;
  padding: 2px 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .food_shop_list .food_shop_contents .food_shop_title .area {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}
.food_shop_list .food_shop_contents .food_shop_menu {
  margin-top: 0;
}
.food_shop_list .food_shop_contents .more_view_btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .food_shop_list .food_shop_contents .more_view_btn {
    font-size: 1.6rem;
  }
}
.food_shop_list .food_shop_contents .more_view_btn a {
  padding-right: 35px;
}
@media print, screen and (min-width: 920px) {
  .food_shop_list .food_shop_contents .more_view_btn a {
    padding-right: 50px;
  }
}
.food_shop_list .food_shop_contents .more_view_btn .toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  background: #f7f6f5;
  border-radius: 100px;
}
@media print, screen and (min-width: 920px) {
  .food_shop_list .food_shop_contents .more_view_btn .toggle {
    width: 36px;
    height: 36px;
  }
}
.food_shop_list .food_shop_contents .more_view_btn .toggle:before, .food_shop_list .food_shop_contents .more_view_btn .toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background: #7b7b7b;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .food_shop_list .food_shop_contents .more_view_btn .toggle:before, .food_shop_list .food_shop_contents .more_view_btn .toggle:after {
    width: 15px;
  }
}
.food_shop_list .food_shop_contents .more_view_btn .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.mfp-container {
  padding: 0 !important;
  top: 0 !important;
  vertical-align: baseline !important;
}
@media print, screen and (min-width: 920px) {
  .mfp-container {
    padding: 0 8px !important;
    top: unset !important;
    vertical-align: middle !important;
  }
}

.shop_small {
  color: #999;
  font-size: 1.2rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .shop_small {
    font-size: 1.4rem;
  }
}

.text_orange {
  color: #dc5014;
  text-decoration: underline;
}

.shop_modal_box {
  position: relative;
  width: 90%;
  margin: 60px auto 100px;
  background-color: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_box {
    max-width: 500px;
  }
}
.shop_modal_box button.mfp-close {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #dc5014;
  border-radius: 50%;
  position: absolute;
  top: -25px !important;
  right: -15px !important;
  opacity: 1;
  transition: background-color 0.3s;
}
.shop_modal_box button.mfp-close .left {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.shop_modal_box button.mfp-close .right {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.shop_modal_box button.mfp-close:active {
  top: -20px;
}

.shop_modal_inner {
  padding: 35px 0;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .shop_modal_inner {
    width: calc(100% - 60px);
    padding: 50px 0;
    margin: 0 auto;
  }
}
.shop_modal_inner.pay {
  width: 100%;
}
.shop_modal_inner .modal_title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 920px) {
  .shop_modal_inner .modal_title {
    font-size: 2.5rem;
  }
}
.shop_modal_inner .modal_title .area {
  display: inline-block;
  color: #fff;
  background-color: #233c9b;
  width: fit-content;
  font-size: 1.2rem;
  padding: 6px 10px;
  margin-right: 10px;
  vertical-align: bottom;
}
.shop_modal_inner .parents {
  padding: 16px 0;
  border-top: 1px solid #dedede;
}
.shop_modal_inner .parents.noborder {
  border-top: none; /* 最初の.parents要素にはborder-topを解除 */
}
@media print, screen and (min-width: 920px) {
  .shop_modal_inner .parents {
    border-top: 1px solid #dedede;
  }
}
.shop_modal_inner .parents .title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_inner .parents .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.shop_modal_inner .parents .text {
  margin-bottom: 10px;
}
.shop_modal_inner .parents .text:last-of-type {
  margin-bottom: 0;
}
.shop_modal_inner .parents .category {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #233c9b;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_inner .parents .category {
    font-size: 1.8rem;
  }
}
.shop_modal_inner .parents .price {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_inner .parents .price {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.shop_modal_inner .parents .text {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_inner .parents .text {
    font-size: 1.5rem;
  }
}
.shop_modal_inner .parents .info {
  display: grid;
  grid-template-columns: auto 1fr; /* dtは内容に合わせて自動幅、ddは残りのスペースを占有 */
  grid-column-gap: 10px;
  letter-spacing: 0.01em;
}
.shop_modal_inner .parents .info dd {
  width: 90%;
  padding-right: 40px;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .shop_modal_inner .parents .info dd {
    padding-right: 0;
    width: 100%;
  }
}
.shop_modal_inner .parents .menu-list {
  list-style: none;
  padding-left: 0;
}
.shop_modal_inner .parents .menu-list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.shop_modal_inner .parents .menu-list li::before {
  content: "・";
}
.shop_modal_inner .parents a {
  color: #233c9b;
  text-decoration: underline;
}

/* モーダルが開いている時にbodyを固定するスタイル */
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.mfp-wrap {
  overflow: hidden auto;
}

.shop_area_img {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.shop_area_img figcaption {
  font-weight: bold;
  font-size: 1.7rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .shop_area_img figcaption {
    font-size: 1.8rem;
  }
}

#wrap.food_shop .sidenav-inner a {
  word-break: break-all;
}

.page_contents.page_map .official_app {
  margin-top: 0px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_contents.page_map .official_app {
    margin-top: 20px;
  }
}
.page_contents.page_map .official_app a {
  display: block;
  margin-top: 0px;
  transition: 0.3s all ease;
}
.page_contents.page_map .official_app a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .page_contents.page_map .official_app a {
    margin-top: 30px;
  }
}

/*=======================================

        出店情報

=========================================*/
/* .food_shop_cacth{
    background-image: url(../img/site/food_shop/cacth_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 0 0;
}
.food_shop_cacth_inner{
    background-color: rgba(35,35,32,0.36);
    padding: 25px 0;
} */
.shop_cacth_area {
  text-align: center;
}
.shop_cacth_area .text_large {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #2c5e25;
}
@media print, screen and (min-width: 920px) {
  .shop_cacth_area .text_large {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.shop_cacth_area .text_middle {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .shop_cacth_area .text_middle {
    font-size: 1.8rem;
  }
}
.shop_cacth_area .text_note {
  margin-top: 10px;
}
.shop_cacth_area .page_attention {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .shop_cacth_area .page_attention {
    margin-top: 30px;
  }
}
.shop_cacth_area a {
  color: #dc5014;
  text-decoration: underline;
}
@media print, screen and (min-width: 920px) {
  .shop_cacth_area a:hover {
    text-decoration: none;
  }
}

.site_shop li {
  margin-top: 20px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
@media print, screen and (min-width: 920px) {
  .site_shop li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.site_shop li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 920px) {
  .page_shop_cont {
    display: flex;
  }
}
@media print, screen and (min-width: 920px) {
  .page_shop_cont .page_shop_img {
    width: 40%;
  }
}
@media print, screen and (min-width: 920px) {
  .page_shop_cont .page_shop_text {
    width: 60%;
  }
}

.page_shop_img span {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  display: block;
}
.page_shop_img span:before {
  display: none;
}

.page_shop_text {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .page_shop_text {
    margin-top: 0;
    padding-left: 40px;
  }
}

.page_shop_name {
  border-bottom: 2px solid #171926;
  position: relative;
  margin-bottom: 8px;
}
.page_shop_name .area {
  display: inline-block;
  color: #fff;
  background-color: #2c5e25;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.page_shop_name .num {
  position: absolute;
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background-color: #2c5e25;
  line-height: 1;
  width: 36px;
  height: 36px;
  padding-top: 8px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  padding-left: 2px;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.page_shop_name > div {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 40px;
}
@media print, screen and (min-width: 920px) {
  .page_shop_name > div {
    font-size: 2rem;
  }
}

.page_shop_data {
  display: block;
  padding-bottom: 0;
  border-bottom: 1px solid #999;
}
.page_shop_data:last-child {
  border-bottom: none;
}
.page_shop_data dt {
  width: 100%;
  border-bottom: 0px;
  font-weight: bold;
  padding: 10px 0 5px;
}
.page_shop_data dd {
  width: 100%;
  padding: 5px 0 10px;
}
.page_shop_data .allergy {
  background-color: #ddd;
  color: #2c5e25;
  padding: 15px;
  margin-top: 5px;
}
.page_shop_data .allergy span {
  display: block;
  font-weight: bold;
}
.page_shop_data .shop_info_link {
  display: block;
}
.page_shop_data a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  color: #2c5e25;
  text-decoration: underline;
}
.page_shop_data a:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e902";
  margin-left: 5px;
  font-weight: normal;
}
@media print, screen and (min-width: 920px) {
  .page_shop_data a:hover {
    text-decoration: none;
  }
}
.page_shop_data.special .main {
  font-weight: bold;
  color: #2c5e25;
  margin-bottom: 3px;
}