.sc-list, .sc-step__list {
  list-style: none;
  padding-left: 0;
}

.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

/*!
----------------------------------------------
 special contents base
----------------------------------------------
*/
/*----------------------------------------------*
	utilities
/*----------------------------------------------*/
.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

.outline * {
  outline: 1px dotted red;
}

html {
  scroll-behavior: smooth;
}

.pj-contents {
  margin: 0;
}

.sc-lead > *:before, .sc-lead > *:after,
.sc-section:before,
.sc-section:after,
.sc-section__footer:before,
.sc-section__footer:after {
  content: "";
  display: table;
}

.sc-section > *:first-child,
.sc-section__body > *:first-child {
  margin-top: 0;
}
.sc-section > *:last-child,
.sc-section__body > *:last-child {
  margin-bottom: 0;
}

.sc-font_2XS {
  font-size: 66.667%;
}

.sc-font_XS {
  font-size: 75%;
}

.sc-font_S {
  font-size: 85.714%;
}

.sc-font_M {
  font-size: 120%;
}

.sc-font_L {
  font-size: 150%;
}

.sc-font_XL {
  font-size: 200%;
}

.sc-font_2XL {
  font-size: 300%;
}

.sc-font_3XL {
  font-size: 600%;
}

.sc-flex {
  display: flex;
  flex-wrap: wrap;
}
.sc-flex--between {
  justify-content: space-between;
}
.sc-flex--center {
  align-items: center;
}

.sc-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* js
/* ------------------------------------ */
.js-svg_hover {
  width: 200px;
  height: auto;
}

/*----------------------------------------------*
	layouts
/*----------------------------------------------*/
.sc-contents {
  color: #333;
  background-color: #FFF;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.75em;
}
.sc-contents__block--M {
  margin-top: 2.75em;
}
.sc-contents__block--L {
  margin-top: 3.75em;
}
.sc-contents__footer {
  background-color: #fff;
  padding-top: 2.75em;
}

.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 {
  margin: 0;
}
.sc-contents h2 {
  font-weight: 500;
}
@media (min-width: 668px) {
  .sc-contents h2 {
    font-size: 200%;
  }
  .sc-contents h3 {
    font-size: 150%;
  }
  .sc-contents h4 {
    font-size: 120%;
  }
}
@media (max-width: 667px) {
  .sc-contents h2 {
    font-size: 150%;
  }
  .sc-contents h3,
  .sc-contents h4 {
    font-size: 120%;
  }
}

.sc-lhCrop:before, .sc-lhCrop:after {
  content: "";
  display: block;
  position: relative;
}
.sc-lhCrop--h2:before {
  margin-top: -0.25em;
}
.sc-lhCrop--h2:after {
  margin-top: -0.5em;
}
.sc-lhCrop--h3:before {
  margin-top: -0.125em;
}
.sc-lhCrop--h3:after {
  margin-top: -0.25em;
}
.sc-lhCrop--body:before {
  margin-top: -0.5em;
}
.sc-lhCrop--body:after {
  margin-top: -0.5em;
}

/* section
/* ------------------------------------ */
.sc-section {
  padding: 3.75em 0;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__body {
  padding-top: calc(3.75em - 0.5em);
}
.sc-section__body--panel {
  padding: 2.75em;
  margin-top: 3.75em;
  background-color: #FFF;
  color: #111;
}
.sc-section__footer {
  padding-top: 3.75em;
}
@media (max-width: 800px) {
  .sc-section {
    padding: 2.75em 0;
  }
  .sc-section__body {
    padding-top: calc(2.75em - 0.75em);
  }
  .sc-section__footer {
    padding-top: calc(2.75em - 0.75em);
  }
}
/*----------------------------------------------*/
/* components
/*----------------------------------------------*/
/* list
/* ------------------------------------ */
.sc-step__list, .sc-list {
  list-style: none;
  padding-left: 0;
}

.sc-list {
  line-height: inherit;
  margin-bottom: 0.5em;
}
.sc-list li:after {
  margin-bottom: 0;
}

p + .sc-list {
  margin-top: 0;
}

li .sc-list {
  margin-top: 0;
}

.sc-list--table > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-list--flow {
  counter-reset: flow;
}
.sc-list--flow > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: flow;
}
.sc-list--flow > li:before {
  flex-shrink: 0;
  width: 2em;
  content: counter(flow);
}

/* step
/* ------------------------------------ */
.sc-step__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.sc-step .sc-panel {
  height: 100%;
}

/* panel
/* ------------------------------------ */
.sc-panel {
  padding: 2.75em;
  background-color: #FFF;
}
.sc-panel__body {
  padding-top: calc(1.75em - 0.5em);
}
.sc-panel__footer {
  padding-top: calc(1.75em - 0.5em);
}
@media (max-width: 667px) {
  .sc-panel {
    padding: 1.75em;
  }
}

.sc-panel--footerFix {
  position: relative;
  padding-bottom: 5em;
}
.sc-panel--footerFix .sc-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.75em 1.75em;
}

/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  display: inline-flex;
  border-radius: 3px;
  padding: 0.5em;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}
.sc-btn span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

/*!
----------------------------------------------
 special contents libraries
----------------------------------------------
*/
/*----------------------------------------------*/
/* lib swiper
/*----------------------------------------------*/
.sc-swiper {
  position: relative;
  overflow: hidden;
}
.sc-swiper .swiper-button-next,
.sc-swiper .swiper-button-prev {
  width: 32px;
}
.sc-swiper .swiper-button-next:after,
.sc-swiper .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 32px;
  background: 0 0/cover no-repeat;
}
.sc-swiper .swiper-button-next {
  right: 3%;
}
.sc-swiper .swiper-button-next:after {
  background-image: url("../img/ico/ico-arrow_left.svg");
}
.sc-swiper .swiper-button-prev {
  left: 3%;
}
.sc-swiper .swiper-button-prev:after {
  background-image: url("../img/ico/ico-arrow_right.svg");
}
.sc-swiper .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.sc-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.sc-swiper .swiper-pagination-custom,
.sc-swiper .swiper-pagination-fraction {
  bottom: 5px;
}
.sc-swiper--pagination {
  padding-bottom: 3.75em;
}
.sc-swiper--pagination .swiper-pagination {
  bottom: 0 !important;
  line-height: 1;
  padding: 1em 0;
}
.sc-swiper--pagination .swiper-pagination span {
  vertical-align: middle;
}

/**/
/*!
----------------------------------------------
 keyVisual
----------------------------------------------
*/
.sc-keyVisual {
  font-family: "Noto Serif JP", serif;
  position: relative;
  overflow: hidden;
  text-align: center;
  content: "test";
}
.sc-keyVisual img {
  margin: 0 auto;
  vertical-align: top;
}
.sc-keyVisual__img {
  position: relative;
}
.sc-keyVisual__img img {
  display: block;
}
.sc-keyVisual__title {
  z-index: 2;
  position: absolute;
  color: #FFF;
  width: 52.0833333333%;
  max-width: 800px;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
.sc-keyVisual__title picture, .sc-keyVisual__title img {
  display: block;
}
@media (min-width: 668px) {
  .sc-keyVisual__title {
    height: 9em;
  }
}
@media (max-width: 667px) {
  .sc-keyVisual__title {
    width: 77.3333333333%;
    top: 12%;
    height: 12em;
  }
  .sc-keyVisual__img {
    padding-top: 113.1578947368%;
  }
  .sc-keyVisual__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*!
----------------------------------------------
 introduction
----------------------------------------------
*/
.sc-introduction {
  position: relative;
  font-family: "Noto Serif JP", serif;
  background: url("../img/bg-lead.png");
  padding: 5em 0;
}
.sc-introduction:before, .sc-introduction:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13.4375%;
  height: 1px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
.sc-introduction:before {
  background-image: url("../img/bg-lead-decoration-l.png");
  padding-top: 13.4375%;
  left: 1em;
}
.sc-introduction:after {
  background-image: url("../img/bg-lead-decoration-r.png");
  padding-top: 15.1041666667%;
  right: 1em;
}
.sc-introduction__body {
  width: 42.7083333333%;
  max-width: 1378px;
  margin: auto;
  text-align: center;
}
.sc-introduction__body p {
  font-size: 112.5%;
  margin-bottom: 0;
}
@media (max-width: 667px) {
  .sc-introduction {
    padding: 3em 0;
  }
  .sc-introduction:before, .sc-introduction:after {
    display: none;
  }
  .sc-introduction__body {
    width: 78.6666666667%;
  }
}

/*!
----------------------------------------------
 navigation
----------------------------------------------
*/
.sc-ankerNav {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}
.sc-ankerNav a {
  display: inline-block;
  text-decoration: none;
}
.sc-ankerNav a:hover {
  opacity: 0.8;
}
.sc-ankerNav__list {
  max-width: 1378px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sc-ankerNav__btn {
  width: 24.6153846154%;
}
.sc-ankerNav__btn span, .sc-ankerNav__btn img {
  display: block;
}
@media (max-width: 667px) {
  .sc-ankerNav {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
  .sc-ankerNav__list {
    padding: 0 1em;
  }
  .sc-ankerNav__btn {
    width: 48%;
  }
  .sc-ankerNav__btn:nth-child(n+3) {
    margin-top: 1em;
  }
}

/*!
----------------------------------------------
 contents
----------------------------------------------
*/
.sc-contents {
  background-color: #291c17;
}
.sc-restaurantList {
  position: relative;
  max-width: 1378px;
  margin: auto;
  background-color: #3a2b2b;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
}
.sc-restaurantList:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 100%;
  background-color: #c3772d;
}
.sc-restaurantList .sc-section {
  z-index: 2;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.sc-restaurantList .sc-section__header {
  position: relative;
}
.sc-restaurantList .sc-section__header h2 {
  z-index: 2;
  position: absolute;
  height: 100%;
  max-width: 705px;
  max-height: 145px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.sc-restaurantList .sc-section__header h2 picture {
  display: block;
}
.sc-restaurantList .sc-section__header h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.sc-restaurantList .sc-section__photo {
  z-index: 1;
  position: relative;
  width: 100%;
}
.sc-restaurantList .sc-section__photo img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-restaurantList .sc-section__body {
  position: relative;
  z-index: 3;
  margin: auto;
  background-color: #fff;
  background: url("../img/bg-section.png") 0 0;
}
.sc-restaurantList .sc-section__body h3 {
  position: relative;
}
.sc-restaurantList .sc-section__body h3 picture {
  position: relative;
  z-index: 5;
}
.sc-restaurantList .sc-section__body h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background: url("../img/bg-section-decoration.png") 0 50%/cover no-repeat;
}
.sc-restaurantList .sc-section__description {
  position: relative;
  z-index: 4;
  margin-top: 1.75em;
  display: flex;
  justify-content: space-between;
  font-size: 112.5%;
}
.sc-restaurantList .sc-section__description > *:nth-child(1) p {
  margin-top: 0;
}
.sc-restaurantList .sc-section__description > *:nth-child(1) em {
  padding: 1em;
  display: block;
  background-image: linear-gradient(to top, #cf7042, #b84d19);
  color: #FFF;
}
.sc-restaurantList .sc-section__description .sc-section__info {
  padding: 0;
  margin: 0;
}
.sc-restaurantList .sc-section__description .sc-section__info li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sc-restaurantList .sc-section__description .sc-section__info li + li {
  margin-top: 0.5em;
}
.sc-restaurantList .sc-section__description .sc-section__info li > span:first-child {
  border: 1px solid #333;
  text-align: center;
  width: 6em;
}
.sc-restaurantList .sc-section__description .sc-section__info li > span:last-child {
  width: calc(100% - 7em);
}
.sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map) {
  word-break: break-all;
  text-decoration: none;
}
.sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map), .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map):link, .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map):visited {
  color: #c3772d;
}
.sc-restaurantList .sc-section__description .sc-section__info span:has(.sc-map) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sc-restaurantList .sc-section__description .sc-section__info .sc-map {
  width: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  background: url("../img/btn-map.png") 0 50%/contain no-repeat;
  margin-left: 0.5em;
}
.sc-restaurantList .sc-section__description .sc-section__info .sc-map:hover {
  opacity: 0.8;
}
.sc-restaurantList .sc-section__description .sc-section__info .sc-map span {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
@media (min-width: 668px) {
  .sc-restaurantList .sc-section + .sc-section {
    margin-top: 4.75em;
  }
  .sc-restaurantList .sc-section__header {
    position: relative;
  }
  .sc-restaurantList .sc-section__header h2 {
    width: 100%;
    transform: translateY(30%);
  }
  .sc-restaurantList .sc-section__photo {
    padding-top: 35.8333333333%;
  }
  .sc-restaurantList .sc-section__body {
    padding: 2.75em;
  }
  .sc-restaurantList .sc-section__body h3:before {
    width: 21.5%;
    padding-top: 23.3333333333%;
    transform: translate(15%, -40%);
  }
  .sc-restaurantList .sc-section__description > *:nth-child(1) {
    width: 58.3333333333%;
  }
  .sc-restaurantList .sc-section__description > *:nth-child(2) {
    width: 38.8888888889%;
  }
}
@media (max-width: 667px) {
  .sc-restaurantList .sc-section + .sc-section {
    margin-top: 3.75em;
  }
  .sc-restaurantList:before {
    width: 3px;
  }
  .sc-restaurantList .sc-section__header h2 {
    width: 74.6666666667%;
  }
  .sc-restaurantList .sc-section__photo {
    padding-top: 74.6666666667%;
  }
  .sc-restaurantList .sc-section__body {
    margin-top: 1em;
    padding: 2.75em 1em;
    width: calc(100% - 2em);
  }
  .sc-restaurantList .sc-section__body h3:before {
    width: 32%;
    padding-top: 40%;
    transform: translate(10%, -25%);
  }
  .sc-restaurantList .sc-section__description {
    flex-direction: column;
  }
  .sc-restaurantList .sc-section__description > *:nth-child(2) {
    margin-top: 1.75em;
  }
  .sc-restaurantList .sc-section__description .sc-section__info {
    padding: 0;
    margin: 0;
  }
  .sc-restaurantList .sc-section__description .sc-section__info li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sc-restaurantList .sc-section__description .sc-section__info li + li {
    margin-top: 0.5em;
  }
  .sc-restaurantList .sc-section__description .sc-section__info li > span:first-child {
    font-size: 13px;
  }
  .sc-restaurantList .sc-section__description .sc-section__info li > span:last-child {
    width: calc(100% - 5.5em);
  }
  .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map) {
    word-break: break-all;
    text-decoration: none;
  }
  .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map), .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map):link, .sc-restaurantList .sc-section__description .sc-section__info a:not(.sc-map):visited {
    color: #c3772d;
  }
  .sc-restaurantList .sc-section__description .sc-section__info span:has(.sc-map) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sc-restaurantList .sc-section__description .sc-section__info .sc-map {
    width: 70px;
    flex-shrink: 0;
    flex-grow: 0;
    background: url("../img/btn-map.png") 0 50%/contain no-repeat;
    margin-left: 0.5em;
  }
  .sc-restaurantList .sc-section__description .sc-section__info .sc-map:hover {
    opacity: 0.8;
  }
  .sc-restaurantList .sc-section__description .sc-section__info .sc-map span {
    display: block;
    overflow: hidden;
    text-indent: -999px;
  }
}

.sc-section {
  scroll-margin-top: 110px;
  transition: 1s ease;
  transition-property: transform, opacity;
}

.sc-section:not(.js-view) {
  opacity: 0;
  transform: translateY(100px);
}

.sc-section.js-view {
  opacity: 1;
  transform: none;
}

@media (min-width: 668px) {
  .sc-section--grand_hyatt h2 {
    width: 53.3333333333% !important;
  }
}

/*!
----------------------------------------------
 footer
----------------------------------------------
*/
.sc-contents__footer {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.sc-logos img[src*="logo_foryou.png"] {
  transform: scale(0.9);
}
.sc-logos img[src*="logo_beef_loving_teans.png"] {
  transform: scale(1.2);
}

/**/

/*# sourceMappingURL=style.css.map */
