@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .inner {
    width: 1072px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-city .col_side {
  display: block;
  width: 100%;
  padding: 16px;
  max-width: inherit;
  box-sizing: border-box;
  float: none;
}
.page-city .col_side .btn-positive,
.page-city .col_side .btn-normal {
  font-size: 13px;
}
.page-city .col_side .btn-positive:not(:last-child),
.page-city .col_side .btn-normal:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .col_side {
    max-width: 244px;
    padding: inherit;
    float: left;
  }
  .page-city .col_side .btn-positive,
.page-city .col_side .btn-normal {
    padding: 12px;
  }
  .page-city .col_side .btn-positive__text,
.page-city .col_side .btn-normal__text {
    font-size: 16px;
  }
  .page-city .col_side .btn-positive__text small,
.page-city .col_side .btn-normal__text small {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.page-city .col_side .col_side-buttons li {
  margin-top: 16px;
}
.page-city .col_side .button-icon {
  display: flex;
  border: 2px solid #ad0003;
  border-radius: 4px;
}
.page-city .col_side .button-icon span:first-child {
  background-color: #ad0003;
  flex-basis: 63px;
}
.page-city .col_side .button-icon span:first-child img {
  width: 40px;
  margin: 10px 12px;
}
.page-city .col_side .button-icon span:last-child {
  box-sizing: border-box;
  padding: 10px 12px;
  flex: 1;
  font-size: 14px;
  color: #ad0003;
  line-height: 1.4;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .col_side .button-icon span:last-child {
    text-align: center;
  }
}
.page-city .col_side .button-icon span:last-child strong {
  font-size: 16px;
}
.page-city .col_side .button-icon.button-point-disable {
  border: 2px solid #c8c8c8;
  pointer-events: none;
}
.page-city .col_side .button-icon.button-point-disable span:first-child {
  background-color: #c8c8c8;
}
.page-city .col_side .button-icon.button-point-disable span:last-child {
  color: #c8c8c8;
}
.page-city .col_side .button-icon:hover {
  opacity: 0.8;
}
.page-city .col_side .button-gray {
  display: block;
  border: 2px solid #c8c8c8;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
}
.page-city .col_side .button-gray strong {
  font-size: 16px;
}
.page-city .col_side .button-gray.button-gray-disable {
  color: #999;
  pointer-events: none;
  background-color: #c8c8c8;
}
.page-city .col_side .button-gray:hover {
  opacity: 0.8;
}
.page-city .col_side .button-city-all-product {
  font-size: 16px;
}
.page-city .header_area {
  position: relative;
  padding: 0 0 16px 0;
}
.page-city .header_area .photo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1px #fff inset;
  width: 100%;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .photo {
    height: 165px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .header_area .photo {
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}
.page-city .header_area .photo__hidden-label {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.page-city .header_area .city_saigai h2 {
  background-color: #ffdb4f;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .city_saigai h2 {
    font-size: 16px;
  }
}
.page-city .header_area .city_saigai p {
  border: 1px solid #ffdb4f;
  padding: 8px;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .city_saigai p {
    padding: 16px;
  }
}
.page-city .header_area .point {
  background-color: #16160e;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .point {
    left: inherit;
    right: 10px;
  }
}
.page-city .header_area .point p {
  font-size: 12px;
}
.page-city .header_area .point img {
  vertical-align: middle;
  width: 16px;
  position: relative;
  top: -0.1em;
  margin-right: 3px;
}
.page-city .header_area .like_button {
  overflow: hidden;
}
.page-city .header_area .like_button img {
  display: inline-block;
  width: 16px;
  margin: 0 8px 3px 0;
  vertical-align: middle;
}
.page-city .header_area .like_button p {
  color: #16160e;
  font-size: 14px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .like_button p {
    text-align: center;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .like_button {
    background-color: #fff;
    display: inline-block;
    width: 200px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .header_area .like_button {
    position: relative;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 11px;
    margin: 0 16px;
    height: inherit;
  }
  .page-city .header_area .like_button img {
    display: inline-block;
    margin: 0 6px 2px 0;
  }
}
.page-city .header_area .like_button .points {
  float: right;
}
.page-city .header_area .like_btn {
  padding: 8px;
}
.page-city .header_area .like_btn:disabled {
  color: #16160e;
}
.page-city .header_area .ruby_wrap {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  color: #16160e;
}
.page-city .header_area .city-name__name-ruby {
  color: #16160e;
  font-size: 14px;
  font-weight: 400;
}
.page-city .header_area .city_wrapper a.hover ruby, .page-city .header_area .city_wrapper a.hover span, .page-city .header_area .city_wrapper a.hover .city-name__name-ruby, .page-city .header_area .city_wrapper a.hover.city-name__name-ruby {
  color: #1e50a2;
  text-decoration: underline;
}
.page-city .header_area .city_wrapper a.hover .photo,
.page-city .header_area .city_wrapper a.hover .icon {
  opacity: 0.8;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .header_area .link-wrapper {
    margin: 16px 16px 0;
  }
  .page-city .header_area .link-wrapper a.i-arrow {
    display: block;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .header_area .link-wrapper {
    min-height: 25px;
  }
  .page-city .header_area .link-wrapper a.i-arrow {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .header_area .award-label {
    margin: 0 16px 0 auto;
    min-width: 65px;
    height: 44px;
  }
}
.page-city .header_area .award-label img {
  vertical-align: middle;
  margin-bottom: 5px;
}
.page-city .header_area .award-label a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .section-gray {
    padding: 24px 16px 16px 16px;
    border-bottom: #f6f6f6 16px solid;
    position: relative;
  }
  .page-city .section-gray h3 {
    font-size: 14px;
  }
  .page-city .section-gray:after {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .section-gray {
    margin-bottom: 80px;
    margin-top: 32px;
  }
  .page-city .section-gray.city {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .section-gray._close:first-of-type .inner_narrow {
    height: 520px;
    overflow: hidden;
    position: relative;
  }
}
.page-city .section-gray.banner {
  margin-top: 0;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .section-gray.banner {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.page-city .section-gray.banner a:hover {
  opacity: 0.8;
}
.page-city .section-gray.banner .note {
  margin-top: 8px;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .section-gray.banner img {
    width: 100%;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .section-gray.saigai {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .section-gray.point {
    margin-bottom: 32px;
  }
}
.page-city .headding-donation .txt-h1,
.page-city .headding-donation .txt-sub {
  margin-top: 28px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .headding-donation {
    margin-top: 64px;
  }
}
.page-city .form-donation,
.page-city .form-point {
  margin-top: 40px;
}
.page-city .form-donation__charge .txt,
.page-city .form-point__charge .txt {
  margin: 8px 0 0;
}
.page-city .form-donation__charge .input-wrap,
.page-city .form-point__charge .input-wrap {
  margin-top: 24px;
}
.page-city .form-donation__charge .input-wrap .form_entry,
.page-city .form-point__charge .input-wrap .form_entry {
  width: auto;
  text-align: right;
}
.page-city .form-donation__select,
.page-city .form-point__select {
  margin-top: 40px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .form-donation__charge .lyt-input,
.page-city .form-point__charge .lyt-input {
    overflow: hidden;
  }
  .page-city .form-donation__charge .lyt-input .input-wrap,
.page-city .form-point__charge .lyt-input .input-wrap {
    float: left;
  }
  .page-city .form-donation__charge .lyt-input .usepoint_total,
.page-city .form-point__charge .lyt-input .usepoint_total {
    float: right;
  }
  .page-city .form-donation__charge .lyt-input .txt-sub,
.page-city .form-point__charge .lyt-input .txt-sub {
    margin-top: 8px;
    text-align: right;
  }
  .page-city .form-donation__charge .input-wrap,
.page-city .form-point__charge .input-wrap {
    margin-top: 8px;
  }
  .page-city .form-donation__button,
.page-city .form-point__button {
    margin-top: 80px;
  }
}
.page-city .headding-point .txt {
  margin-top: 28px;
}
.page-city .point-rule {
  word-wrap: break-word;
}
.page-city .point-rule__text {
  margin-top: 40px;
}
.page-city .point-rule__img {
  margin-top: 20px;
}
.page-city .point-rule__link {
  margin-top: 16px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .point-rule_text {
    margin-top: 48px;
  }
  .page-city .point-rule__img {
    margin-top: 48px;
  }
}
.page-city .donate_performance {
  border: solid 2px #f6f6f6;
  border-radius: 4px;
}
.page-city .donate_performance tr {
  border-top: solid 2px #f6f6f6;
}
.page-city .donate_performance th.left,
.page-city .donate_performance td.left {
  text-align: left;
  border: none;
  width: 70%;
  padding: 16px 8px 16px 32px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .donate_performance th.left,
.page-city .donate_performance td.left {
    padding: 16px 6px 16px 16px;
    width: 50%;
  }
}
.page-city .donate_performance th.right,
.page-city .donate_performance td.right {
  text-align: left;
  border: none;
  width: 30%;
  padding: 16px 32px 16px 8px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .donate_performance th.right,
.page-city .donate_performance td.right {
    padding: 16px 16px 16px 6px;
    width: 50%;
  }
}
.page-city .donate_performance span.amount {
  display: block;
}
.page-city .table-points {
  margin-top: 20px;
  border: solid 2px #f6f6f6;
  border-radius: 4px;
}
.page-city .table-points tr {
  border-top: solid 2px #f6f6f6;
}
.page-city .table-points th.left,
.page-city .table-points td.left {
  text-align: left;
  border: none;
  width: 50%;
  padding: 16px 8px 16px 32px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .table-points th.left,
.page-city .table-points td.left {
    width: 30%;
    padding: 16px 6px 16px 16px;
  }
}
.page-city .table-points th.right,
.page-city .table-points td.right {
  text-align: left;
  border: none;
  width: 50%;
  padding: 16px 32px 16px 8px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .table-points th.right,
.page-city .table-points td.right {
    width: 70%;
    padding: 16px 16px 16px 6px;
  }
}
.page-city form {
  background-color: #fff;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.page-city form:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city form {
    position: relative;
  }
  .page-city form:nth-child(4) {
    width: 49%;
    height: 206px;
    margin-right: 2%;
    float: left;
  }
  .page-city form:nth-child(5) {
    width: 49%;
    height: 206px;
    padding-bottom: 8px;
    float: left;
  }
}
.page-city form .poin-change {
  background-color: #f6f6f6;
  color: #6b6b6b;
  margin: 0 auto 32px;
  padding: 16px;
  text-align: left;
  font-size: 11px;
}
.page-city .btn_back-area {
  display: inline-block;
  margin: 8px 0 16px 16px;
  font-size: 14px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .btn_back-area {
    margin: 16px 0 16px;
  }
}
.page-city a.btn_back-area {
  color: #1e50a2;
}
.page-city .citygoods__nav {
  border-bottom: #f6f6f6 16px solid;
  position: relative;
}
.page-city .citygoods__nav::after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .citygoods .pagination {
    background-color: #f6f6f6;
    margin: 0;
    padding: 24px 0;
    position: relative;
  }
  .page-city .citygoods .pagination::before {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .citygoods {
    margin-top: 32px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: #e5e5e5 1px solid;
  }
  .page-city .citygoods__nav {
    display: none;
  }
  .page-city .citygoods__nav::after {
    display: none;
  }
}
.page-city .citygoods_goods {
  padding: 24px 16px 16px 16px;
  overflow: hidden;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .citygoods_goods {
    padding: 0;
    margin-bottom: 24px;
  }
}
.page-city .topics {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
  max-height: 120px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics {
    padding: 0 0 16px 0;
    max-height: inherit;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics .city_info {
    overflow: hidden;
    display: block;
    transition: height 0.5s ease;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics .city_info tr {
    display: block;
    margin-top: 1em;
  }
}
.page-city .topics th,
.page-city .topics td {
  padding-top: 1em;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics th,
.page-city .topics td {
    display: block;
  }
}
.page-city .topics th {
  font-weight: bold;
  padding-right: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics th {
    font-size: 12px;
    color: #6b6b6b;
    border-top: 1px solid #e1e1e1;
  }
}
.page-city .topics td {
  word-break: break-all;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics td {
    padding-top: 0;
  }
}
.page-city .topics tr:first-child th,
.page-city .topics tr:first-child td {
  padding-top: 0;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics tr:first-child th,
.page-city .topics tr:first-child td {
    border-top: 0;
    margin-top: 0;
  }
}
.page-city .topics strong {
  display: block;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .topics strong {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
}
.page-city .topics--more {
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .topics--more {
    display: none;
  }
}
.page-city .topics--more button {
  background: none;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
}
.page-city .topics--more span {
  content: "";
  display: block;
  background: #6b6b6b;
  width: 40px;
  height: 40px;
  margin: 8px auto 0;
  border-radius: 50%;
  position: relative;
}
.page-city .topics--more span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-city .articles ul {
  overflow: hidden;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .articles ul {
    margin-bottom: 32px;
  }
}
.page-city .articles li {
  width: 244px;
  border-radius: 5px;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 32px;
  margin-bottom: 0;
  float: left;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .articles li {
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-bottom: #E5E5E5 1px solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.page-city .articles li:nth-child(3n) {
  margin-right: 0;
}
.page-city .articles li a {
  display: block;
}
.page-city .articles li a:hover .photo {
  opacity: 0.8;
}
.page-city .articles li a:hover .texts p {
  color: #1e50a2;
  text-decoration: underline;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .articles .photo {
    width: 30%;
    float: left;
  }
}
.page-city .articles .photo img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .articles .photo img {
    border-radius: 5px;
  }
}
.page-city .articles .texts {
  padding: 16px 0 0;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .articles .texts {
    width: 65%;
    float: right;
    padding: 0;
  }
}
.page-city .articles p {
  font-size: 14px;
}
.page-city .articles .date {
  color: #767676;
  margin-top: 0.3em;
}
.page-city .title-m {
  margin-bottom: 16px;
}
.page-city .title-m .icon {
  margin-right: 10px;
}
.page-city .button-more {
  text-align: center;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .button-more a {
    color: #ad0003;
    font-size: 14px;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .button-more a:hover {
    opacity: 0.9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
  .page-city .button-more a:active {
    opacity: 1;
    box-shadow: none;
  }
}
.page-city .text-image {
  overflow: hidden;
}
.page-city .text-image .text-image-left {
  float: left;
  width: 520px;
  word-break: break-all;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .text-image .text-image-left {
    float: none;
    width: auto;
  }
}
.page-city .text-image .text-image-right {
  float: right;
  width: 244px;
  word-break: break-all;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .text-image .text-image-right {
    margin-top: 1em;
    float: none;
    width: auto;
  }
}
.page-city .text-image p {
  font-size: 14px;
  margin-top: 1em;
}
.page-city .text-image p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .text-image figure {
    text-align: center;
  }
}
.page-city .text-image figure img {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  max-width: 100%;
  box-sizing: border-box;
}
.page-city .text-image figure figcaption {
  margin-top: 0.5em;
}
.page-city .text-image table {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .text-image table {
    font-size: 14px;
  }
}
.page-city .text-image table th {
  min-width: 5em;
  box-sizing: border-box;
}
.page-city .text-image a {
  color: #1e50a2;
}
.page-city .list-line-col3 {
  font-size: 0;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
  }
}
.page-city .list-line-col3 li {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  min-height: 9.5em;
  font-size: 16px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 li {
    width: 50%;
    font-size: 13px;
  }
  .page-city .list-line-col3 li:nth-child(2n) {
    border-right: 1px solid #e0e0e0;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .page-city .list-line-col3 li:nth-child(1), .page-city .list-line-col3 li:nth-child(2), .page-city .list-line-col3 li:nth-child(3) {
    border-top: 0;
  }
  .page-city .list-line-col3 li:nth-child(3n+1) {
    border-left: 0;
  }
}
.page-city .list-line-col3 .title {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .title {
    font-size: 14px;
  }
}
.page-city .list-line-col3 .number {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .number {
    font-size: 16px;
    margin-top: 5px;
  }
}
.page-city .list-line-col3 .number span {
  font-size: 0.8em;
}
.page-city .list-line-col3 .ave {
  font-size: 13px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .ave {
    font-size: 12px;
  }
}
.page-city .list-line-col3 .note {
  margin-top: 15px;
  color: #999;
  font-size: 14px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .note {
    font-size: 12px;
    margin-top: 5px;
  }
}
.page-city .list-line-col3 .contain-ave .number {
  margin-top: 5px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .contain-ave .number {
    margin-top: 0;
  }
}
.page-city .list-line-col3 .contain-ave .note {
  margin-top: 5px;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city .list-line-col3 .contain-ave .note {
    margin-top: 0;
  }
}
.page-city .like_btn.active img {
  -webkit-animation: beat 0.4s ease-in-out;
          animation: beat 0.4s ease-in-out;
}
.page-city .like_btn {
  display: block;
  text-align: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
  width: 100%;
}
.page-city .like_btn img {
  -webkit-animation: blink 0.4s ease;
          animation: blink 0.4s ease;
}
.page-city .like_btn.active > span:last-of-type {
  display: inline;
}
.page-city .secondaryblack a {
  color: #1e50a2;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .page-city #search-mid {
    border-top: #f6f6f6 1px solid;
  }
  .page-city #search-mid::before {
    top: 0;
  }
}
.page-city .no_goods {
  border-radius: 2px;
  padding: 40px;
  text-align: center;
  border: dotted 2px #e5e5e5;
  color: #c0c0c0;
}
.page-city .no_goods img {
  margin: 0 0 16px 0;
}
.page-city .useway--choosed {
  padding: 16px;
  border: #d8ebd5 2px solid;
  border-radius: 4px;
  overflow: hidden;
}
.page-city .useway--choosed_title {
  color: #3b9a2b;
  margin-bottom: 12px;
  padding-left: 24px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.page-city .useway--choosed_title:before {
  display: block;
  content: "";
  width: 15px;
  height: 7px;
  border-width: 0 0 3px 3px;
  border-color: #3b9a2b;
  border-style: solid;
  position: absolute;
  top: 2px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal-soumusho dt {
  font-weight: bold;
  margin-top: 16px;
}
#modal-soumusho dd a {
  color: #1e50a2;
}
#modal-soumusho dd a:hover {
  text-decoration: underline;
}

.amount_slider .btn-sld {
  top: 28px;
}

.prince-links {
  background-color: #f6f6f6;
}
.prince-links ul {
  display: flex;
}
.prince-links li {
  flex-basis: 33.3333333333%;
}
.prince-links li a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #1e50a2;
  padding: 5px 0;
  position: relative;
}
.prince-links li a:hover {
  text-decoration: underline;
}
.prince-links li a:before {
  content: "";
  background-image: url(/img/icon_arrow_anchor_blue.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  position: relative;
  top: -0.1em;
}
.prince-links li a:after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 8px;
}
.prince-links li:first-child a:after {
  display: none;
}

.sec-normal {
  padding: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .sec-normal {
    padding: 0;
  }
}

.card-product__subtitle {
  background-color: transparent;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .card-product__subtitle {
    margin: 12px 0;
  }
}
.card-product__subtitle-inner {
  padding: 0;
}

.card-product__txt {
  max-height: 6em;
}

.card-product__text,
.card-product__contents .lst-icon {
  display: block;
}

.u-modal__content {
  max-height: calc(100vh - 200px);
}