@charset "UTF-8";
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*=====================================
こんなお店を訪れています／レジャースポット／ご意見箱・情報修正
======================================*/
.c-request {
  background-color: #F2F2F1;
}
@media (min-width: 48em) {
  .c-request {
    background-color: initial;
  }
}
.c-request__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .c-request__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .c-request__outer {
    margin: 8rem 0;
  }
}
.c-request__inr {
  width: min(95%, 112rem);
  margin: 0 auto;
  padding: 4em 0;
}
@media (min-width: 48em) {
  .c-request__inr {
    background-color: #F2F2F1;
    border-radius: 1em;
  }
}
@media (min-width: 48em) {
  .c-request__itemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
}
.c-request__item:not(:first-child) {
  margin-top: 3em;
}
@media (min-width: 48em) {
  .c-request__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .c-request__item {
    width: 48%;
    margin: 0 auto;
  }
}
.c-request__btn {
  padding: 1em 0;
  background-color: #fff;
  color: #3A3737;
  font-weight: 600;
  margin-top: 1rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-request__btn::after {
  width: 1.5em;
  height: 1.5em;
  content: "";
  display: block;
  background: url(../img/common/icon/arrow--black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-request__btn:hover {
  color: #F83333;
}
.c-request__btn:hover::after {
  right: 0.5em;
}

.c-suggestion p {
  margin-bottom: 0;
}
.c-suggestion__outer {
  margin: 2.4rem 0;
}
@media (min-width: 48em) {
  .c-suggestion__outer {
    margin: 3.6rem 0 5.8rem 0;
  }
}
.c-suggestion__inr {
  width: min(95%, 112rem);
  margin: 0 auto;
  margin: 0 auto;
}
.c-suggestion__inr--narrow {
  width: min(95%, 68rem);
  margin: 0 auto;
}
.c-suggestion__box {
  padding: 1.5em;
  border-radius: 1em;
  border: 1px solid #3A3737;
}
.c-suggestion__item {
  margin-bottom: 0;
  padding: 1em 0;
  border-bottom: 1px solid;
}
.c-suggestion__item:first-child {
  padding-top: 0;
}
.c-suggestion__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.c-neighboringArea {
  margin: 0 0 2rem;
}
.c-neighboringArea__title {
  font-size: clamp(1.6rem, 1.4992rem + 0.27vw, 1.8rem);
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.c-neighboringArea__title:first-child {
  margin-top: 0;
}
.c-neighboringArea__subTitle {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 0;
}
.c-neighboringArea__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.c-neighboringArea__list {
  list-style: none;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-neighboringArea__list:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1em;
  background-color: #3A3737;
  margin: 0 0.5rem;
}
.c-neighboringArea__link {
  text-decoration: none;
}
.c-neighboringArea__link:hover {
  text-decoration: underline;
}

/*=====================================
お店、レビュー一覧で使用するスタイル
======================================*/
@media (min-width: 48em) {
  .c-ichiranColumn {
    width: min(95%, 112rem);
    margin: 0 auto;
  }
}
@media (min-width: 70em) {
  .c-ichiranColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-ichiranColumn__left {
  -webkit-flex-basis: 28rem;
      -ms-flex-preferred-size: 28rem;
          flex-basis: 28rem;
  margin-right: 2rem;
}
.c-ichiranColumn__right {
  -webkit-flex-basis: calc(100% - 30rem);
      -ms-flex-preferred-size: calc(100% - 30rem);
          flex-basis: calc(100% - 30rem);
}
.c-ichiranColumn__pagerInfo {
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-ichiranColumn__pagerInfo {
    width: 100%;
  }
}

@media (min-width: 70em) {
  .c-ichiranSpot .l-contents__outer {
    margin: 2rem 0;
  }
}
.c-ichiranSpot__inr {
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
.c-ichiranSpot__head {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin: 0 auto 1em auto;
}
.c-ichiranSpot__li {
  list-style: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  padding: 1em;
  margin-bottom: 1.2rem;
}
.c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
  width: calc(100% - 2.8em);
}
@media (min-width: 48em) {
  .c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
    width: calc(100% - 3.6em);
  }
}
@media (min-width: 70em) {
  .c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
    width: 100%;
  }
}
.c-ichiranSpot__ttl {
  margin-bottom: 0;
  word-break: break-all;
}
.c-ichiranSpot__ttllink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-ichiranSpot__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.c-ichiranSpot__subTtl {
  margin-bottom: 0;
}
.c-ichiranSpot__bottom {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin-top: 1em;
}
.c-ichiranSpot__rightLink {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: right;
}
.c-ichiranSpot__rightLink:hover {
  text-decoration: underline;
}
.c-ichiranSpot__icon {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 10;
}
@media (min-width: 48em) {
  .c-ichiranSpot__icon {
    top: 2em;
    right: 2em;
  }
}
.c-ichiranSpot__icon--mypage {
  top: 1em;
  right: 1em;
}
.c-ichiranSpot__iconMark {
  font-size: 1.8em;
}
@media (min-width: 48em) {
  .c-ichiranSpot__iconMark {
    font-size: 2.2em;
  }
}
.c-ichiranSpot__btn {
  text-decoration: none;
  display: block;
  color: #3A3737;
  border: 1px solid #3A3737;
  border-radius: 0.5em;
  text-align: center;
  margin: 1em auto 0 auto;
  z-index: 10;
}
@media (min-width: 48em) {
  .c-ichiranSpot__btn {
    max-width: 33rem;
  }
}
.c-ichiranSpot__btn:hover {
  color: #fff;
  background-color: #3A3737;
}
.c-ichiranSpot__myspotFile {
  padding: 1rem 2rem;
  border: 2px solid #D9D9D9;
  border-radius: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.c-ichiranSpot__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  z-index: 15;
}
.c-ichiranSpot__privateMask i {
  color: #666;
}
.c-ichiranSpot__privateMask span {
  color: #444;
}

.c-starGroup {
  margin: 1rem 0;
}
.c-starGroup dt,
.c-starGroup dd {
  border: none;
  padding: 0;
  line-height: 1.2;
}
.c-starGroup dt {
  text-align: left;
  font-weight: 400;
  width: 20%;
}
@media (min-width: 48em) {
  .c-starGroup dt {
    width: 10rem;
  }
}
.c-starGroup dt.c-star__total {
  font-weight: 600;
  line-height: 1.8;
}
.c-starGroup dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-starGroup dd.c-star__total img {
  width: 8.5rem;
  height: auto;
  line-height: 1.8;
}
.c-starGroup dd.c-star__total span {
  font-weight: 600;
}

.c-spotInfo__list {
  line-height: 1.6;
  margin-bottom: 0.5em;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.c-spotInfo__list:first-child {
  margin-top: 1rem;
}
.c-spotInfo__list span {
  display: block;
  margin-right: 0.5rem;
}

.c-spotTerms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.5em 0;
  gap: 0.5em;
}
@media (min-width: 48em) {
  .c-spotTerms {
    grid-template-columns: repeat(8, 1fr);
  }
}
.c-spotTerms--report {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 48em) {
  .c-spotTerms--report {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-spotTerms__item {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  list-style: none;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-spotTerms__item--disable {
  background-color: #F2F2F1;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}

.c-ichiranPhoto {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  background: #fff;
  z-index: 10;
  margin-left: -1em;
  margin-right: -1em;
}
.c-ichiranPhoto--wide {
  width: 100%;
}
.c-ichiranPhoto--wide .c-ichiranPhoto__itemWrap {
  margin-left: 5%;
}
@media (min-width: 70em) {
  .c-ichiranPhoto--wide .c-ichiranPhoto__itemWrap {
    margin-left: 0;
  }
}
.c-ichiranPhoto__itemWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82rem;
}
.c-ichiranPhoto__itemWrap--2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-ichiranPhoto__item {
  position: relative;
  list-style: none;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item:first-child {
    margin-left: 0;
  }
}
.c-ichiranPhoto__item--1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.6rem;
      -ms-flex: 0 0 12.6rem;
          flex: 0 0 12.6rem;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.8rem;
        -ms-flex: 0 0 14.8rem;
            flex: 0 0 14.8rem;
  }
}
.c-ichiranPhoto__item--2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27rem;
      -ms-flex: 0 0 27rem;
          flex: 0 0 27rem;
  margin: 0 0.5rem 0 0;
}
.c-ichiranPhoto__item--2 .c-ichiranPhoto__frame {
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31rem;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
  }
}
.c-ichiranPhoto__frame {
  position: relative;
  padding-top: 100%;
  border-right: 1px solid #fff;
  width: 100%;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.c-ichiranPhoto__frame > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-ichiranPhoto__frame--mask::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 232, 232, 0)), color-stop(18.23%, rgba(58, 55, 55, 0.31)), color-stop(49.48%, rgba(75, 72, 72, 0.755208)), to(#414040));
  background: -webkit-linear-gradient(top, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background: linear-gradient(180deg, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.56;
}
.c-ichiranPhoto__text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  overflow-wrap: break-word;
  white-space: normal;
}
.c-ichiranPhoto--noScroll {
  z-index: unset;
  margin: auto;
}

.c-ichiranData__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.c-ichiranData__star li {
  list-style: none;
  margin-right: 1rem;
}
.c-ichiranData__star li > img {
  width: 9rem;
  height: auto;
}
.c-ichiranData__star--big li > img {
  width: 12rem;
  height: auto;
}
.c-ichiranData__starList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-ichiranData__text {
  background: #FBF5B7;
  border-radius: 1em;
  padding: 1em;
  position: relative;
}
@media (min-width: 48em) {
  .c-ichiranData__text {
    padding: 2em;
  }
}
.c-ichiranData__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.c-ichiranData__textHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-ichiranData__avatar {
  margin: 0.5rem 0;
}
.c-ichiranData__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.c-ichiranData__btn:hover {
  text-decoration: underline;
}

/*=====================================
カテゴリーアイコンで共通して使用するスタイル
======================================*/
.c-generalCat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1em 0 0.5rem;
}
.c-generalCat--small {
  margin: 0.5rem 0;
}
.c-generalCat--small .c-generalCat__icon {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding: 0 0.4em;
  border: 1px solid #707070;
}
@media (min-width: 48em) {
  .c-generalCat--small .c-generalCat__icon {
    padding: 0 1em;
  }
}
.c-generalCat--big {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-generalCat--big .c-generalCat__icon {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  min-width: 11rem;
}
@media (min-width: 48em) {
  .c-generalCat--big .c-generalCat__icon {
    min-width: 12rem;
  }
}
.c-generalCat__icon {
  list-style: none;
  -webkit-flex-basis: calc(25% - 0.375rem);
      -ms-flex-preferred-size: calc(25% - 0.375rem);
          flex-basis: calc(25% - 0.375rem);
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  text-align: center;
  border: 1px solid #707070;
  color: #3A3737;
}
.c-generalCat__icon--disable {
  background-color: #F2F2F1;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}
.c-generalCat__iconLink {
  display: block;
  text-decoration: none;
  color: #3A3737;
}
.c-generalCat__link {
  padding: 0 1rem;
  text-decoration: none;
  color: #707070;
  width: 100%;
  display: block;
  border: 1px solid #707070;
}
.c-generalCat__link:hover {
  background-color: #FBF5B7;
  border: 1px solid #FBF5B7;
  color: #3A3737;
}

.c-ranking-crown,
.c-ranking-flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "";
  display: block;
  width: 5.8rem;
  height: 4.5rem;
}
.c-ranking-crown__mark,
.c-ranking-flag__mark {
  position: relative;
}
.c-ranking-crown__mark img,
.c-ranking-flag__mark img {
  width: 100%;
}
.c-ranking-crown__number,
.c-ranking-flag__number {
  width: 4.2rem;
  text-align: center;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  margin-bottom: 0;
}
.c-ranking-crown__number span,
.c-ranking-flag__number span {
  font-size: 90%;
}

.c-ranking-flag__number {
  top: 0.5rem;
  left: 2.3rem;
}

/*=====================================
スライダーパーツ
======================================*/
.c-slider__outer {
  margin: 3.2rem 0;
}
@media (min-width: 48em) {
  .c-slider__outer {
    margin: 9rem 0;
  }
}
@media (min-width: 70em) {
  .c-slider__outer {
    margin: 12rem 0;
  }
}
.c-slider__inr {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 70em) {
  .c-slider__inr {
    width: min(95%, 112rem);
  }
}
.c-slider__contents {
  width: 100%;
  height: 100%;
}
.c-slider__childBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slider__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #3A3737;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slider__link--frame {
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.3rem;
}
.c-slider__link:hover {
  opacity: 0.7;
}
.c-slider__imgWrap {
  border-radius: 1em;
  overflow: hidden;
}
.c-slider__imgWrap--spe, .c-slider__imgWrap--review {
  border-radius: 1em 1em 0 0;
}
.c-slider__imgWrap--square {
  border-radius: 0;
}
.c-slider__img {
  background-size: cover;
  background-position: center;
  padding-top: 75%;
  position: relative;
  max-width: 26rem;
}
.c-slider__img--spe {
  padding-top: 62%;
}
.c-slider__watermark {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #707070;
  font-style: italic;
}
.c-slider__title {
  margin-bottom: 1rem;
}
.c-slider__subTitle {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.c-slider__foot {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-slider__foot h3 {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
}
.c-slider__text {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.c-slider__date {
  text-align: right;
}
.c-slider__navigation {
  display: none;
}
@media (min-width: 48em) {
  .c-slider__navigation {
    display: block;
  }
}
.c-slider .swiper {
  padding: 0 2.5%;
}
@media (min-width: 96em) {
  .c-slider .swiper {
    padding: 0 1%;
  }
}
.c-slider .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.c-slider .swiper-slide--heightTop {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
  height: 5rem;
  width: 5rem;
}
.c-slider .swiper-button-prev--small,
.c-slider .swiper-button-next--small {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .c-slider .swiper-button-prev--small,
  .c-slider .swiper-button-next--small {
    height: 5rem;
    width: 5rem;
  }
}
.c-slider .swiper-button-prev::after,
.c-slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}
@media (min-width: 48em) {
  .c-slider .swiper-button-prev {
    left: 1%;
  }
}
.c-slider .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .c-slider .swiper-button-next {
    right: 1%;
  }
}
.c-slider .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}
.c-slider .swiper-pagination {
  bottom: -4rem !important;
}
.c-slider .swiper-pagination-bullet {
  background-color: #3A3737;
}

.c-sliderReview__shadow {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.4rem;
  border-radius: 1em;
  overflow: hidden;
  min-width: 21rem;
}
.c-sliderReview__head {
  border-radius: 1em 1em 0 0;
}
.c-sliderReview__bg {
  position: relative;
}
.c-sliderReview__bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 31, 31, 0.5);
}
.c-sliderReview__visit, .c-sliderReview__headText {
  z-index: 1;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c-sliderReview__visit {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-sliderReview__headText {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
.c-sliderReview__headText p {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 0;
}
.c-sliderReview__name {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
}
.c-sliderReview__foot {
  padding: 1em;
  margin-top: 0;
}
.c-sliderReview__foot p {
  margin-bottom: 0;
}
.c-sliderReview__repoData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-sliderReview__repoData img {
  width: 33.3333333333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-sliderReview__repoData span {
  margin-left: 1em;
}
.c-sliderReview__avatar {
  margin: 0.8em 0 0.5em 0;
}
.c-sliderReview__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  border-radius: 1em;
}
.c-sliderReview__privateMask i {
  color: #666;
}
.c-sliderReview__privateMask span {
  color: #444;
}

.c-sliderHeroSp, .c-spotHero {
  position: relative;
  width: 100%;
}
.c-sliderHeroSp__inr {
  position: relative;
  max-width: 112rem;
}
@media (min-width: 70em) {
  .c-sliderHeroSp__inr {
    margin: 2rem auto;
    border-radius: 3rem;
    overflow: hidden;
  }
}
.c-sliderHeroSp p, .c-spotHero p {
  margin-bottom: 0;
}
.c-sliderHeroSp .swiper, .c-spotHero .swiper {
  padding: 0;
}
.c-sliderHeroSp__img {
  padding-top: 66%;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .c-sliderHeroSp__img {
    padding-top: 50%;
  }
}
.c-sliderHeroSp__img--100 {
  padding-top: 100%;
}
.c-sliderHeroSp__img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 232, 232, 0)), color-stop(18.23%, rgba(58, 55, 55, 0.31)), color-stop(49.48%, rgba(75, 72, 72, 0.755208)), to(#414040));
  background: -webkit-linear-gradient(top, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background: linear-gradient(180deg, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.56;
}
.c-sliderHeroSp__box {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  z-index: 10;
  line-height: 1.6;
  width: calc(100% - 32px - 3rem);
}
@media (min-width: 48em) {
  .c-sliderHeroSp__box {
    bottom: 3rem;
    left: 2rem;
  }
}
.c-sliderHeroSp__box--noBg {
  position: relative;
  bottom: unset;
  left: unset;
  color: #3A3737;
  margin-top: 3.4rem;
  padding-left: 1rem;
}
.c-sliderHeroSp__mark {
  border: 1px solid;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .c-sliderHeroSp__mark {
    font-size: 1.6rem;
  }
}
.c-sliderHeroSp__ttl {
  font-size: clamp(2rem, 1.6976rem + 0.81vw, 2.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.c-sliderHeroSp__ttl span {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  display: block;
  font-weight: 400;
}
.c-sliderHeroSp__subTtl,
.c-sliderHeroSp p,
.c-spotHero p {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}
.c-sliderHeroSp__icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.c-sliderHeroSp__link {
  text-decoration: none;
  color: #fff;
}
.c-sliderHeroSp__link:hover {
  color: #007aff;
}

.c-sliderHeroPc__main .swiper-button-prev,
.c-sliderHeroPc__main .swiper-button-next {
  color: #fff;
}
.c-sliderHeroPc__main .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.c-sliderHeroPc__thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.c-sliderHeroPc__thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.c-sliderHeroPc__thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.c-sliderHeroPc__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

/*=====================================
モーダル関係
======================================*/
/* モーダル */
.c-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}
.c-modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-modal.active .c-modal__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  padding: 0.2em 0.4em;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.js-modal-swiper,
.js-modalGroup-swiper {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.js-modal-swiper .swiper-slide,
.js-modalGroup-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-modal-swiper .swiper-slide img,
.js-modalGroup-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.js-modal-swiper .swiper-slide p,
.js-modalGroup-swiper .swiper-slide p {
  margin-top: 10px;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js-modal-swiper .swiper-button-next,
.js-modal-swiper .swiper-button-prev,
.js-modalGroup-swiper .swiper-button-next,
.js-modalGroup-swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  z-index: 10;
  pointer-events: auto;
}
.js-modal-swiper .swiper-button-next::after,
.js-modal-swiper .swiper-button-prev::after,
.js-modalGroup-swiper .swiper-button-next::after,
.js-modalGroup-swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .js-modal-swiper .swiper-button-prev,
  .js-modalGroup-swiper .swiper-button-prev {
    left: 1%;
  }
}
.js-modal-swiper .swiper-button-prev::after,
.js-modalGroup-swiper .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .js-modal-swiper .swiper-button-next,
  .js-modalGroup-swiper .swiper-button-next {
    right: 1%;
  }
}
.js-modal-swiper .swiper-button-next::after,
.js-modalGroup-swiper .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}

.main-swiper {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
}
.main-swiper .swiper-button-next::after, .main-swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .main-swiper .swiper-button-prev {
    left: 1%;
  }
}
.main-swiper .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .main-swiper .swiper-button-next {
    right: 1%;
  }
}
.main-swiper .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}

/*=====================================
スポットの表示関係
======================================*/
.c-spotList__item, .p-spotDetail ul li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0.5em;
  position: relative;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.c-spotList__item::before, .p-spotDetail ul li::before {
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  background: #3A3737;
  margin: 0.5em 0 0 0.4em;
}
.c-spotList__item--red::before, .p-spotDetail ul li::before {
  background: #F83333;
}
.c-spotList__item:last-child, .p-spotDetail ul li:last-child {
  margin-bottom: 0;
}

.c-spotInfo {
  position: relative;
}
.c-spotInfo__target {
  position: absolute;
  top: 0;
  right: 1em;
}
@media (min-width: 48em) {
  .c-spotInfo__target {
    right: 2em;
  }
}
.c-spotInfo__follow {
  padding: 1em 0;
}
.c-spotInfo__map {
  width: 5em;
  margin: 1rem 0;
}
.c-spotInfo__map a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #3A3737;
  text-decoration: none;
}
.c-spotInfo__map a:hover {
  background-color: #F83333;
}

.c-spotReview {
  position: relative;
  background-color: #F2F2F1;
  border: 1px solid #F2F2F1;
  margin-left: auto;
  margin-right: auto;
}
.c-spotReview--white {
  background-color: #fff;
  border: 1px solid #3A3737;
}
.c-spotReview--yellow {
  background-color: #FBF5B7;
  border: 1px solid #FBF5B7;
}
.c-spotReview:not(:first-child) {
  margin-top: 1em;
}
.c-spotReview__ttlWrap {
  position: absolute;
  top: -1px;
  left: -1px;
}
.c-spotReview__ttl {
  color: #fff;
  background-color: #3A3737;
  font-size: 1rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-spotReview__ttl::after {
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  border: none;
  border-left: solid 15px #3A3737;
  border-bottom: solid 28px transparent;
}
.c-spotReview__ttl--red {
  background-color: #F83333;
}
.c-spotReview__ttl--red::after {
  border-left: solid 15px #F83333;
}
.c-spotReview__infoWrap {
  position: absolute;
  top: 1rem;
  right: 1em;
}
@media (min-width: 48em) {
  .c-spotReview__infoWrap {
    right: 2em;
  }
}
.c-spotReview__reviewCont {
  padding: 3em 1em 1.5em;
}
@media (min-width: 48em) {
  .c-spotReview__reviewCont {
    padding: 3em 2em 1.5em;
  }
}
.c-spotReview__review {
  margin-top: 1rem;
  position: relative;
}
.c-spotReview__more {
  text-decoration: none;
}
.c-spotReview__outer {
  height: 100%;
  padding: 2.8rem 1rem 2rem;
}
.c-spotReview__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c-spotReview__best {
  font-weight: 600;
  margin-bottom: 0;
}

/*=====================================
Google Map関係
======================================*/
#js-spotMap {
  height: calc(100vh - 7.3rem - 3em);
}

.c-mapEntrySpot {
  height: 30rem;
}

.p-spotMap__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 3em;
  overflow: hidden;
}
.p-spotMap__bottom.expanded .info-content {
  display: block;
}
.p-spotMap__bottomView {
  position: relative;
  margin-bottom: 0;
  line-height: 3;
}
.p-spotMap__bottomToggleBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  margin: 5px;
}
.p-spotMap__bottomContent {
  display: none;
  padding: 10px;
}

/*=====================================
レポーター、アバター、評価関係
======================================*/
.c-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-avatar img {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
}
.c-avatar--small img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
}

.c-reporter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-reporter p {
  margin-bottom: 0;
}

.c-star span {
  margin-left: 1rem;
}

.c-repoHero {
  position: relative;
}
.c-repoHero .c-hero__inr {
  max-width: 76.8rem;
}
@media (min-width: 48em) {
  .c-repoHero .c-hero__inr {
    margin: 1em auto;
  }
}
.c-repoHero__info {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin: 0 auto 2rem;
  margin-top: -2rem;
  position: relative;
}
@media (min-width: 48em) {
  .c-repoHero__info {
    margin: 0 auto 3rem;
    margin-top: -4rem;
  }
}
@media (min-width: 48em) {
  .c-repoHero__left {
    margin-left: 1em;
  }
}
.c-repoHero__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-repoHero__avatar {
  width: 12.6rem;
  height: 12.6rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-repoHero__avatar {
    width: 14.2rem;
    height: 14.2rem;
  }
}
.c-repoHero__avatar img {
  border: 3px solid #fff;
  border-radius: 12.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.c-repoHero__repoText {
  position: relative;
  margin: 3em 0 0 1em;
}
.c-repoHero__menu {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F2F2F1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-repoHero__menu.active {
  background-color: #D9D9D9;
}
.c-repoHero__nameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-repoHero__name {
  line-height: 1.5;
  margin: 0;
}
.c-repoHero__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48em) {
  .c-repoHero__medium {
    text-align: right;
  }
}
.c-repoHero .c-reporter p {
  margin-bottom: 0;
  font-weight: 600;
}

.c-repoMenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 14em;
  background-color: #fff;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  z-index: 990;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-repoMenu__inr {
  padding: 0.5em 0;
}
.c-repoMenu__list {
  padding: 0.75em 1em;
  position: relative;
}
.c-repoMenu__list:hover {
  background-color: #F2F2F1;
}
.c-repoMenu__list i {
  padding-right: 0.5em;
}
.c-repoMenu__link {
  cursor: pointer;
  color: #3A3737;
  text-decoration: none;
  display: block;
}
.c-repoMenu.active {
  display: block;
  top: calc(100% + 0.5em);
  opacity: 1;
}

.c-repoValue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-repoValue__list {
  list-style: none;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 48em) {
  .c-repoValue__list {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}

@media (min-width: 48em) {
  .c-ranking__outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-ranking__box {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-ranking__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-ranking__ttl {
  position: relative;
  cursor: pointer;
}
.c-ranking__ttl:before, .c-ranking__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 2px;
  background: #3A3737;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.c-ranking__ttl::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.c-ranking__ttl.active {
  border-radius: 1rem 1rem 0 0;
}
.c-ranking__ttl.active::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.c-ranking__ttl.active::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.c-ranking__ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
}
.c-ranking__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  border: 1px solid;
  margin-bottom: 1em;
  padding: 1em;
}
.c-ranking__list:hover {
  background: #FBF5B7;
}
.c-ranking__link {
  text-decoration: none;
  color: #3A3737;
  width: 100%;
}
.c-ranking__link p {
  margin-bottom: 0.5em;
}
.c-ranking__link h4 {
  margin-bottom: 0;
}
.c-ranking__link h4 span {
  font-family: inherit;
  margin-left: 0.5rem;
  margin-right: 0;
}
.c-ranking__text {
  margin-left: 1em;
  margin-right: 2em;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .c-followList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-followList__list {
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-bottom: 1em;
  list-style: none;
}
@media (min-width: 48em) {
  .c-followList__list {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}
.c-followList__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  border-radius: 1rem;
}
.c-followList__privateMask i {
  color: #666;
}
.c-followList__privateMask span {
  color: #444;
}
.c-followList__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.c-followList__bg {
  height: 12rem;
}
.c-followList__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem 1rem 0 0;
}
.c-followList__reporter {
  position: relative;
  padding: 0 1em 1em;
}
.c-followList__avatarWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.c-followList__avatar {
  margin-top: -3rem;
}
.c-followList__avatar img {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  overflow: hidden;
  border: 2px solid #fff;
}
.c-followList__name {
  margin-left: 1em;
}
.c-followList__info p {
  margin-bottom: 0;
}
.c-followList__icon {
  position: absolute;
  top: 0.4em;
  right: 0.6em;
  z-index: 10;
}

.c-shopReview__ttl {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-shopReview__avatarWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .c-shopReview__avatarWrap .c-avatar img {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.c-shopReview__avatarText {
  margin-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=====================================
お店・スポット関係
======================================*/
.p-spotHero__outer {
  padding: 3.4rem 0;
}
.p-spotHero__outer--border {
  border-bottom: 1px solid #D9D9D9;
}

.p-spot__title, .p-spotDetail h2 {
  position: relative;
}
.p-spot__title::after, .p-spotDetail h2::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.15%, #FCB069), color-stop(35.32%, #F86F32), color-stop(70.78%, #FF7236), color-stop(106.25%, #EC3B03));
  background: -webkit-linear-gradient(right, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  background: linear-gradient(-90deg, #FCB069 -0.15%, #F86F32 35.32%, #FF7236 70.78%, #EC3B03 106.25%);
  margin-top: 1rem;
}
.p-spot__date {
  text-align: right;
}

.p-spotDetail h2 {
  margin: 2em 0 1em;
}
.p-spotDetail h3 {
  background-color: #F2F2F1;
  padding: 0.8rem 1.6rem;
  margin: 2em 0 1em;
}
@media (min-width: 48em) {
  .p-spotDetail h3 {
    margin: 2em 2em 1em;
  }
}
.p-spotDetail h4 {
  margin: 0 0 0.5em;
}
.p-spotDetail p,
.p-spotDetail ul {
  margin: 0.5em 0 1em;
}
.p-spotDetail__column > div, .p-spotDetail__4column > div, .p-spotDetail__3column > div, .p-spotDetail__2column > div, .p-spotDetail__1columnWide > div, .p-spotDetail__1column > div {
  margin: 2em 0 1em;
}
@media (min-width: 48em) {
  .p-spotDetail__column > div, .p-spotDetail__4column > div, .p-spotDetail__3column > div, .p-spotDetail__2column > div, .p-spotDetail__1columnWide > div, .p-spotDetail__1column > div {
    margin: 0 0 1em;
  }
}
.p-spotDetail__column > div p:first-child, .p-spotDetail__4column > div p:first-child, .p-spotDetail__3column > div p:first-child, .p-spotDetail__2column > div p:first-child, .p-spotDetail__1columnWide > div p:first-child, .p-spotDetail__1column > div p:first-child,
.p-spotDetail__column > div ul:first-child,
.p-spotDetail__4column > div ul:first-child,
.p-spotDetail__3column > div ul:first-child,
.p-spotDetail__2column > div ul:first-child,
.p-spotDetail__1columnWide > div ul:first-child,
.p-spotDetail__1column > div ul:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .p-spotDetail__1column {
    width: min(95%, 46.4rem);
    margin: 0 auto 1em;
  }
}
@media (min-width: 48em) {
  .p-spotDetail__1columnWide {
    width: min(95%, 76.8rem);
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .p-spotDetail__2column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6em;
    padding: 0 3em;
  }
}
@media (min-width: 48em) {
  .p-spotDetail__3column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
    padding: 0 3em;
  }
}
@media (min-width: 48em) {
  .p-spotDetail__4column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
    padding: 0 3em;
  }
}

.p-spotImg {
  max-width: 64rem;
  margin: 0 auto;
  cursor: pointer;
}
.p-spotImg__photo {
  border: 1px solid #D9D9D9;
  background-size: contain;
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-spotImg__text {
  margin-top: 1rem;
}

.p-spotColumn1 {
  width: min(100%, 64rem);
  margin: 0 auto 1em auto;
}

@media (min-width: 48em) {
  .p-spotColumn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .p-spotColumn2__left, .p-spotColumn2__right {
    width: min(49%, 60rem);
  }
}
.p-spotColumn2__right {
  margin-top: 1em;
}
@media (min-width: 48em) {
  .p-spotColumn2__right {
    margin-top: 0;
  }
}

.c-spotFeature__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .c-spotFeature__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .c-spotFeature__outer {
    margin: 8rem 0;
  }
}
@media (min-width: 48em) {
  .c-spotFeature__inr {
    max-width: 112rem;
  }
}
.c-spotFeature__overflow {
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 48em) {
  .c-spotFeature__overflow {
    width: min(95%, 112rem);
    margin: 0 auto;
    overflow-x: initial;
  }
}
.c-spotFeature__title {
  width: min(95%, 112rem);
  margin: 0 auto 0.5em;
}
.c-spotFeature__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .c-spotFeature__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: min(95%, 76.8rem);
  }
}
.c-spotFeature__item {
  margin-right: 1.6rem;
}
@media (min-width: 48em) {
  .c-spotFeature__item {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.c-spotFeature__item:first-child {
  padding-left: 2.5%;
}
@media (min-width: 48em) {
  .c-spotFeature__item:first-child {
    padding-left: 0;
  }
}
.c-spotFeature__heading {
  width: 28rem;
  text-wrap: initial;
}
@media (min-width: 48em) {
  .c-spotFeature__heading {
    width: 100%;
  }
}
.c-spotFeature__heading a {
  color: #3A3737;
  text-decoration: none;
}
.c-spotFeature__box {
  position: relative;
  width: 28rem;
  margin: 0.3rem;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
@media (min-width: 48em) {
  .c-spotFeature__box {
    width: 100%;
    padding: 3rem;
  }
}
@media (min-width: 48em) {
  .c-spotFeature__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 76.8rem;
    margin: 0 auto;
    gap: 3rem;
  }
}
@media (min-width: 70em) {
  .c-spotFeature__flex {
    gap: 5rem;
  }
}
.c-spotFeature__imgWrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-spotFeature__imgWrap {
    width: 30rem;
  }
}
.c-spotFeature__img {
  background-size: cover;
  background-position: center;
  padding-top: 80%;
}
@media (min-width: 48em) {
  .c-spotFeature__img {
    padding-top: 100%;
  }
}
.c-spotFeature__text {
  overflow-wrap: break-word;
  white-space: normal;
}
@media (min-width: 48em) {
  .c-spotFeature__text {
    width: calc(100% - 29.6rem);
  }
}
.c-spotFeature__subTitle {
  margin: 1rem 0 0.5rem;
}
@media (min-width: 48em) {
  .c-spotFeature__subTitle {
    margin: 0 0 1rem;
    border-bottom: 1px solid #3A3737;
  }
}
.c-spotFeature__label {
  margin: 1rem 0 0.5rem;
}
.c-spotFeature__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.p-shopIntroduce__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .p-shopIntroduce__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .p-shopIntroduce__outer {
    margin: 8rem 0;
  }
}
.p-shopIntroduce__outer {
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
@media (min-width: 70em) {
  .p-shopIntroduce__outer {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.p-shopIntroduce__inr {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  padding: 2em 0;
}

.p-myspotList__frame {
  position: relative;
  margin-top: 2rem;
}
.p-myspotList__frame .c-ichiranSpot__icon {
  top: 0;
}

.p-infoBig {
  font-size: clamp(1.6rem, 1.4992rem + 0.27vw, 1.8rem);
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 48em) {
  .p-dlFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-dlFlex__item {
    width: 49%;
  }
}

/*=====================================
求人関係
======================================*/
.p-recruitBtn {
  border: 1px solid #3A3737;
  color: #3A3737;
  border-radius: 1rem;
}
.p-recruitBtn:hover {
  background: #3A3737;
  color: #fff;
}

.p-recruitList {
  width: min(95%, 76.8rem);
  margin: 0 auto 1em auto;
}
.p-recruitList__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.p-recruitList__left {
  width: 8rem;
}
@media (min-width: 48em) {
  .p-recruitList__left {
    width: 12rem;
  }
}
.p-recruitList__img {
  padding-top: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-recruitList__catch {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  margin: 0;
  line-height: 1.4;
  padding-right: 4rem;
}
.p-recruitList__title {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.p-recruitList__right {
  width: calc(100% - 8rem);
}
@media (min-width: 48em) {
  .p-recruitList__right {
    width: calc(100% - 12rem - 8rem);
  }
}
.p-recruitList__right .c-spotTerms {
  margin-top: 0;
}
.p-recruitList__bottom .c-spotInfo__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-occupation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 1rem;
}
.p-occupation__list {
  list-style: none;
  margin-bottom: 1em;
  -webkit-flex-basis: calc((100% - 1rem) / 2);
      -ms-flex-preferred-size: calc((100% - 1rem) / 2);
          flex-basis: calc((100% - 1rem) / 2);
}
@media (min-width: 48em) {
  .p-occupation__list {
    -webkit-flex-basis: calc((100% - 2rem) / 3);
        -ms-flex-preferred-size: calc((100% - 2rem) / 3);
            flex-basis: calc((100% - 2rem) / 3);
    margin-bottom: 2em;
  }
}
@media (min-width: 70em) {
  .p-occupation__list {
    -webkit-flex-basis: calc((100% - 3rem) / 4);
        -ms-flex-preferred-size: calc((100% - 3rem) / 4);
            flex-basis: calc((100% - 3rem) / 4);
  }
}
.p-occupation__link {
  text-decoration: none;
  color: #3A3737;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.p-occupation__link:hover {
  color: #F83333;
}
.p-occupation__link:hover .p-occupation__img img {
  width: 120%;
}
.p-occupation__img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 48em) {
  .p-occupation__img {
    width: 10.4rem;
    height: 10.4rem;
  }
}
@media (min-width: 70em) {
  .p-occupation__img {
    width: 15rem;
    height: 15rem;
  }
}
.p-occupation__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-occupation__text {
  margin-bottom: 0;
}
.p-occupation__note {
  display: block;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  line-height: 1.4;
  font-weight: 400;
}

.p-recruitFeature__text {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  padding-top: 2em;
}

.p-recruitTable {
  position: relative;
}
.p-recruitTable .l-2column__box {
  margin-top: 0;
}
.p-recruitTable__btnMap {
  float: right;
  overflow: inherit;
  border: 1px solid;
  border-radius: 4px;
  min-height: initial;
  padding: 0 0.5rem;
  line-height: 1.5;
}
.p-recruitTable h2,
.p-recruitTable h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.p-recruitTable dl {
  border: solid 1px #D9D9D9;
  border-radius: 1em;
}
.p-recruitTable dl dt {
  text-align: center;
}
.p-recruitTable dl dt,
.p-recruitTable dl dd {
  padding: 1rem;
  border: 0;
}
.p-recruitTable dl dt:nth-of-type(2n),
.p-recruitTable dl dd:nth-of-type(2n) {
  background: #F2F2F1;
}
.p-recruitTable__btnMore {
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-radius: 0.5em;
  max-width: 38rem;
  color: #fff;
  background: #3A3737;
  border: 1px solid #fff;
  margin: 1rem auto 0 auto;
}
.p-recruitTable__btnMore:hover {
  color: #3A3737;
  background: #fff;
  border: 1px solid #3A3737;
}
.p-recruitTable__icon {
  position: absolute;
  top: 0;
  right: 0;
}

.p-recruitApply h2,
.p-recruitApply h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.p-recruitApply ol {
  margin-left: 2em;
}/*# sourceMappingURL=shop.css.map */