@charset "utf-8";
/* CSS Document */
.header-note__box {
  background: #161e31;
}
.header-note__inner {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 10px;
}
.header-note__txt {
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.header-note__item {
  flex-grow: 1;
}
.header-note__item a {
  color: #fff;
  text-align: center;
  display: block;
}
.header-note__subbox {
  display: flex;
  width: 19%;
  justify-content: space-between;
}
.header-note__subbox p:first-child{
  border-right: solid 1px #fff;
}
.top-news__ttl {
  text-align: center;
  font-size: 22px;
  background: #C1F0FC;
  padding: 10px 0;
  margin-bottom: 30px;
}
.top-news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-news__item {
  width: 49%;
  background:url(../images/top-news-bk.png);
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.top-news__img a img {
    width: 260px;
    position: absolute;
    top: -30px;
}
.top-news__img {
    width: 260px;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.top-news__box {
    width: 58%;
    padding: 25px 28px;
    box-sizing: border-box;
    position: relative;
}
.top-news__box-day {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: right;
    float: right;
}
.top-news__box-tit a {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.top-news__box-note {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.top-news__box-item {
    display: block;
}
.top-news__box-map {
    margin-bottom: 5px;
    clear: both;
}
.top-news__box-money {
    font-size: 17px;
    font-weight: bold;
}
i.fas.fa-yen-sign {
    margin-right: 8px;
}
.top-news__box-train {
    margin-bottom: 5px;
    display: flex;
}
i.fas.fa-train {
    margin-right: 7px;
}
i.fas.fa-map-marker-alt {
    margin-right: 4.5px;
    font-size: 16px;
}
i.fas.fa-chevron-right {
    margin-left: 10px;
    font-size: 22px;
}
.top-news__box-btn {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-news__box-btn a img{
  width: 100%;
}
.top-news__box-btn a:hover{

}
.top-news__btn a {
    width: 43%;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #161E31;
    padding: 15px;
    display: block;
    font-size: 18px;
    background: #fff;
}
.top-news__btn a:hover{
    border: solid 2px #161E31;
    background: #161E31;
    color: #fff;
}


.top-blog__wrap{
  background:url(../images/top-blog-bk.png);
}
.top-blog__ttl {
    background: #161E31;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 30px;
}
.top-blog__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.top-blog__item{
  width: 300px;
  background: #fff;
}
.top-blog__img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.top-blog__img a img {
    width: 300px;
    position: absolute;
    top: -30px;
    border-radius: 0;
}
.top-blog__item-box {
    padding: 15px 15px 25px;
    line-height: 1.6em;
  position: relative;
}
.top-blog__item-ttl a {
    margin-bottom: 10px;
}

.top-blog__item-ttl a {
    font-size: 17px;
    font-weight: bold;
}

.top-news__box-btn--inline{
  display: inline-flex;
}
.top-news__box-btnicon {
    font-size: 18px;
    margin-left: 5px;
    display: block;
    padding-top: 1.5px;
}
.sec__inner {
    padding: 80px 0;
    width: 1280px;
    margin: 0 auto;
}
.top-news_inner {
    padding: 50px 0 80px;
}
.top-news__box-btnicon2 {
    margin-left: 10px;
    font-size: 21px;
    display: block;
    margin-top: -3px;
}
.top-blog__item-btn {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
}
/*メイン*/
.top-main {
  background: url(../images/top-main-bg.png);
  margin-top: 25px;
  background-size: contain;
}
.top-main__inner {
  width: 1108px;
  margin: 0 auto;
  padding: 0;
}
.top-main__img img {
  width: 100%;
  vertical-align: bottom;
}
.top-main__ttl {
  font-size: 28px;
  text-align: center;
  background:url(../images/top-main-search-bg.png);
  color: #fff;
  padding: 15px;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.top-main__ttl::before{
  content:url(../images/main-search-icon.png);
  margin-right: 25px;
  vertical-align: middle;
}
.top-tab-block__ttl {
  padding: 45px 10px;
  background: #D9EFFF;
  width: 16%;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rosen-tab-block__ttl{
  padding: 118px 10px;
  height: 260px;
}
.top-tab-block,.rosen-tab-block{
  display: flex;
  justify-content: space-between;
}
.top-tab-block__list {
  display: flex;
  flex-wrap: wrap;
  width: 83%;
  justify-content: space-between;
  align-content: space-between;
}
.rosen-tab-block__list {
  height: 240px;
  width: 100%;
}
.top-tab-block__item {
  width: 24%;
}
.top-tab-block__item a {
  padding: 13px 15px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: solid 2px #161E31 ;
}
.top-tab-block__item--short{
  width: 19%;
}
.top-tab-block__item--short a{
  padding: 0 25px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: solid 2px #161E31;
  height: 80px;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  align-items: center;
}
.top-tab-block__item--short .top-tab-block__link--mini {
  font-size: 14px;
  padding: 0 10px;
}
.setubi-tab-block__list{
  height: 260px;
  width: 100%;
}
.top-tab-block__link:hover{
  background: #161E31;
  color: #fff;
}
.top-tab-block__link:hover img{
  filter: invert(100%) brightness(100%) contrast(200%);
}
.top-tab-block__link{
  position: relative;
  background:url(../images/top-main-btnbg.png);
}
.top-tab-block__link:hover::after{
  content: "";
  background: url(../images/top-main-yajirushi_on.png);
  background-repeat: no-repeat;
}
.top-tab-block__link:after {
  content: "";
  background: url(../images/top-main-yajirushi.png);
  margin-left: 5px;
  position: absolute;
  right: 0.5em;
  display: inline;
  width: 9px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.top-tab-block__link span {
  font-size: 10.5px;
  margin-top: 2px;
}
.top-tab-block:first-child{
  border-bottom: dotted 1px;
  padding-bottom: 15px;
}
.top-tab-block:nth-child(2){
  padding-top: 15px;
}
.top-tab-block02__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-tab-block02__item {
  width: calc(95% / 6);
}
.top-tab-block02__item a {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
  border: solid 2px #161E31;
}
.top-tab-block02__list02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.top-tab-block02__item02 {
  width: calc(98% / 3);
}
.top-tab-block02__item02 a{
  padding: 15px 10px;
}
/*
.top-tab-block__pic span{
  display: block;
}
.top-tab-block__pic::before{
  content: "";
  margin-left: 5px;
  position: absolute;
  display: inline;
  width: 72px;
  height: 60px;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-salon::before{
 background: url(../images/search-salon-pic.png) no-repeat;

}
.icon-salon:hover::before{
  content: "";
  background: url(../images/search-salon-pic_on.png) no-repeat;
}
.icon-food::before{
  content: "";
  background: url(../images/search-food-pic.png) no-repeat;
  width: 47px;
}
.icon-food:hover::before{
  content: "";
  background: url(../images/search-food-pic_on.png) no-repeat;
}
.icon-shop::before{
  content: "";
  background: url(../images/search-shop-pic.png) no-repeat;
  width: 47px;
}
.icon-shop:hover::before{
  content: "";
  background: url(../images/search-shop-pic_on.png) no-repeat;
}

.icon-cafe::before{
  content: "";
  background: url(../images/search-cafe-pic.png) no-repeat;
  width: 55px;
}
.icon-cafe:hover::before{
  content: "";
  background: url(../images/search-cafe-pic_on.png) no-repeat;
}
*/
.top-tab-block02__item .top-tab-block__pic {
  display: flex;
  align-items:center;
  justify-content: center;
}
.top-tab-block__pic img{
  display: block;
  width: 100%; height: auto;
}
.top-main__box {
  display: flex;
  justify-content: space-between;
}
.top-main__search {
  width: 54%;
  background: #D9EFFF;
  padding: 20px 15px;
  text-align: center;
}
.top-main__search .kw_widget {
  width: 100%;
  margin: 0;
}
.top-main__btn {
  width: 42%;
  background: #D9EFFF;
  padding: 20px 15px;
  box-sizing: border-box;
}
.top-main__search #searchform {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.top-main__search .kw_widget input.field {
  padding: 15px 10px;
  width: 78%;
  font-size: 18px;
  font-weight:400;
  color: #666;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
}
.top-main__search .kw_widget input#searchsubmit {
  background: #161E31;
  border-radius:0 5px 5px 0;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 8px 27px;
  width: 23%;
}
.top-main__maplink a {
  background: #161E31;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height:initial;
  border: solid 2px #161E31;
}
.top-main__maplink span {
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.top-main__maplink a:hover{
  background: #fff;
  color: #161E31;
}
.top-main__maplink a::after{
  content: "";
  background:url(../images/map-link-yajirushi.png) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  position: absolute;
  width: 13px;
  height: 26px;
}
.top-main__maplink a:hover::after{
  content: "";
  background:url(../images/map-link-yajirushi_on.png) no-repeat;
}
.top-main__maplink a::before{
  content: url(../images/main-map-icon.png);
  margin-right: 15px;
  line-height: 7px;
  vertical-align: -5px;
}
.top-main__maplink a:hover::before{
  content: url(../images/main-map-icon_on.png);
}
/*メイン画像タブ切り替え*/
.top-tab *, .top-tab *:before, .top-tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-tab {
  position: relative;
  height: 370px;
}
.top-tab input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.top-tab .top-tab__box {
  display: none;
}
.top-tab > input:first-child:checked ~ .top-tab__cont > .top-tab__box:first-child,
.top-tab > input:nth-child(3):checked ~ .top-tab__cont > .top-tab__box:nth-child(2),
.top-tab > input:nth-child(5):checked ~ .top-tab__cont > .top-tab__box:nth-child(3){
  display: block;
}
.top-tab .top-tab__cont {
  position: absolute;
  top:0;
  left: 14%;
  display: block;
  width: 86%;
}
.top-tab > input + label {
  position: relative;
  z-index: 1;
  top:0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14%;
  padding: 35px 0;
  cursor: pointer;
  background: url(../images/top-main-search-bg.png);
  color: #fff;
  border-top: dotted 1px #fff;
  font-size: 20px;
  text-align: center;
  height: calc(100% / 3);
}

.top-tab > input + label:first-of-type {
  border-top: none;
}
.top-tab > label:hover,
.top-tab > input:focus + label {
  color: #00C8FC;
}
.top-tab > input:checked + label {
  background: #fff;
  color: #161E31;
  font-weight: bold;
}
.top-tab .top-tab__box {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  height: 370px;
}
.top-tab__txt {
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

/*header*/
.header-top {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.header-top__logo {
  width: 229px;
}
.header-top__logo img {
  width: 100%;
}

.header-top__box {
  width: 66%;
  display: flex;
  justify-content: space-between;
}
.header-btn__list {
  width: 34%;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.header-btn__item {
	width: 80px;
}
.header-btn__list--pc .header-btn__item{
	border: solid 3px #E0E1E3;
}
.header-btn__item.header-btn__favorite .header-btn__item--star {
    width: 80px;
    display: block;
}
.header-bun__favorite-note {
    width: 90px;
    text-align: center;
    padding: 4px 5px;
    font-size: 11px;
}
.header-bun__favorite-note span{
	color: #FF8433;
	font-weight: bold;
	font-size: 17px;
}
.header-btn__item {
    width: 28%;
}
.header-btn__favorite {
    width: 65%;
    display: flex;
    align-items: center;
}
.header-btn__item a {
  padding: 7px 10px;
  background: #E0E1E3;
  border-radius: 0;
  font-size: 11px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.header-btn__item a:hover{
  color: #161E31;
  opacity: 0.7;
}
.header-btn__item--star::before{
  content: "";
  background: url(../images/header-star.png) no-repeat;
  display: block;
  text-align: center;
  height: 22px;
  width: 17px;
  left: 0;
  right: 0;
  margin: auto;
}
.header-btn__item--time::before{
  content: "";
  background: url(../images/header-time.png) no-repeat;
  display: block;
  text-align: center;
  height: 22px;
  width: 18px;
  left: 0;
  right: 0;
  margin: auto;
}
.header-mail a::before{
  content: "";
  background: url(../images/header-mail.png) no-repeat;
  display: block;
  text-align: center;
  height: 22px;
  width: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.header-mail a {
  background: #FF8433;
  border-radius: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 10px;
}
.header-mail a:hover{
  color: #fff;
  opacity: 0.7;
}
.header-tel {
  padding-left: 15px;
}
.header-menu__list {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-menu__item {
    flex-grow: 1;
}
.header-menu__item a {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  line-height: 16px;
}
.header-menu__list li+li{
  border-left: solid 1px ;
}
.top-pickup_inner {
    padding: 0;
}
.top-pickup__ttl{
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0;
}
.top-pickup__ttl::before{
  content: url(../images/main-good-icon.png);
  margin-right: 7px;
  vertical-align: sub;
}
.fudohistory-btn__box{
  position: absolute;
  bottom: 0;
  width: 45px;
  right: 0;
}
.fudohistory-btn__box img{
  box-shadow: none!important;
  border-radius: 0!important;
}
.history__txt-box a {
    color: #000!important;
}
.history__txt-box a:hover {
    opacity: 0.7;
}
.history_txt a span {
    font-size: 14px;
}
.top-tab-block__list--w32::after{
	content:"";
	display:block;
	width: 32%;
	height:0;
}
.top-tab-block__item--w32{
	width: 32%;
}
@media screen and (max-width: 850px) {
  .header-top {
    width: 96%;
  }
  .header-top__box {
    width: 50%
  }
  .header-btn__list{
    width: 100%;
  }
  .header-mail {
    width: 24%;
  }
  .top-tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1000px;
    margin: 0 auto;
    background: #D9EFFF;
    padding: 15px 0 0;
  }
  .top-tab .top-tab__box{
    padding: 0;
    height: 840px;
  }
  .top-tab > input + label {
    font-size: 0.7em;
  }
  .top-tab .top-tab__cont {
    left: 7em;
    min-width: 7em;
  }
  .header-top__logo {
    width: 40%;
    padding-top: 5px;
  }
  .header-btn__item {
    width: 24%;
  }
  .header-btn__item a {
    padding: 0;
    background: none;
    width: 100%;
		position: relative;
  }
  .header-mail a{
    padding: 0;
    background: none;
    width: 100%;
  }
  .header-mail a::before {
    background: none;
    display: none;
    text-align: center;
  }
  .header-btn__item--star::before {
    background: none;
    display: none;
    text-align: center;
  }
  .header-btn__item--time::before {
    background: none;
    display: none;
    text-align: center;
  }
  .menu_btn {
  }
  .menu_btn::before{
    background: none;
    display: none;
    text-align: center;
  }
  .header-menu__item a {
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 80px;
    font-size: 30px;
    border-radius: 0;
		padding: 5px 0;
  }
  .header-menu__list li+li {
    border-left:none;
  }
  .header-menu__item {
		border-bottom: solid 1px #161E31;
  }
  .top-main {
    background: none;
    margin-top: 0;
  }
  .top-main__ttl{
    background: none;
    color: #161e31;
    font-weight: bold;
  }
  .top-main__ttl::before {
      content: "";
      background: url(../images/main-search-icon_sp.png) no-repeat;
      margin-right: 12px;
      vertical-align: middle;
      width: 38px;
      height: 40px;
      background-size: 33px;
      text-align: center;
      display: inline-flex;
  }
  .top-main__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .top-tab .top-tab__cont {
    width: 100%;
    min-width: 100%;
    left: 0;
    top: 113px;
    background: #fff;
    padding: 20px 3%;
  }
  .top-tab > input + label {
    position: relative;
    z-index: 1;
    top:0;
    left: 1px;
    display: block;
    width: 28%;
    padding: 30px 0;
    cursor: pointer;
    background: #161E31;
    color: #fff;
    border-top: dotted 1px #fff;
    font-size: 20px;
    text-align: center;
    height: 100px;
  }
  .top-tab__txt {
    border-bottom: solid 2px;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 22px;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .top-tab > input + label:first-of-type {
    margin-left: 3%;
  }
  .top-tab > input + label:last-of-type {
    margin-right: 3%;
  }
  .top-main__box{
    background: #D9EFFF;
    display: block;
    padding: 20px;
  }
  .top-tab-block__ttl {
    width: 100%;
    font-size: 30px;
    padding: 5px 0;
    background: #eff8ff;
    margin-bottom:20px;
    height: auto;
  }
  .top-tab-block,.rosen-tab-block{
    display: block;
  }
  .top-tab-block__list{
    width: 100%;
  }
  
  .top-tab-block__item {
    width: 32%;
  }
  .top-tab-block__item:nth-of-type(n+4){
    margin-top: 10px;
  }
  .top-tab-block:first-child{
    border-bottom: none;
  }
  .top-tab-block02__list {
    flex-wrap: wrap;
  }
  .top-tab > input + label{
    border: none;
  }
  .top-tab-block__item a{
    font-size:26px;
    border: solid 3px #161E31;
  }
  .top-tab-block02__item{
    width: calc(96% / 3);
  }
  .top-tab-block02__item:nth-of-type(n+4){
    margin-top: 2%;
  }
  .top-tab-block02__item a{
    border: solid 3px #161E31;
    font-size: 28px;
  }
  .top-tab-block02__list02{
    justify-content: space-between;
  }
  .top-tab-block02__item02{
    width: calc(96% / 3);
  }
  .top-tab-block02__item02 a{
    font-size: 22px;
  }
  .top-tab-block02__item02 a:before {
    background: none;
  }
  .top-tab-block__pic img{
    width: 70%;
  }
/*
  .top-tab-block__pic::before {
    background-size: 100px;
    width: 100px;
    height: 64px;
    margin-top: 9px;
  }
  .top-tab-block02__item .icon-shop::before {
    background-size: 76px;
    width: 73px;
    height: 70px;
    margin-top: 5px;
  }
  .top-tab-block02__item:last-of-type a:hover::before {
    content: "";
    background-size: 76px;
    width: 73px;
    height: 70px;
    margin-top: 5px;
  }
  .top-tab-block02__item:first-of-type a::before {
    background-size: 69px;
    height: 67px;
    width: 69px;
    margin-top: 8px;
  }
  .top-tab-block02__item .top-tab-block__pic{
    font-size: 28px;
  }
*/
  .top-tab-block__item--short .top-tab-block__link--mini{
    font-size: 26px;
  }
/*
  .top-tab-block__link span {
    font-size: 22px;
    display: block;
    margin-top: 0.5px;
    line-height: 32px;
  }
  .top-tab-block02__item .top-tab-block__pic {
    padding-top: 96px;
    line-height: 1.2em;
  }
*/
  .top-tab-block__link:after {
    content: "";
    background: url(../images/top-main-yajirushi_sp.png);
    margin-left: 5px;
    position: absolute;
    right: 0.5em;
    display: inline;
    width: 13px;
    height: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .top-main__search,.top-main__btn{
    width: 100%;
    padding: 0;
  }
  .top-main__search {
    margin-bottom: 15px;
  }
  .top-main__search .kw_widget input.field {
    font-size: 24px;
    padding: 25px 10px;
    line-height: 18px;
    margin: 0;
  }
  .top-main__search .kw_widget input#searchsubmit {
    font-size: 28px;
    line-height: 24px;
    margin: 0;
  }
  .top-tab-block__list::after{
    content:"";
    display: block;
    width: 32%;
  }
  .top-main__maplink a {
    font-size: 28px;
    padding: 20px 0;
  }
  .top-main__maplink a::after {
    content: "";
    background: url(../images/map-link-yajirushi_sp.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
    position: absolute;
    width: 15px;
    height: 31px;
    background-size: 16px;
  }
  .top-tab-block02__item:first-of-type a:hover::before {
    content: "";
    background-size: 69px;
    height: 67px;
    width: 69px;
    margin-top: 8px;
  }
  .top-tab-block__pic:hover::before {
    content: "";
    background-size: 100px;
    width: 100px;
    height: 64px;
    margin-top: 9px;
  }
  .icon-cafe::before {
    background-size: 80px;
    width: 80px;
    height: 59px;
    margin-top: 13px;
  }
  .icon-cafe:hover::before {
    background-size: 80px;
    width: 80px;
    height: 59px;
    margin-top: 13px;
  }
  .header-note__txt {
    font-size: 18px;
    padding-left: 20px;
  }
	.header-btn__item--star-number {
    position: absolute;
    font-size: 30px;
    line-height: 50px;
    vertical-align: middle;
    top: -17px;
    left: -17px;
    color: #fff;
    font-weight: bold;
    /* border: solid; */
    background: red;
    border-radius: 50px;
    width: 50px;
    height: 50px;
	}
	.top-news__box-tit a{
		font-size: 28px;
	}
	.top-news__box-note{
		font-size: 24px;
	}
	.top-main__maplink span{
		font-size: 24px;
	}
}