.town_list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  padding-bottom: 0.90rem;
}

@media screen and (max-width: 599px) {
  .town_list_wrap {
    display: block;
    margin: 0;
    padding-bottom: 0.50rem;
  }
}

.town_list_wrap .town_box {
  width: calc(100% / 3);
  padding: 0 0.15rem;
  box-sizing: border-box;
  margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box {
    width: 100%;
    padding: 0;
  }
}

.town_list_wrap .town_box .town_name {
  background-color: #00913a;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 0.26rem;
  font-weight: 700;
  padding: 0.15rem;
  border-radius: 0.06rem 0.06rem 0 0;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .town_name {
    font-size: 0.20rem;
    padding: 0.12rem;
  }
}

.town_list_wrap .town_box .info_wrap {
  background-color: rgba(255,255,255,0.9);
  padding: 0.20rem;
  text-align: center;
  border-radius: 0 0 0.06rem 0.06rem;
  border: 1px solid #00913a;
  min-height: 1.60rem;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap {
    padding: 0.20rem;
    min-height: auto;
  }
}

.town_list_wrap .town_box .info_wrap .fee_title {
  font-size: 0.16rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.07rem;
  border-bottom: 1px solid #00913a;
  margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .fee_title {
    font-size: 0.14rem;
    padding-bottom: 0.04rem;
    margin-bottom: 0.10rem;
  }
}

.town_list_wrap .town_box .info_wrap .fee {
  font-size: 0.26rem;
  padding: 0.15rem 0;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .fee {
    font-size: 0.22rem;
    padding: 0.10rem 0;
  }
}

.town_list_wrap .town_box .info_wrap .fee span {
  font-size: 0.18rem;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .fee span {
    font-size: 0.15rem;
  }
}

.town_list_wrap .town_box .info_wrap .fee .caption {
  font-size: 0.16rem;
  font-weight: 500;
  padding-top: 0.10rem;
}

.town_list_wrap .town_box .info_wrap .more_link {
  padding-top: 0.20rem;
  max-width: 2.50rem;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .more_link {
    padding-top: 0.10rem;
    max-width: 2.00rem;
  }
}

.town_list_wrap .town_box .info_wrap .more_link a {
  font-family: 'M PLUS 1p', sans-serif;
  display: block;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0;
  color: #FFF;
  padding: 0.20rem 0 0.22rem;
  border-radius: 0.40rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .more_link a {
    font-size: 0.15rem;
  }
}

.town_list_wrap .town_box .info_wrap .more_link a span {
  position: relative;
  display: inline-block;
  padding-right: 0.20rem;
}

.town_list_wrap .town_box .info_wrap .more_link a span::after {
  content: "";
  width: 0.20rem;
  height: 0.11rem;
  background-image: url(../common/img/icon_newwin_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.town_list_wrap .town_box .info_wrap .more_link a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.town_list_wrap .town_box .info_wrap .more_link a.soon {
  background-color: #CCC;
}

.town_list_wrap .town_box .info_wrap .more_link a.soon:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* 問い合わせテキスト */
.town_list_wrap .town_box .info_wrap .toiawase_text {
  padding-top: 0.10rem;
  text-align: center;
  font-size: 0.15rem;
  line-height: 1.65;
}

@media screen and (max-width: 599px) {
  .town_list_wrap .town_box .info_wrap .toiawase_text {
    font-size: 0.13rem;
  }
}

.town_list_wrap .town_box .info_wrap .toiawase_text a {
  color: #00913a;
  pointer-events: initial;
}