@charset "UTF-8";
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*=====================================
エリア検索パーツ
======================================*/
.c-area__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .c-area__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .c-area__outer {
    margin: 8rem 0;
  }
}
.c-area__inr {
  width: min(95%, 112rem);
  margin: 0 auto;
}
.c-area__head {
  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;
}
@media (min-width: 48em) {
  .c-area__head {
    gap: 1rem;
  }
}
.c-area__bunner {
  -webkit-flex-basis: calc(50% - 0.5rem);
      -ms-flex-preferred-size: calc(50% - 0.5rem);
          flex-basis: calc(50% - 0.5rem);
  background-position: center;
  background-size: cover;
}
.c-area__bunner a {
  display: block;
  position: relative;
}
.c-area__bunner img {
  width: 100%;
  height: auto;
}
.c-area__bg {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}
.c-area__itemWrap {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .c-area__itemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-area__item {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-area__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.c-area__title {
  margin-bottom: 0;
}
.c-area__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-area__list {
  list-style: none;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.c-area__link {
  text-decoration: none;
  color: #3A3737;
}
.c-area__link:hover {
  color: #F83333;
}

.c-bunner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-bunner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.55);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-bunner:hover::after {
  background: rgba(0, 0, 0, 0.644);
}
.c-bunner--blue::after {
  background: rgba(42, 112, 121, 0.55);
}
.c-bunner--blue:hover::after {
  background: rgba(10, 23, 25, 0.55);
}
.c-bunner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 90%;
}
@media (min-width: 70em) {
  .c-bunner__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 48em) {
  .c-genre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-genre__box {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 2rem;
}
.c-genre__box--wide {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.c-genre__subTitle {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
}
.c-genre__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
.c-genre__list {
  list-style: none;
}
.c-genre__list a {
  display: inline-block;
  text-decoration: none;
  color: #3A3737;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.51rem;
  border: 1px solid #3A3737;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-genre__list a:hover {
  color: #fff;
  background: #3A3737;
}

/*=====================================
こんなお店を訪れています／レジャースポット／ご意見箱・情報修正
======================================*/
.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-textList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
  gap: 0.5em;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-textList__item {
  list-style: none;
}

.c-search {
  background-color: #FBF5B7;
}
.c-search--gray {
  background-color: #F2F2F1;
}
@media (min-width: 70em) {
  .c-search {
    background-color: #F2F2F1;
    border-radius: 1em;
  }
}
.c-search__inr {
  padding: 2em 1em;
  width: min(95%, 68rem);
  margin: 0 auto;
}
.c-search__btn {
  padding: 1.3rem 1.5rem;
  background-color: #F83333;
  border: none;
  color: #fff;
  border-radius: 0.5rem;
  width: 100%;
}
.c-search__btn--black {
  background-color: #3A3737;
}
.c-search__btn:hover {
  opacity: 0.6;
}

.c-searchBox {
  height: 8.4rem;
}
@media (min-width: 70em) {
  .c-searchBox {
    height: 8.65rem;
  }
}
.c-searchBox__inr {
  position: absolute;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #fff;
  width: 100%;
}
.c-searchBox__inr.c-unpinned {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.c-searchBox__inr.c-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
}

.c-suggest__outer {
  margin: 2.4rem 0;
}
.c-suggest__inr {
  width: min(95%, 40rem);
  margin: 0 auto;
}
.c-suggest__box {
  margin-bottom: 1.5em;
}
.c-suggest__box--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-suggest__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 0.8rem 0.8rem 0.8rem 0.9rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-suggest__checkbox {
  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-suggest__select {
  width: 100%;
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
}
.c-suggest__select select {
  border: none;
  border-radius: 2rem;
  -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: 1rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.c-suggest__text {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-suggest__suggestBox {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 1em;
  padding: 0.5em;
  text-align: left;
  border: 1px solid #F2F2F1;
  background: #fff;
  position: absolute;
  z-index: 1000;
  max-height: 50vh;
  overflow-y: scroll;
  list-style: none;
}
.c-suggest__suggestBox li {
  padding-left: 0.5em;
}
.c-suggest__suggestBox li:hover {
  background-color: #F2F2F1;
}
.c-suggest__suggestBox li i {
  color: #707070;
  padding-right: 0.2em;
}

.c-selectGrouop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-selectGrouop__item {
  width: calc(33.3333333333% - 0.6rem);
  height: 7rem;
  list-style: none;
  background-color: #fff;
  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;
  text-align: center;
  border-radius: 1em;
  overflow: hidden;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
}
.c-selectGrouop__item i {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-selectGrouop__btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  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;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-selectGrouop__btn:hover {
  opacity: 0.5;
}
.c-selectGrouop__btn.active {
  background-color: #F83333;
  color: #fff;
}

.c-eventBtn {
  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;
  margin-top: 1em;
}
.c-eventBtn__list {
  list-style: none;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .c-eventBtn__list {
    -webkit-flex-basis: calc(25% - 1rem);
        -ms-flex-preferred-size: calc(25% - 1rem);
            flex-basis: calc(25% - 1rem);
  }
}
@media (min-width: 70em) {
  .c-eventBtn__list {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
.c-eventBtn__link {
  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;
  text-decoration: none;
  color: #3A3737;
  border: 1px solid #3A3737;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-eventBtn__link--on {
  background-color: #FCA250;
  color: #fff;
  border: 1px solid #FCA250;
}
.c-eventBtn__link:hover {
  background-color: #FCA250;
  color: #fff;
  border: 1px solid #FCA250;
}

.c-eventSelect {
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 4px 0;
  background-image: url(../img/event/selectArrow.svg);
  height: 37px;
  padding-left: 10px;
  cursor: pointer;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  margin-bottom: 1em;
}

.c-searchSp__outer {
  margin: 3rem 0;
}
.c-searchSp__inr {
  width: min(95%, 68rem);
  margin: 0 auto;
}

/*=====================================
求人関係
======================================*/
.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=recruit.css.map */