.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;
}

.nav-result--search {
  background-color: #f6f6f6;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

.nav-result--search__order {
  overflow: auto;
  white-space: nowrap;
  padding: 16px 0;
}

.nav-result--search__button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
}

.nav-result--search__button-label {
  margin-right: 8px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: normal;
}

.nav-result--search__button-list {
  display: flex;
}

.nav-result--search__button-item {
  margin-right: 4px;
  flex-shrink: 0;
}

.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: 38px 0 32px;
}

.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: baseline;
  margin-top: 16px;
}
.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;
}

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

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

.filter-wrap {
  margin-bottom: 16px;
}
.navigation--full-screen.visible {
  opacity: 1;
  z-index: 10000;
}

.navigation--full-screen__head__close {
  position: relative;
  display: block;
}
.navigation--full-screen__head__close span {
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  font-size: 10px;
  opacity: 0;
}
.navigation--full-screen__head__close::before, .navigation--full-screen__head__close::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 16px;
  width: 16px;
  height: 2px;
  background: #ffffff;
}
.navigation--full-screen__head__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation--full-screen__head__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.definition-list {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.definition-list select {
  width: 100%;
  padding: 11px 8px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.definition-list dt {
  font-weight: bold;
}

.sticky-buttons-wrapper {
  position: fixed;
  bottom: -70px;
  margin: 0 -16px;
  box-sizing: border-box;
  z-index: 100;
  background-color: #f6f6f6;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition-property: opacity, bottom;
  transition-duration: 0.3s;
}
.sticky-buttons-wrapper .sticky-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 12px 16px;
  box-sizing: border-box;
}
.sticky-buttons-wrapper .btn-positive--icon {
  padding: 11px 6px;
  flex-grow: 1;
}
.sticky-buttons-wrapper.is-show {
  opacity: 1;
  bottom: 0;
}
.sticky-buttons-wrapper.is-hide {
  opacity: 0;
  bottom: -70px;
}

.item-card-list {
  margin-bottom: 32px;
}
.item-card-list .grid-4 {
  margin-bottom: 24px;
}
.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;
}

.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: center;
  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;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .nav-result--search {
    font-size: 12px;
  }
  .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;
  }
  .navigation--full-screen {
    position: fixed;
    display: flex;
    z-index: -10000;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .navigation--full-screen__layer0 {
    background: #ffffff;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    flex-shrink: 0;
  }
  .navigation--full-screen__head {
    color: #ffffff;
    padding: 14px 0;
    background-color: #ad0003;
    text-align: right;
  }
  .navigation--full-screen__head__title {
    font-size: 14px;
    text-align: center;
  }
  .navigation--full-screen__body {
    width: 100%;
    height: 100vh;
    padding: 16px 16px 240px;
    overflow: auto;
    box-sizing: border-box;
  }
  .definition-list dt {
    border-left: 3px solid #ad0003;
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .definition-list dd {
    width: 100%;
    margin-bottom: 24px;
  }
  .navigation--full-screen__footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background: #f3f3f3;
    padding: 12px 8px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  }
  .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;
  }
  .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;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .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 h2 {
    font-size: 22px;
  }
  .item-card-not-exist {
    min-height: 400px;
  }
  .rank-trend__slider {
    margin-top: 0;
  }
  .filter {
    background-color: #f6f6f6;
    padding: 16px 24px 16px 16px;
  }
  .filter .btn-positive {
    width: 190px;
    height: 38px;
    padding: 0;
  }
  .navigation--full-screen__layer0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation--full-screen__body {
    display: flex;
    align-items: center;
  }
  .definition-list {
    flex-direction: row;
    align-items: center;
  }
  .definition-list select.-category {
    width: 250px;
  }
  .definition-list select.-amount {
    width: 200px;
  }
  .definition-list select {
    padding: 8px;
  }
  .definition-list dt {
    margin-right: 8px;
  }
  .definition-list dd {
    padding-right: 16px;
    border-right: 1px solid #e5e5e5;
    margin-right: 16px;
  }
  .top-condition__list .frm-checkbox {
    padding: 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;
  }
  .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;
  }
}
