@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap&subset=japanese");
.l-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .l-pager {
    margin-top: 30px;
  }
}
.l-pager__item:not(:last-child) {
  margin-right: 6px;
}
.l-pager__item a {
  display: block;
  text-decoration: none;
}
.l-pager__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .l-pager__item a:hover span {
    color: #A5A5A5;
    border-color: #A5A5A5;
  }
  .l-pager__item a:hover span::before {
    border-color: #A5A5A5;
  }
}
.l-pager__item span {
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #131313;
  border-radius: 50%;
  border: #131313 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .l-pager__item span {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }
}
.l-pager__item.current span {
  background-color: #A5A5A5;
  color: #fff;
  border-color: #A5A5A5;
}
.l-pager__item.prev span, .l-pager__item.next span {
  text-indent: -999em;
  display: block;
}
.l-pager__item.prev span::before, .l-pager__item.next span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: #131313 solid 4px;
  border-right: #131313 solid 4px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  transition: 0.3s ease;
}
@media screen and (max-width: 500px) {
  .l-pager__item.prev span::before, .l-pager__item.next span::before {
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
}
.l-pager__item.prev span::before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 500px) {
  .l-pager__item.prev span::before {
    margin-left: 1px;
  }
}
.l-pager__item.next span::before {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 500px) {
  .l-pager__item.next span::before {
    margin-left: -1px;
  }
}

.l-brand__head {
  width: 100%;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-brand__head {
    display: block;
    height: auto;
  }
}
.l-brand__data {
  width: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 120px 20px 20px;
}
@media screen and (min-width: 1681px) {
  .l-brand__data {
    padding: 20px 130px;
  }
}
@media screen and (max-width: 1024px) {
  .l-brand__data {
    width: 100%;
    height: auto;
    min-height: 240px;
    padding: 20px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-brand__data {
    min-height: 170px;
  }
}

.p-brand__img {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-brand__img {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-brand__img {
    height: 170px;
  }
}
.p-brand__logo {
  width: 184px;
  height: 184px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (max-width: 1160px) {
  .p-brand__logo {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .p-brand__logo {
    width: 125px;
    height: 125px;
    top: auto;
    bottom: 180px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .p-brand__logo {
    width: 105px;
    height: 105px;
    bottom: 120px;
  }
}
.p-brand__logo img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-brand__name, .p-brand__txt {
  color: #fff;
}
.p-brand__name {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-brand__name {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.p-brand__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-brand__txt {
    font-size: 1.1rem;
  }
}

.l-shops__list {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .l-shops__list {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .l-shops__list {
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 0 20px 20px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    padding: 0 20px 20px;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 5;
  }
}
.l-shops__list-item {
  height: 64px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .l-shops__list-item {
    width: calc((100% - 36px) / 4);
  }
  .l-shops__list-item:not(:nth-of-type(4n)) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-shops__list-item {
    width: calc((100% - 24px) / 3);
  }
  .l-shops__list-item:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
}
@media (max-width: 960px) {
  .l-shops__list-item {
    width: calc((100% - 12px) / 2);
  }
  .l-shops__list-item:nth-of-type(even) {
    margin-right: 0;
  }
  .l-shops__list-item:nth-of-type(odd) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-shops__list-item {
    width: 100%;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
  .l-shops__list-item:not(:last-child) {
    border-bottom: #F2F2F2 solid 1px;
  }
}
.l-shops__list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .l-shops__list-item a {
    padding: 20px 0;
  }
}
.l-shops__list-item a span {
  width: 100%;
  color: #131313;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  padding-left: 40px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-shops__list-item a span {
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 80px;
  }
}
.l-shops__list-item a span::before, .l-shops__list-item a span::after {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-shops__list-item a span::before, .l-shops__list-item a span::after {
    width: 20px;
    height: 20px;
    left: auto;
    right: 0;
  }
}
.l-shops__list-item a span::before {
  background-image: url(/assets/img/icon/ico_c_arrow_b.svg);
}
.l-shops__list-item a span::after {
  background-image: url(/assets/img/icon/ico_c_arrow_g.svg);
  opacity: 0;
}
.l-shops__list-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .l-shops__list-item a:hover span {
    color: #7C7C7C;
  }
  .l-shops__list-item a:hover span::before {
    opacity: 0;
  }
  .l-shops__list-item a:hover span::after {
    opacity: 1;
  }
}
.l-shops__details {
  margin-top: 25px;
}
.l-shops__details-inner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .l-shops__details-inner {
    padding: 50px 20px;
  }
}
.l-shops__details__data-t, .l-shops__details__data-b {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1024px) {
  .l-shops__details__data-t, .l-shops__details__data-b {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-shops__details__data-t, .l-shops__details__data-b {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-shops__details__data-t {
    order: 2;
    margin-top: 30px;
  }
}
.l-shops__details__data-b {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-shops__details__data-b {
    order: 1;
  }
}
.l-shops__details__block {
  width: 100%;
}

.p-shops__list-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-shops__list-btn {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }
}
.p-shops__list-btn span {
  color: #131313;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
.p-shops__list-btn span::before, .p-shops__list-btn span::after {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.p-shops__list-btn span::before {
  background-image: url(/assets/img/icon/ico_open.svg);
}
.p-shops__list-btn span::after {
  opacity: 0;
  background-image: url(/assets/img/icon/ico_close.svg);
}
.p-shops__list-btn.is-open span {
  color: #AAAAAA;
}
.p-shops__list-btn.is-open span::before {
  opacity: 0;
}
.p-shops__list-btn.is-open span::after {
  opacity: 1;
}
.p-shops__img-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.p-shops__img-slide img {
  width: 100%;
}
.p-shops__img-btn {
  width: 42px;
  height: 42px;
  background-color: #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.p-shops__img-btn__wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-shops__img-btn::before {
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
.p-shops__img-btn.prev {
  margin-right: 1px;
}
.p-shops__img-btn.prev::before {
  background-image: url(/assets/img/shops/ico_slide-prev.svg);
}
@media screen and (min-width: 769px) {
  .p-shops__img-btn.prev:hover::before {
    margin-left: -3px;
  }
}
.p-shops__img-btn.next::before {
  background-image: url(/assets/img/shops/ico_slide-next.svg);
}
@media screen and (min-width: 769px) {
  .p-shops__img-btn.next:hover::before {
    margin-left: 3px;
  }
}
.p-shops__details__name, .p-shops__details__txt {
  color: #131313;
}
.p-shops__details__name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-shops__details__name {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-shops__details__txt {
  line-height: 2.2;
  margin-bottom: 30px;
}
.p-shops__details__list {
  width: 100%;
  margin-top: auto;
}
.p-shops__details__list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 15px 0;
  border-bottom: #CECECE dashed 1px;
}
.p-shops__details__list-item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-shops__details__list-item {
    padding-right: 20px;
  }
}
.p-shops__details__list-item .head, .p-shops__details__list-item .data {
  color: #131313;
}
.p-shops__details__list-item .head {
  width: 60px;
  font-weight: bold;
  margin-right: 40px;
}
.p-shops__details__list-item .data {
  width: calc(100% - 100px);
  margin-top: 0;
}
.p-shops__link-list {
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 25px;
}
.p-shops__link-item {
  width: calc((100% - 12px) / 2);
  height: 48px;
}
@media screen and (max-width: 768px) {
  .p-shops__link-item {
    width: calc((100% - 10px) / 2);
    height: 42px;
  }
}
@media screen and (max-width: 320px) {
  .p-shops__link-item {
    width: calc((100% - 6px) / 2);
  }
}
.p-shops__link-item:nth-of-type(odd) {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .p-shops__link-item:nth-of-type(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .p-shops__link-item:nth-of-type(odd) {
    margin-right: 6px;
  }
}
.p-shops__link-item:nth-of-type(-n+4) {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-shops__link-item:nth-of-type(-n+4) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .p-shops__link-item:nth-of-type(-n+4) {
    margin-bottom: 6px;
  }
}
.p-shops__link-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 40px;
  border: #191919 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.p-shops__link-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-shops__link-item a:hover {
    border-color: #7C7C7C;
  }
  .p-shops__link-item a:hover span {
    color: #A5A5A5;
  }
  .p-shops__link-item a:hover span::before {
    opacity: 0.45;
  }
}
.p-shops__link-item a.disabled {
  border-color: #7C7C7C;
  cursor: default;
  pointer-events: none;
}
.p-shops__link-item a.disabled span {
  color: #A5A5A5;
}
.p-shops__link-item a.disabled span::before {
  opacity: 0.45;
}
.p-shops__link-item a span {
  color: #131313;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
  transition: 0.3s ease;
}
.p-shops__link-item a.grand-lunch-allergy span {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-shops__link-item a span {
    font-size: 1.1rem;
    padding-left: 25px;
  }
  .p-shops__link-item a.grand-lunch-allergy span {
    font-size: 0.9rem;
  }
}
.p-shops__link-item a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-shops__link-item a span::before {
    width: 20px;
    height: 20px;
  }
}
.p-shops__link-item a.online span::before {
  background-image: url(/assets/img/icon/ico_online.svg);
}
.p-shops__link-item a.menu span::before {
  background-image: url(/assets/img/icon/ico_menu.svg);
}
.p-shops__link-item a.reserved span::before {
  background-image: url(/assets/img/icon/ico_reserved.svg);
}
.p-shops__link-item a.takeout span::before {
  background-image: url(/assets/img/icon/ico_takeout.svg);
}
.p-shops__link-item a.allergy span::before {
  background-image: url(/assets/img/icon/ico_allergy.svg);
}
.p-shops__icon-list {
  display: flex;
  justify-content: center;
}
.p-shops__icon-item {
  width: 50px;
}
.p-shops__icon-item + .p-shops__icon-item {
  margin-left: 10px;
}
.p-shops__icon-item a {
  width: 100%;
  display: block;
}
.p-shops__icon-item a img {
  display: block;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-shops__icon-item a:hover img {
    opacity: 0.75;
  }
}

.wp-editor {
  /* 要素寄せ */
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  color: #131313;
  font-weight: bold;
}
.wp-editor h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 50px 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .wp-editor h1 {
    font-size: 2.6rem !important;
    margin: 40px 0;
  }
}
.wp-editor h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .wp-editor h2 {
    font-size: 2.2rem;
    margin: 30px 0;
  }
}
.wp-editor h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .wp-editor h3 {
    font-size: 2rem;
    margin: 30px 0;
  }
}
.wp-editor h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 30px 0;
}
@media screen and (max-width: 500px) {
  .wp-editor h4 {
    font-size: 1.6rem;
  }
}
.wp-editor h5, .wp-editor h6 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 25px 0;
}
.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor p {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 40px;
}
.wp-editor p + p {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .wp-editor p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .wp-editor p {
    margin-bottom: 30px;
  }
}
.wp-editor p b {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor ul, .wp-editor ol {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .wp-editor ul, .wp-editor ol {
    margin-bottom: 30px;
  }
}
.wp-editor ul li, .wp-editor ol li {
  color: #131313;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .wp-editor ul li, .wp-editor ol li {
    font-size: 1.5rem;
  }
}
.wp-editor ul li + li, .wp-editor ol li + li {
  margin-top: 30px;
}
.wp-editor ul li {
  padding-left: 1em;
  position: relative;
}
.wp-editor ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3E3E3E;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor ul li::after {
    top: 13px;
  }
}
.wp-editor ol li {
  list-style: decimal;
}
.wp-editor img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-editor img {
    margin-bottom: 15px;
  }
}
.wp-editor table {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.wp-editor table th, .wp-editor table td {
  min-width: 50px;
  font-size: 1.8rem;
  line-height: 2;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  padding: 15px;
}
.wp-editor table th p:last-child, .wp-editor table td p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor table th, .wp-editor table td {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.wp-editor table th {
  background: #f9f9f9;
}
.wp-editor table td {
  background: #fff;
}
.wp-editor p, .wp-editor ul, .wp-editor ol, .wp-editor table {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wp-editor p, .wp-editor ul, .wp-editor ol, .wp-editor table {
    margin-bottom: 15px;
  }
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright, .wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright, .wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright, .wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright, .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright, .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright, .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto 15px;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor .alignnone {
  margin: 4% 0 4%;
}
.wp-editor .alignleft {
  float: left;
  margin: 0 4% 4% 0;
  text-align: left;
}
.wp-editor .aligncenter {
  display: block;
  margin: 0 auto 4%;
  text-align: center;
}
.wp-editor .alignright {
  float: right;
  margin: 0 0 4% 4%;
  text-align: right;
}