.showMoreText__text-original {
  display: none;
}

.-full-showMoreText .showMoreText__text-original {
  display: inline;
}
.-full-showMoreText .showMoreText__text-sliced {
  display: none;
}

.showMoreText__button {
  color: #1e50a2;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
}
.showMoreText__button:hover {
  text-decoration: underline;
}

.grid-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 2fr 10px 1fr;
      grid-template: "area-1 area-2" auto "area-1 area-3" auto/2fr 1fr;
  gap: 10px;
}

.grid-image__item {
  position: relative;
  display: flex;
}
.grid-image__item::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}
.grid-image__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: area-1;
}
.grid-image__item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area-2;
}
.grid-image__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: area-3;
}

.grid-image__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
.grid-image__link:hover, .grid-image__link:focus, .grid-image__link:active {
  opacity: 0.85;
}
.grid-image__link > img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.modal-component {
  z-index: 10000;
  display: none;
}
.modal-component.-opened {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-component__wrapper {
  display: none;
}

.modal-component__overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
}

.modal-component__container {
  position: absolute;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-component__x {
  position: absolute;
  padding: 16px;
  right: 0;
  top: -36px;
  cursor: pointer;
}
.modal-component__x::before, .modal-component__x::after {
  content: "";
  height: 32px;
  width: 2px;
  position: absolute;
  background-color: #fff;
  right: 12px;
  top: 0;
}
.modal-component__x::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-component__x::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-component__body {
  background: #fff;
  border-radius: 6px;
  padding: 24px 30px;
  overflow-y: auto;
}

.modal-component__header {
  margin-bottom: 24px;
  padding: 10px 30px 0;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  box-sizing: border-box;
}
.modal-component__header.none {
  display: none;
}

.modal-component__main {
  max-height: 65vh;
}
.modal-component__main h4 {
  font-size: 20px;
}

.modal-component__footer {
  margin-top: 24px;
  padding: 10px 30px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
}
.modal-component__footer.none {
  display: none;
}

.modal-component__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-component.-slider .modal-component__container {
  top: 48vh;
  width: 100vw;
}
.modal-component.-slider .modal-component__body {
  background: none;
  border-radius: 0;
  padding: 0;
}
.modal-component.-slider .modal-component__overlay {
  background: rgba(0, 0, 0, 0.75);
}
.modal-component.-slider .modal-component__main {
  max-height: 70vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-component.-slider .modal-component__main::-webkit-scrollbar {
  display: none;
}
.modal-component.-slider .modal-component__x {
  right: 8px;
  z-index: 1;
}
.modal-component.-slider .grid-image {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 10px -5px 0;
}
.modal-component.-slider .grid-image__item {
  width: 82px;
  padding: 0 5px;
}
.modal-component.-slider .grid-image__item.is-current .grid-image__link {
  border: solid 2px #ad0003;
}
.modal-component.-slider .grid-image__link {
  border: 0;
  right: 5px;
  left: 5px;
}
.modal-component.-slider .review-list__title {
  font-size: 16px;
}
.modal-component.-slider .review-list__text {
  margin-top: 10px;
}
.modal-component.-slider .review-list__goods {
  font-size: 18px;
}
.modal-component.-slider .review-reason {
  font-size: 14px;
  margin-top: 4px;
}

.modal-slider-component {
  overflow: hidden;
  position: relative;
}

.modal-slider-component__list {
  display: flex;
  background: #16160e;
}

.modal-slider-component__item {
  flex-shrink: 0;
  width: 100vw;
  height: 75vw;
}
.modal-slider-component__item > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down";
  width: 100%;
  height: 100%;
}

.modal-slider-component__prev,
.modal-slider-component__next {
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  background: rgba(22, 22, 14, 0.7);
  border: 0;
  position: absolute;
  top: calc(50% - 37px);
  z-index: 0;
  width: 33px;
  height: 74px;
  overflow: hidden;
  cursor: pointer;
  transition: visibility 0.2s, opacity 0.2s;
}
.modal-slider-component__prev:hover, .modal-slider-component__prev:focus, .modal-slider-component__prev:active,
.modal-slider-component__next:hover,
.modal-slider-component__next:focus,
.modal-slider-component__next:active {
  outline: 0;
}
.modal-slider-component__prev > i,
.modal-slider-component__next > i {
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 8px);
  transition: left 0.2s;
}
.modal-slider-component__prev > i > span,
.modal-slider-component__next > i > span {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal-slider-component__prev {
  border-radius: 0 4px 4px 0;
  left: 0;
}
.modal-slider-component__prev:hover > i {
  left: calc(50% - 12px);
}
.modal-slider-component__prev > i::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-slider-component__next {
  border-radius: 4px 0 0 4px;
  right: 0;
}
.modal-slider-component__next:hover > i {
  left: calc(50% - 4px);
}

.modal-slider-component__caption {
  color: #ffffff;
  padding: 0 16px;
  margin-top: 10px;
}

.modal-slider-component__content {
  margin-top: 15px;
  overflow: hidden;
}

.product-detail__city-info {
  border: 2px solid #e5e5e5;
}

.city-header {
  background-color: #f6f6f6;
  line-height: 1;
}

.city-title {
  background: #f6f6f6;
  line-height: 1;
  padding: 12px 0 0;
  display: flex;
  color: #1e50a2;
}
.city-title a:hover {
  text-decoration: underline;
}

.city-title__ruby {
  font-size: 14px;
}

.city-title__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.award-label {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.award-label a:hover {
  opacity: 0.8;
}

.business-operator-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.business-operator-icon {
  background-color: #f6f6f6;
  border-radius: 50%;
}
.business-operator-icon .mf-icon-company {
  display: flex;
  justify-content: center;
  font-size: 32px;
  align-items: center;
  color: #767676;
}
.business-operator-info p {
  font-size: 14px;
}

.item-list-title {
  display: flex;
  align-items: flex-end;
  margin-top: 32px;
}
.item-list-title h2 {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 8px;
}
.item-list-title i {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 8px;
}
.item-list-title p {
  font-size: 14px;
  line-height: 1;
}

.item-card-not-exist,
.item-review-not-exist {
  margin-top: 16px;
}

.item-review-not-exist {
  padding-bottom: 10px;
}

.rank-trend__slider {
  margin-top: 16px;
}

.item-card-list {
  margin-bottom: 32px;
}
.item-card-list .grid-4 {
  margin-bottom: 40px;
}
.item-card-list .card-product__image {
  min-height: 102px;
}
.item-card-list .card-product__subtitle {
  background: #ffffff;
  margin: 12px 0;
}
.item-card-list .card-product__subtitle-inner {
  padding: 0;
}

.companies-meibutsu {
  display: none;
}

.companies-meibutsu__inner {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  background-color: #f6f6f6;
}

.companies-meibutsu__lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.companies-meibutsu__text {
  font-size: 18px;
  margin-bottom: 32px;
}

.companies-meibutsu__list {
  margin-bottom: 24px;
}

.companies-meibutsu__item:not(:last-child) {
  margin-bottom: 16px;
}

.companies-meibutsu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 8px;
  color: #ad0003;
  background-color: #ffffff;
  border: 2px solid #ad0003;
  border-radius: 4px;
  font-weight: bold;
  box-sizing: border-box;
}
.companies-meibutsu__button:hover {
  opacity: 0.85;
}
.companies-meibutsu__button .companies-meibutsu__icon {
  margin-right: 8px;
}

.companies-meibutsu__link {
  display: inline-block;
  margin-bottom: 40px;
  color: #1e50a2;
}
.companies-meibutsu__link:hover {
  text-decoration: underline;
}
.companies-meibutsu__link .companies-meibutsu__icon {
  margin-right: 6px;
  font-size: 12px;
}

.companies-meibutsu__icon {
  display: inline-flex;
}

.companies-meibutsu__balloon {
  position: relative;
  margin: 0 auto;
  width: 330px;
}

.companies-meibutsu__balloon-content {
  position: absolute;
}
.companies-meibutsu__balloon-content.-left {
  top: -90px;
  left: 0;
}
.companies-meibutsu__balloon-content.-right {
  top: -58px;
  right: 0;
}
.companies-meibutsu__balloon-content span {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 40px;
  box-sizing: border-box;
}
.companies-meibutsu__balloon-content span::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 2;
}
.companies-meibutsu__balloon-content span::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #16160e;
  z-index: 1;
}

.municipality-introduction-section {
  background-color: #f6f6f6;
  margin-top: 30px;
  margin-bottom: 40px;
}
.municipality-introduction-section .inner {
  margin: 0 auto;
}

.municipality-name-and-icon {
  display: flex;
  align-items: center;
}
.municipality-name-and-icon img {
  border: solid 1px #f6f6f6;
  border-radius: 50%;
  width: 28px;
}
.municipality-introduction-main .description-wrapper {
  padding-bottom: 40px;
}

.municipality-recommend {
  padding: 40px 0;
}

.municipality-recommend-title {
  display: flex;
  align-items: baseline;
}

.recommend-card {
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 2px 0 0 #e5e5e5;
}
.recommend-card .recommend-card__summary {
  background-color: #ffffff;
}
.recommend-card .recommend-card__text {
  padding: 20px 10px;
}

.error {
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 16px;
  text-align: center;
}
.error h2 {
  color: #020202;
  font-weight: normal;
}
.error .text {
  margin: 52px auto;
}
.error .text p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 2;
}
.error .search-window {
  padding-top: 0;
  width: auto;
  margin-top: 24px;
}
.error .search-window__wrap {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.error .search-window__input {
  height: 36px;
  padding: 0 32px 0 16px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.error .search-window__input::-webkit-input-placeholder {
  color: #767676;
  font-size: 14px;
}
.error .search-window__input:-ms-input-placeholder {
  color: #767676;
  font-size: 14px;
}
.error .search-window__input::-ms-input-placeholder {
  color: #767676;
  font-size: 14px;
}
.error .search-window__input::placeholder {
  color: #767676;
  font-size: 14px;
}
.error .search-window__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.error .search-window__input:focus:-ms-input-placeholder {
  color: transparent;
}
.error .search-window__input:focus::-ms-input-placeholder {
  color: transparent;
}
.error .search-window__input:focus::placeholder {
  color: transparent;
}
.error .search-window__button {
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-image: url(/img/icon/title/icon_search.png);
  background-position: center center;
  background-size: 24px;
  cursor: pointer;
  overflow: hidden;
  border: 0;
}
.error .search-window__button > span {
  position: absolute;
  z-index: -1;
  font-size: 10px;
  white-space: nowrap;
}

.review-list {
  margin-top: 16px;
}
.review-list h2 {
  font-size: 20px;
}
.review-list .review-null {
  margin-top: 20px;
}
.review-list .btn-wrap--reverse {
  margin-top: 48px;
  margin-bottom: 112px;
}

.review-list__wrapper {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.review-list__top {
  background-color: #f6f6f6;
}
.review-list__top a {
  display: flex;
  align-items: center;
  padding: 16px;
}

.review-list__top-img {
  max-width: 89px;
  flex-shrink: 0;
}

.review-list__top-lead {
  margin-left: 16px;
  color: #1e50a2;
}

.review-list__content {
  position: relative;
  padding: 24px 16px;
}
.review-list__content .review-tag {
  margin-top: 8px;
}
.review-list__content .review-images {
  overflow: hidden;
  margin-top: 20px;
}
.review-list__content .review-reason {
  margin-top: 8px;
}

.review-list__data,
.review-list__date {
  color: #6b6b6b;
}

.review-list__data {
  font-size: 14px;
  margin-top: 8px;
}

.review-list__date {
  font-size: 14px;
  margin-top: 4px;
}

.review-list__goods {
  margin-top: 20px;
}

.review-list__delete {
  display: inline-block;
  color: #1e50a2;
  font-size: 14px;
  margin-top: 24px;
}

.review-list__box {
  background-color: #f6f6f6;
  padding: 16px;
  margin-top: 12px;
}
.review-list__box small {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #767676;
}

.review-list__reply {
  margin-top: 16px;
}
.review-list__reply .toggle-controller {
  position: relative;
  cursor: pointer;
  color: #1e50a2;
}
.review-list__reply .toggle-controller::after {
  position: absolute;
  content: "";
  top: -5px;
  bottom: 0;
  right: -16px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1e50a2;
  border-left: 2px solid #1e50a2;
  transition: 0.2s;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.review-list__reply .toggle-controller:has(+ .toggle-target.-active)::after {
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.review-list__reply .toggle-trigger {
  display: none;
}
.review-list__reply .toggle-trigger:checked + .toggle-controller::after {
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.review-list__reply .toggle-target {
  overflow: hidden;
  transition: height 150ms linear;
}
.review-list__reply .toggle-target:not(.-active) {
  height: 0;
}

.review-reason {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.review-reason__item {
  display: inline;
}
.review-reason__item:not(:last-child):after {
  content: "|";
  margin-left: 4px;
}

.review-tag {
  display: flex;
  align-items: center;
  color: #ad0003;
}
.review-tag i {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  margin-right: 8px;
}

.review-tag__list {
  line-height: 1;
}

.review-tag__item {
  display: inline;
  font-weight: bold;
  font-size: 14px;
}
.review-tag__item:last-of-type {
  margin-right: 0;
}
.review-tag__item:not(:last-of-type)::after {
  content: "/";
}
.review-tag__item.is-null {
  color: #767676;
}

.bx-more2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

.bx-more2__wrap {
  transition: height 150ms linear;
}
.bx-more2__wrap.is-more + .bx-more2__button::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  top: -31px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 68%);
}
.bx-more2__wrap.is-more + .bx-more2__button .btn-more__icon::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.bx-more2__button {
  position: relative;
  display: none;
  justify-content: center;
  margin-top: 16px;
}

.bx-more2__button.-active {
  display: flex;
}

.btn-more {
  text-align: center;
  justify-content: center;
}
.btn-more::before {
  content: "";
  display: none;
}

.btn-more__text {
  color: #1e50a2;
}

.btn-more__icon {
  display: block;
  position: relative;
  height: 24px;
}
.btn-more__icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fixed-favorite {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 20;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
.fixed-favorite span {
  display: block;
  width: 56px;
  height: 56px;
  border: 4px solid #767676;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.fixed-favorite i {
  font-size: 26px;
  line-height: 1;
  color: #767676;
  text-align: center;
  padding-top: 13px;
}
.fixed-favorite .btn-active__icon {
  display: none;
}
.fixed-favorite .btn-passive__icon {
  display: block;
  -webkit-animation: blink 0.4s ease;
          animation: blink 0.4s ease;
}

.fixed-favorite.on span {
  border: 4px solid #ad0003;
}
.fixed-favorite.on i {
  color: #ad0003;
}
.fixed-favorite.on .btn-active__icon {
  display: block;
  -webkit-animation: beat 0.4s ease-in-out;
          animation: beat 0.4s ease-in-out;
}
.fixed-favorite.on .btn-passive__icon {
  display: none;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .grid-image {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    gap: 0;
  }
  .grid-image__item {
    width: 105px;
    padding: 0 5px;
  }
  .grid-image__link {
    right: 5px;
    left: 5px;
  }
  .modal-component__body.-size-auto {
    width: auto;
    max-width: 810px;
    padding: 32px;
  }
  .modal-component__body.-size-s {
    width: 324px;
  }
  .modal-component__body.-size-m {
    width: 620px;
  }
  .modal-component__body.-size-l {
    width: 916px;
  }
  .modal-component__main h4 {
    font-size: 22px;
  }
  .modal-component.-slider .modal-component__container {
    top: 50vh;
    width: auto;
  }
  .modal-component.-slider .modal-component__main {
    max-height: calc(80vh - 44px);
  }
  .modal-component.-slider .modal-component__x {
    top: -44px;
    right: calc(50% - 292px);
  }
  .modal-component.-slider .grid-image__item {
    width: 95px;
  }
  .modal-slider-component {
    margin: 0 auto;
    width: 600px;
  }
  .modal-slider-component:hover .modal-slider-component__prev,
  .modal-slider-component:hover .modal-slider-component__next {
    visibility: visible;
    opacity: 1;
  }
  .modal-slider-component__item {
    width: 600px;
    height: 450px;
  }
  .modal-slider-component__caption {
    color: #16160e;
    padding: 0;
    margin-top: 20px;
  }
  .city-header .inner {
    display: flex;
  }
  .city-title {
    padding: 10px 0;
  }
  .business-operator-icon .mf-icon-company {
    width: 64px;
    height: 64px;
  }
  .business-operator-info {
    margin-left: 16px;
  }
  .business-operator-info h2 {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .item-list-title {
    margin-top: 40px;
  }
  .item-list-title h2 {
    font-size: 22px;
  }
  .item-card-not-exist {
    min-height: 400px;
  }
  .item-review-not-exist {
    padding-bottom: 50px;
  }
  .rank-trend__slider {
    margin-top: 0;
  }
  .item-card-list .grid__block {
    margin-top: 24px;
  }
  .item-card-list .grid__block:nth-child(-n+4) {
    margin-top: 12px;
  }
  .item-card-list .card-product__image {
    min-height: 153px;
  }
  .companies-meibutsu__contents {
    max-width: 520px;
    margin-right: 48px;
  }
  .companies-meibutsu__lead {
    font-size: 26px;
  }
  .companies-meibutsu__button {
    padding: 8px 16px;
  }
  .companies-meibutsu__balloon {
    width: 520px;
  }
  .companies-meibutsu__balloon-content.-right {
    top: -64px;
  }
  .companies-meibutsu__balloon-content span {
    padding: 10px 24px;
    font-size: 18px;
  }
  .companies-meibutsu__image {
    max-width: 504px;
  }
  .municipality-introduction-section .inner {
    width: 1072px;
  }
  .municipality-name-and-icon {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .municipality-name-and-icon h2 {
    font-size: 22px;
    margin-left: 10px;
  }
  .municipality-introduction-main .first {
    margin-right: 24px;
  }
  .municipality-introduction-main .description-wrapper {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
  }
  .municipality-introduction-main .description-wrapper .link-box {
    padding-bottom: 16px;
  }
  .municipality-introduction-main .description-wrapper img {
    width: 253px;
    height: 158px;
    margin-left: 20px;
  }
  .municipality-recommend-title {
    padding-bottom: 22px;
  }
  .municipality-recommend-title h2 {
    font-size: 22px;
  }
  .municipality-recommend-icon {
    padding-right: 8px;
  }
  .municipality-recommend-icon .icn-feature {
    font-size: 26px;
  }
  .recommend-card__list {
    display: flex;
  }
  .recommend-card {
    width: 251px;
  }
  .recommend-card img {
    width: 251px;
    height: 166px;
  }
  .recommend-card .recommend-card__summary {
    min-height: 88px;
  }
  .recommend-card:not(:last-child) {
    margin-right: 22px;
  }
  .error {
    margin-bottom: 88px;
    padding: 0;
    box-shadow: none;
  }
  .error h2 {
    font-size: 24px;
  }
  .error .search-window {
    margin-left: 0;
  }
  .error .search-window__wrap {
    width: 470px;
  }
  .error .search-window__input {
    font-size: 16px;
  }
  .error .search-window__input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .error .search-window__input:-ms-input-placeholder {
    font-size: 16px;
  }
  .error .search-window__input::-ms-input-placeholder {
    font-size: 16px;
  }
  .error .search-window__input::placeholder {
    font-size: 16px;
  }
  .review-list {
    margin-top: 24px;
  }
  .review-list .review-null {
    margin-top: 24px;
  }
  .review-list .btn-wrap--reverse {
    margin-top: 64px;
    margin-bottom: 62px;
  }
  .review-list__top a {
    padding: 16px 32px;
  }
  .review-list__top a:hover .review-list__top-img {
    opacity: 0.85;
  }
  .review-list__top a:hover .review-list__top-lead {
    text-decoration: underline;
  }
  .review-list__content {
    padding: 32px 32px 24px;
  }
  .review-list__content .review-images {
    margin-top: 10px;
  }
  .review-list__data {
    display: inline-block;
    margin-top: 10px;
    margin-right: 16px;
  }
  .review-list__date {
    display: inline-block;
  }
  .review-list__box {
    padding: 32px;
  }
  .review-list__box small {
    margin-top: 12px;
  }
  .review-tag {
    line-height: 1.5;
  }
  .review-tag i {
    font-size: 20px;
  }
  .fixed-favorite {
    right: 28px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .modal-component__container {
    top: 43vh;
  }
  .modal-component__body {
    max-height: 60vh;
  }
  .modal-component.-slider .modal-component__body {
    max-height: 70vh;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .modal-component__container {
    width: 93vw;
  }
  .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .city-header {
    padding: 0 16px 12px;
  }
  .business-operator-icon .mf-icon-company {
    font-size: 24px;
    width: 48px;
    height: 48px;
  }
  .business-operator-info {
    margin-left: 8px;
  }
  .business-operator-info h2 {
    margin-bottom: 7px;
    font-size: 22px;
  }
  .item-list-title h2 {
    font-size: 18px;
  }
  .item-card-not-exist {
    min-height: 110px;
  }
  .item-card-list .grid-4 {
    justify-content: space-between;
    font-size: 14px;
  }
  .item-card-list .grid__block {
    position: relative;
    width: 48%;
    min-height: 63px;
    margin-right: 0 !important;
    margin-top: 16px;
  }
  .item-card-list .grid__block .card-tag {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .companies-meibutsu__inner {
    padding: 80px 16px 0;
    box-sizing: border-box;
    flex-direction: column;
  }
  .companies-meibutsu__text {
    font-size: 14px;
    text-align: center;
  }
  .companies-meibutsu__link {
    display: block;
    margin-bottom: 32px;
    font-size: 14px;
    text-align: center;
  }
  .municipality-introduction-section .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .municipality-name-and-icon {
    padding: 24px 0;
  }
  .municipality-name-and-icon h2 {
    font-size: 18px;
    margin-left: 8px;
  }
  .municipality-introduction-main .first {
    margin-right: 16px;
  }
  .municipality-introduction-main .description-wrapper .link-box {
    padding-bottom: 24px;
  }
  .municipality-introduction-main .description-wrapper .js-description-original-text {
    padding-bottom: 16px;
  }
  .municipality-introduction-main .description-wrapper .showMoreText__text-sliced {
    font-size: 14px;
  }
  .municipality-introduction-main .description-wrapper img {
    margin-top: 16px;
  }
  .municipality-recommend-title {
    padding-bottom: 16px;
  }
  .municipality-recommend-title h2 {
    font-size: 18px;
  }
  .municipality-recommend-icon {
    padding-right: 3px;
  }
  .municipality-recommend-icon .icn-feature {
    font-size: 22px;
  }
  .recommend-card {
    margin-bottom: 18px;
    height: 107px;
  }
  .recommend-card a {
    display: flex;
    align-items: center;
    background-color: #ffffff;
  }
  .recommend-card img {
    min-width: 160px;
    width: 160px;
    height: 106px;
  }
  .error {
    padding: 32px 16px 80px;
  }
  .error h2 {
    font-size: 20px;
  }
  .error .text {
    text-align: left;
  }
  .review-list__top-lead {
    width: 59%;
    margin-left: 12px;
    font-size: 16px;
  }
  .bx-more2__wrap.is-more {
    height: 7em;
    overflow: hidden;
  }
}
