@charset "EUC-JP";

.furusato-city-name {
  font-size: 24px;
  font-family: Hiragino Kaku Gothic ProN;
  line-height: 25px;
  margin-bottom: 20px;
}

/******* Json�б�����ƥ�� Start **************/
.cols-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cols-container li {
  padding-bottom: 30px;
  width: calc(1/3*100% - (1 - 1/3)*10px);
}

li .thumbnail img,
li .thumbnail img,
li .thumbnail img {
  width: 100%;
}

.thumbnail {
  position: relative;
}

.table-row {
  padding: 0 8px;
}

.thumb-icon-circle {
  position: absolute;
  top: 7px;
  right: 30px;
}

.thumb-icon-stamp {
  position: absolute;
  top: 7px;
  right: 7px;
}

.three-cols-wrapper {
  display: table;
  width: 100%;
  padding-top: 8px;
}

.col-icon-img {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding-left: 8px;
}

.col-icon-img img {
  width: 28px;
  height: 28px;
}

.col-town-name {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  padding-left: 4px;
}

.col-town-name .kanji {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.col-town-name .furigana {
  font-size: 10px;
  color: #828282;
}

.col-icon-arrow {
  display: table-cell;
  vertical-align: middle;
  width: 5%;
  padding-right: 8px;
}

.col-icon-arrow a {
  width: 12px;
  display: inline-block;
}

.icon-arrow {
  border: solid #828282;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.disabled .icon-arrow {
  visibility: hidden;
}

.thumbnail-text {
  padding: 8px 8px 0 8px;
  font-size: 12px;
}

a.thumbs-link-wrapper {
  display: block;
}

a.thumbs-link-wrapper:hover {
  text-decoration: none !important;
}

a.thumbs-link-wrapper:hover .kanji {
  color: #bf0000 !important;
}

.disabled .thumbs-link-wrapper {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.disabled-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
}

.disabled-text {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
}

/******* Json�б�����ƥ�� End  **************/

.grey-box-container {
  background: #F7F7F7;
  padding: 16px;
  margin-bottom: 40px;
}

.grey-box-cols {
  display: table;
  width: 100%;
}

.icon-col {
  padding-right: 4px;
}

.text-col {
  font-size: 12px;
}

.icon-col,
.text-col {
  display: table-cell;
}

.icon-download-grey {
  background: url("/furusato/_pc/img/area/svg-icon/svg-icon-download-grey.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

.icon-stamp-grey {
  background: url("/furusato/_pc/img/area/svg-icon/svg-icon-stamp-grey.svg");
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
}


.grey-box-row:first-child {
  margin-bottom: 10px;
}

.warning-message {
  font-size: 11px;
  margin-bottom: 40px;
  text-align: right;
}

.city-gift-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.riItemBlock .riItem {
  margin-bottom: 0 !important;
}

.riItemBlock .riShopName {
  margin-bottom: 20px !important;
}

/******* �ϰ褫��õ�� Start **************/

.area-search-container {
  margin-bottom: 20px;
}

.area-search-heading {
  font-size: 24px;
  color: #333333;
  font-family: Hiragino Kaku Gothic ProN;
  line-height: 25px;
  margin-bottom: 30px;
}

.cols-container-2 li.area-block {
  width: 100%;
  display: table;
  padding: 7px 0px;
  border-top: 1px solid #EBEBEB;
  color: #333333;
}

.cols-container-2 li.area-block:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.col-left-area {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
  border-right: 1px dotted #D1D1D1;
  display: table-cell;
  vertical-align: middle;
}

.col-right-cities {
  width: 80%;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}

.col-right-cities ul {
  font-size: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-right-cities ul li {
  margin-right: 15px;
  font-size: 13px;
}

.col-right-cities ul li a {
  color: #333 !important;
}

#link-color .disabled a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #D1D1D1 !important;
}

#link-color .col-right-cities ul li a:hover {
  color: #bf0000 !important;
}

.map-bg-img {
  background: url("https://r.r10s.jp/evt/event/furusato/_pc/img/area/map-img/202505_map.png") no-repeat 93% 60%;
}

/******* �ϰ褫��õ�� End **************/

/**** Search ****/
.search-container {
  position: relative;
  width: 50%;
  margin: auto;
  padding-bottom: 25px;
}

.search-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
}

input.search-box {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0 15px 0 46px;
  font-size: 14px;
  border: 1px solid #D1D1D1;
  outline: none;
}


input.search-box:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
}

input.search-box:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
  color: #9C9C9C;
}

input.search-box:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
  color: #9C9C9C;
}

input.search-box:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
  color: #9C9C9C;
}

.search-icon {
  position: absolute;
  top: 15px;
  left: 14px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("/furusato/_pc/img/area/svg-icon/svg-icon-search.svg");
}

/**** / Search ****/

.js-searchFilter .is-filtered {
  display: none;
}

.js-searchFilter .searchFilter__noItem {
  display: none;
  height: 60px;
  margin: -18px 0 0;
  text-align: center;
  font-size: 16px;
}

.js-searchFilter.js-searchFilter--noItem .searchFilter__noItem {
  display: block;
}

.jichitai-container {
  padding-bottom: 35px;
}

.jichitai-container hr {
  border-top: 1px solid #ccc;
}

.jichitai-heading-section {
  display: table;
  padding-bottom: 7px;
  width: 100%;
}

.jichitai-heading {
  font-size: 16px;
  display: table-cell;
  vertical-align: bottom;
}

.jichitai-title {
  padding-right: 3px;
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 13px;
}


.jichitai-title a {
  color: #333333 !important;
}

.icon-arrow {
  position: relative;
  bottom: 2px;
  border: solid #828282;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.jichitai-city-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 25px;
}

.jichitai-city-wrapper li {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-download .icon-download-grey,
.no-stamp .icon-stamp-grey {
  display: initial;
  margin-top: 4px;
}

.city-name-text {
  padding-right: 4px;
}

.city-name-text a {
  color: #333333 !important;
  font-size: 12px;
  line-height: 22px;
}

.jichitai-city-wrapper li.suspended .city-name-text a {
  pointer-events: none;
  color: #cccccc !important;
}


.city-name-text a:hover,
.jichitai-title a:hover {
  color: #bf0000 !important;
}

.icon {
  padding-right: 5px;
  display: none;
}

/** ���륳�� **/
.furusato-alcol-wrapper > .riItemBlock._700 {
  margin-bottom: 0;
}
