@charset "utf-8";

/* carwash award */

/* =================================================================================== */
/* Common */
/* =================================================================================== */

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  line-height: 1.3 !important;
}

.bg-red {
  background: #bf0000;
}

.bg-orange {
  background: #f59600;
}

.bg-green {
  background: #00b900;
}

.bg-blue-l {
  background: #00a0f0;
}

.bg-blue {
  background: #002896;
}

.bg-purple {
  background: #7d00be;
}

.bg-pink {
  background: #ff41be;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media all and (min-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.conPrl16 {
  padding: 0 16px;
}

@media all and (min-width:960px) {
  .conPrl16 {
    padding: 0;
  }
}

.rc-main {
  letter-spacing: 1px;
  overflow: hidden;
}

.rc-footer {
  padding-top: 0;
}

/*---------------Ttl---------------*/
h2.Ttl {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background: url(//carservice.r10s.jp/img/carwash/award/2025/title_line_sp.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

h2.Ttl span {
  font-size: 14px;
  display: inline-block;
}

.TtlIcon {
  text-align: center;
}

.TtlIcon img {
  height: 32px;
}

@media all and (min-width:768px) {
  h2.Ttl {
    font-size: 50px;
    background: url(//carservice.r10s.jp/img/carwash/award/2025/title_line_pc.png) no-repeat;
    background-position: bottom center;
    background-size: 95% auto;
  }

  h2.Ttl span {
    font-size: 18px;
  }

  .TtlIcon img {
    height: 44px;
  }
}

/*--------------- areaRank---------------*/
.areaRank {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

.areaRank .Inner dl {
  border-bottom: 1px solid #fff;
  width: 100%;
}

.areaRank .Inner dl dt {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  position: relative;
}

.areaRank .Inner dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.areaRank .Inner dl dt.open::after {
  transform: rotate(180deg);
  top: 45%;
}

.areaRank .Inner dl dd {
  display: none;
  margin-bottom: 15px;
}

.areaRank_link .list {
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.areaRank_link .list:last-child {
  border-bottom: 0;
}

.areaLink {
  display: block;
  padding: 10px 8px 8px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.areaLink:hover {
  color: #00B900;
}

.areaLink::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  rotate: -45deg;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media all and (min-width:768px) {
  .areaRank .Inner {
    width: 100%;
    height: auto;
    background: url(//carservice.r10s.jp/img/carwash/award/2023/bg_arearank_map.png) no-repeat;
    background-size: 280px auto;
    background-position: right bottom;
  }

  .areaRank .Inner dl {
    display: flex;
  }

  .areaRank .Inner dl:last-child {
    border-bottom: 0;
  }

  .areaRank .Inner dl dt {
    display: inline-block;
    font-size: 24px;
    width: 23%;
    padding: 16px 0 12px;
  }

  .areaRank .Inner dl dt::after,
  .areaLink::after {
    display: none;
  }

  .areaRank .Inner dl dd {
    display: block;
    padding: 10px;
    margin-bottom: 0;
  }

  .areaRank_link {
    display: flex;
  }

  .areaRank_link .list {
    margin: 0 8px 0 0;
    border-bottom: 0;
  }

  .areaLink {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    background: #fff;
    border-radius: 3px;
  }

  .areaLink:hover {
    color: #00B900;
  }
}

/*--------------- Municipality---------------*/
.Municipality {
  width: 100%;
  height: auto;
  color: #fff;
}

.Municipality h2 {
  color: #fff;
}

.Municipality_inner {
  max-width: 960px;
  margin: 0 auto;
}

.MunicipalityTabMenu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.MunicipalityTabMenu li {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 25%;
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.MunicipalityTabMenu li:nth-child(5),
.MunicipalityTabMenu li:nth-child(6),
.MunicipalityTabMenu li:nth-child(7),
.MunicipalityTabMenu li:nth-child(8) {
  border-bottom: 1px solid #fff;
}

.MunicipalityTabMenu li:first-child,
.MunicipalityTabMenu li:nth-child(5) {
  border-left: 1px solid #fff;
}

.MunicipalityTabMenu li.active {
  color: #ffffff;
}

.MunicipalityTabMenu.red li.active {
  background: #bf0000;
}

.MunicipalityTabMenu.orange li.active {
  background: #f59600;
}

.MunicipalityTabMenu.green li.active {
  background: #00b900;
}

.MunicipalityTabMenu.blue-l li.active {
  background: #00a0f0;
}

.MunicipalityTabMenu.blue li.active {
  background: #002896;
}

.MunicipalityTabMenu.purple li.active {
  background: #7d00be;
}

.MunicipalityTabMenu.pink li.active {
  background: #ff41be;
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.MunicipalityTabMenu li p {
  width: 100%;
  height: auto;
  text-align: center;
}

.content-area {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(204, 204, 204, .5);
  padding: 1px 10px 15px 15px;
}

.prefecturesName {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  position: relative;
  margin-top: 20px;
}

.content-area.red .prefecturesName {
  color: #bf0000;
}

.content-area.orange .prefecturesName {
  color: #f59600;
}

.content-area.green .prefecturesName {
  color: #00b900;
}

.content-area.blue-l .prefecturesName {
  color: #00a0f0;
}

.content-area.blue .prefecturesName {
  color: #002896;
}

.content-area.purple .prefecturesName {
  color: #7d00be;
}

.content-area.pink .prefecturesName {
  color: #ff41be;
}

.prefecturesLink {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  padding: 5px 7px 5px 15px;
  position: relative;
}

.prefecturesLink:hover {
  color: #4a4a4a;
}

.prefecturesLink::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  rotate: 45deg;
  margin-right: 5px;
  position: absolute;
  top: 11px;
  left: 0;
}

.caution {
  font-size: 14px;
  margin: 15px 0;
}

@media all and (min-width:768px) {
  .MunicipalityTabMenu {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .MunicipalityTabMenu li {
    padding: 10px 5px;
    font-size: 18px;
    border-top: 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
  }

  .MunicipalityTabMenu li:nth-child(5),
  .MunicipalityTabMenu li:nth-child(6),
  .MunicipalityTabMenu li:nth-child(7),
  .MunicipalityTabMenu li:nth-child(8) {
    border-bottom: 0;
    border-left: 0;
  }

  .MunicipalityTabMenu li:first-child {
    border-left: 1px solid #fff;
  }

  .MunicipalityTabMenu li.active {
    color: #4a4a4a;
  }

  .MunicipalityTabMenu.red li.active,
  .MunicipalityTabMenu.orange li.active,
  .MunicipalityTabMenu.green li.active,
  .MunicipalityTabMenu.blue-l li.active,
  .MunicipalityTabMenu.blue li.active,
  .MunicipalityTabMenu.purple li.active,
  .MunicipalityTabMenu.pink li.active {
    background: none;
  }

  .MunicipalityTabMenu li.active p {
    position: relative;
  }

  .MunicipalityTabMenu li.active p::after {
    content: "";
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 10%;
  }

  .MunicipalityTabMenu.red li.active p::after {
    background: #bf0000;
  }

  .MunicipalityTabMenu.orange li.active p::after {
    background: #f59600;
  }

  .MunicipalityTabMenu.green li.active p::after {
    background: #00b900;
  }

  .MunicipalityTabMenu.blue-l li.active p::after {
    background: #00a0f0;
  }

  .MunicipalityTabMenu.blue li.active p::after {
    background: #002896;
  }

  .MunicipalityTabMenu.purple li.active p::after {
    background: #7d00be;
  }

  .MunicipalityTabMenu.pink li.active p::after {
    background: #ff41be;
  }

  .content-area {
    padding: 0 20px 20px;
    border-radius: 10px;
  }

  .MunicipalityTabPan {
    display: flex;
    flex-wrap: wrap;
  }

  .MunicipalityTabPan li {
    width: 50%;
    height: auto;
  }
}

@media all and (min-width:960px) {
  .content-area {
    padding: 20px 40px 40px;
  }
}

/*--------------- awardSearch ---------------*/
.awardSearch {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

h5.Ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  position: relative;
}

h5.Ttl::before {
  content: "";
  width: 2px;
  height: 60px;
  background: #fff;
  rotate: -20deg;
  position: absolute;
  top: 0;
  left: 5%;
}

h5.Ttl::after {
  content: "";
  width: 2px;
  height: 60px;
  background: #fff;
  rotate: 20deg;
  position: absolute;
  top: 0;
  right: 5%;
}

.carwash-search-wrap {
  margin: 30px auto 0px;
  background: #fff;
  border-radius: 5px;
}

.carwash-under-search .carwash-under-search-container .carwash-under-search-section .carwash-under-search__postal .rc-input {
  margin: 0;
}

@media all and (min-width:400px) {
  h5.Ttl::before {
    left: 12%;
  }

  h5.Ttl::after {
    right: 12%;
  }
}

@media all and (min-width:500px) {
  h5.Ttl::before {
    left: 20%;
  }

  h5.Ttl::after {
    right: 20%;
  }
}

@media all and (min-width:600px) {
  h5.Ttl::before {
    left: 25%;
  }

  h5.Ttl::after {
    right: 25%;
  }
}

@media all and (min-width:768px) {
  h5.Ttl {
    font-size: 25px;
  }

  h5.Ttl::before {
    height: 35px;
    left: 12%;
  }

  h5.Ttl::after {
    height: 35px;
    right: 12%;
  }

  .carwash-search-wrap {
    border-radius: 10px;
  }

  .carwash-under-search .carwash-under-search-container {
    padding: 30px !important;
  }

}

@media all and (min-width:960px) {
  h5.Ttl::before {
    left: 21%;
  }

  h5.Ttl::after {
    right: 21%;
  }
}

/*---------------archiveBnr---------------*/
.archiveBnr {
  padding-bottom: 80px;
}

/* =================================================================================== */
/* TOP */
/* =================================================================================== */
/*---------------mainttl---------------*/
.mainTtl {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.mainTtl_inner {
  color: #fff;
  font-size: 3.6vw;
  font-weight: bold;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 41%;
  line-height: 1.4;
  width: 100%;
  font-size: 16px;
}

@media all and (max-width:768px) {
  .mainTtl_inner {
    font-size: 14px;
  }
}

@media all and (min-width:768px) {
  .mainTtl {
    background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_mv_pc.png) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  .mainTtl span {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
  }

  .mainTtl_inner {
    font-size: 20px;
    max-width: 960px;
    position: relative;
    padding-bottom: 100px;
    line-height: 1.6;
  }
}

@media all and (768px <=width <=1199px) {
  .mainTtl_inner::after {
    content: "";
    width: 688px;
    height: 356.5px;
    background: url(//carservice.r10s.jp/img/carwash/award/2025/mv_car.png) no-repeat;
    background-position: center;
    background-size: 80%;
    position: absolute;
    bottom: -30px;
    right: -40%;
    z-index: 1;
  }
}

@media all and (1200px <=width <=1549px) {
  .mainTtl_inner::after {
    content: "";
    width: 688px;
    height: 356.5px;
    background: url(//carservice.r10s.jp/img/carwash/award/2025/mv_car.png) no-repeat;
    background-position: center;
    background-size: 80%;
    position: absolute;
    bottom: -30px;
    right: -54%;
    z-index: 1;
  }
}

@media all and (1550px <=width) {
  .mainTtl_inner::after {
    content: "";
    width: 688px;
    height: 356.5px;
    background: url(//carservice.r10s.jp/img/carwash/award/2025/mv_car.png) no-repeat;
    background-position: center;
    background-size: 80%;
    position: absolute;
    bottom: -30px;
    right: -60%;
    z-index: 1;
  }
}

.mvShopImg img {
  width: 100%;
  height: auto;
}

@media all and (max-width:768px) {
  .mv_shops_pc {
    display: none;
  }
}

@media all and (min-width:768px) {
  .mv_shops_sp {
    display: none;
  }
}

/*--------------- awardIcon ---------------*/
.awardIcon {
  background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_icon_sp.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 40px 0px;
}

.awardIcon h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}

.awardIcon .TtlIcon {
  text-align: center;
}

.awardIcon .TtlIcon img {
  display: block;
  margin: 12px auto;
}

@media all and (min-width:768px) {
  .awardIcon {
    background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_icon_pc.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 44px 0px;
  }

  .awardIcon h2 {
    font-size: 18px;
  }

  .awardIcon .TtlIcon img {
    margin: 24px auto;
  }
}

/*--------------- allRank ---------------*/
.allRank {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

.awardRank li {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.awardRank li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  word-break: break-all;
  color: #4a4a4a;
}

.rankbestList_Ttl {
  display: table;
}

.rankbestList_Ttl .Ttl_text {
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.rankbestList_Ttl .Ttl_sub {
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}

.rankbestList_Ttl .Ttl_num {
  display: inline-block;
  width: 80px;
  height: auto;
}

.rankbestList_Ttl .Ttl_num img {
  width: 70px;
  height: auto;
}

.rankbestList_Pic {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pic_large {
  width: 100%;
  min-height: 202px;
  margin-bottom: 4%;
}

.pic_small_1,
.pic_small_2 {
  width: 48%;
  min-height: 98px;
}

.rankbestList_comment .commentTtl {
  font-size: 16px;
  font-weight: bold;
}

.rankmidList_Ttl,
.ranklatList_Ttl {
  display: flex;
}

.rankmidList_Ttl .Ttl_num,
.ranklatList_Ttl .Ttl_num {
  display: block;
  width: 45px;
  height: 40px;
  text-align: center;
}

.ranklatList_Ttl .Ttl_num img,
.rankmidList_Ttl .Ttl_num img {
  width: 48px;
  height: auto;
}

.ranklatList_Ttl .Ttl_shop_img img,
.rankmidList_Ttl .Ttl_shop_img img {
  width: 100px;
  height: auto;
}

.rankmidList_Ttl .Ttl_text,
.ranklatList_Ttl .Ttl_text {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  width: 100%;
  height: auto;
}


.ranklatList_Ttl .Ttl_shop_img,
.rankmidList_Ttl .Ttl_shop_img{
  padding-left: 10px;
}

.rankmidList_Pic,
.ranklatList_Pic {
  float: left;
  width: 30%;
  height: auto;
}

@media all and (min-width:768px) {
  .awardRank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .newShop {
    justify-content: center;
    gap: 12px;
  }

  .awardRank li {
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .awardRank li a {
    padding: 20px;
  }

  .awardRank li.ranklatList a {
    padding: 15px;
  }

  .rankbestList_Ttl .Ttl_text {
    font-size: 30px;
  }

  .rankbestList_Ttl .Ttl_sub {
    font-size: 20px;
  }

  .rankbestList_Ttl .Ttl_num {
    width: 140px;
  }

  .rankbestList_Ttl .Ttl_num img {
    width: 115px;
    height: auto;
  }

  .rankbestList_Pic {
    display: grid;
    max-width: 660px;
    width: 100%;
    height: 287px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin: 0 auto;
  }

  .pic_large {
    grid-area: 1 / 1 / 3 / 2;
    width: 440px;
    margin-bottom: 0;
  }

  .pic_small_1 {
    grid-area: 1 / 2 / 2 / 3;
    max-width: 205px;
    width: 100%;
  }

  .pic_small_2 {
    grid-area: 2 / 2 / 3 / 3;
    max-width: 205px;
    width: 100%;
  }

  .rankbestList_comment .commentTtl {
    font-size: 18px;
  }

  .rankmidList {
    width: 32%;
    height: auto;
  }

  .rankmidList .newShop {
    width: 312px;
  }

  .ranklatList {
    width: 24%;
    height: auto;
  }

  .rankmidList_Ttl,
  .ranklatList_Ttl {
    display: block;
  }

  .rankmidList_Ttl .Ttl_num {
    display: inline;
  }

  .ranklatList_Ttl .Ttl_num img,
  .rankmidList_Ttl .Ttl_num img {
    width: 64px;
    height: auto;
  }

  .ranklatList_Ttl .Ttl_num {
    display: inline;
    font-size: 28px;
  }

  .rankmidList_Ttl .Ttl_text {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
  }

  .ranklatList_Ttl .Ttl_text {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
  }

  .rankmidList_Ttl .Ttl_sub {
    font-size: 16px;
  }

  .ranklatList_Ttl .Ttl_sub {
    font-size: 12px;
  }

  .rankmidList_Pic {
    width: 100%;
    min-height: 175px;
  }

  .ranklatList_Pic {
    width: 100%;
    min-height: 100px;
  }
}

@media all and (min-width:960px) {
  .rankbestList a {
    padding: 40px !important;
  }

  .rankbestList_Pic {
    max-width: 740px;
    height: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pic_large {
    width: 490px;
  }

  .pic_small_1 {
    max-width: 230px;
  }

  .pic_small_2 {
    max-width: 230px;
  }
}

/* =================================================================================== */
/* Area Pages */
/* =================================================================================== */
/*---------------areaTtl---------------*/
.areaTtl {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.areaTtl span.sp {
  background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_area_mv_sp.png) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.areaTtl span>span {
  display: block;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.areaTtl span.main {
  width: 100%;
  height: auto;
  font-size: 35px;
  padding: 28% 0 5%;
}

.areaTtl span.sub {
  font-size: 20px;
  padding-bottom: 13%;
}

.areaTtl span small {
  display: block;
  font-size: 18px;
}

@media all and (min-width:400px) {
  .areaTtl span.main {
    font-size: 45px;
  }
}

@media all and (min-width:768px) {
  .areaTtl {
    background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_mv_pc.png) no-repeat;
    background-position: center top;
    height: 320px;
  }

  .areaTtl span.main {
    padding: 14% 0 3%;
  }

  .areaTtl span.shikoku {
    padding: 13% 0 1.3% !important;
  }

  .areaTtl span.sub {
    padding-bottom: 3%;
  }

  .areaTtl span.pc {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    background: url(//carservice.r10s.jp/img/carwash/award/2025/bg_area_mv_pc.png) no-repeat;
    background-position: center 35%;
    background-size: 100% auto;
  }

  .areaTtl span small {
    font-size: 20px;
  }
}

@media all and (min-width: 960px) {
  .areaTtl span.main {
    font-size: 60px;
  }
}

/*---------------awardNav---------------*/
.awardNavFloat {
  display: none;
}

.awardNavFloat.fixed {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  z-index: 9999;
  box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, .3);
}

.awardNav ul li a,
.awardNavFloat ul li a {
  display: block;
  width: 100%;
  height: auto;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  position: relative;
}

.awardNavFloat ul.menu li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.awardNavFloat.red ul.menu li a::after {
  border-color: transparent transparent transparent #bf0000;
}

.awardNavFloat.orange ul.menu li a::after {
  border-color: transparent transparent transparent#f59600;
}

.awardNavFloat.green ul.menu li a::after {
  border-color: transparent transparent transparent #00b900;
}

.awardNavFloat.blue-l ul.menu li a::after {
  border-color: transparent transparent transparent #00a0f0;
}

.awardNavFloat.blue ul.menu li a::after {
  border-color: transparent transparent transparent #002896;
}

.awardNavFloat.purple ul.menu li a::after {
  border-color: transparent transparent transparent #7d00be;
}

.awardNavFloat.pink ul.menu li a::after {
  border-color: transparent transparent transparent#ff4abe;
}

.awardNav.red,
.awardNav.red ul li a,
.awardNavFloat.red,
.awardNavFloat.red ul li a {
  color: #bf0000;
}

.awardNav.orange,
.awardNav.orange ul li a,
.awardNavFloat.orange,
.awardNavFloat.orange ul li a {
  color: #f59600;
}

.awardNav.green,
.awardNav.green ul li a,
.awardNavFloat.green,
.awardNavFloat.green ul li a {
  color: #00b900;
}

.awardNav.blue-l,
.awardNav.blue-l ul li a,
.awardNavFloat.blue-l,
.awardNavFloat.blue-l ul li a {
  color: #00a0f0;
}

.awardNav.blue,
.awardNav.blue ul li a,
.awardNavFloat.blue,
.awardNavFloat.blue ul li a {
  color: #002896;
}

.awardNav.purple,
.awardNav.purple ul li a,
.awardNavFloat.purple,
.awardNavFloat.purple ul li a {
  color: #7d00be;
}

.awardNav.pink,
.awardNav.pink ul li a,
.awardNavFloat.pink,
.awardNavFloat.pink ul li a {
  color: #ff41be;
}

.menuHead {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.menuHead_btn {
  width: 25px;
  height: 20px;
  top: 2px;
  left: 0;
  position: absolute;
}

.awardNavFloat.red .menuHead_btn span {
  background: #bf0000;
}

.awardNavFloat.orange .menuHead_btn span {
  background: #f59600;
}

.awardNavFloat.green .menuHead_btn span {
  background: #00b900;
}

.awardNavFloat.blue-l .menuHead_btn span {
  background: #00a0f0;
}

.awardNavFloat.blue .menuHead_btn span {
  background: #002896;
}

.awardNavFloat.purple .menuHead_btn span {
  background: #7d00be;
}

.awardNavFloat.pink .menuHead_btn span {
  background: #ff41be;
}

.menuHead_btn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
}

.menuHead_btn span:nth-child(1) {
  top: 0;
}

.menuHead_btn span:nth-child(2) {
  top: 45%;
}

.menuHead_btn span:nth-child(3) {
  bottom: 0;
}

/*active*/
.menuHead_btn.active span:nth-child(1) {
  transform: translateY(10px) rotate(-30deg);
}

.menuHead_btn.active span:nth-child(2) {
  opacity: 0;
}

.menuHead_btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(30deg);
}

.menuInner {
  display: none;
}

@media all and (min-width:768px) {
  .awardNav {
    display: block;
    position: relative;
    z-index: 0;
    box-shadow: none;
  }

  .awardNav ul,
  .awardNavFloat ul {
    display: flex;
    min-width: 700px;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .awardNav ul li,
  .awardNavFloat ul li {
    margin-right: 20px;
  }

  .awardNav ul li a,
  .awardNavFloat ul li a {
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 0;
    position: relative;
    font-size: 14px;
    border-bottom: 0;
  }

  .awardNav ul li a::after,
  .awardNavFloat ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    rotate: 135deg;
    position: absolute;
    top: 34%;
    right: 2%;
  }

  .awardNav.red ul li a::after,
  .awardNavFloat.red ul li a::after {
    border-top: 2px solid #bf0000;
    border-right: 2px solid #bf0000;
  }

  .awardNav.orange ul li a::after,
  .awardNavFloat.orange ul li a::after {
    border-top: 2px solid #f59600;
    border-right: 2px solid #f59600;
  }

  .awardNav.green ul li a::after,
  .awardNavFloat.green ul li a::after {
    border-top: 2px solid #00b900;
    border-right: 2px solid #00b900;
  }

  .awardNav.blue-l ul li a::after,
  .awardNavFloat.blue-l ul li a::after {
    border-top: 2px solid #00a0f0;
    border-right: 2px solid #00a0f0;
  }

  .awardNav.blue ul li a::after,
  .awardNavFloat.blue ul li a::after {
    border-top: 2px solid #002896;
    border-right: 2px solid #002896;
  }

  .awardNav.purple ul li a::after,
  .awardNavFloat.purple ul li a::after {
    border-top: 2px solid #7d00be;
    border-right: 2px solid #7d00be;
  }

  .awardNav.pink ul li a::after,
  .awardNavFloat.pink ul li a::after {
    border-top: 2px solid #ff41be;
    border-right: 2px solid #ff41be;
  }
}

@media all and (min-width:960px) {

  .awardNav ul li a,
  .awardNavFloat ul li a {
    font-size: 18px;
  }
}

/*--------------- eachRank ---------------*/
.eachRank {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 50px;
  margin-top: -50px;
}

.eachRank .Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.eachRank a {
  display: block;
  color: #fff;
}

.eachrankBest,
.eachrankMid {
  width: 100%;
  height: auto;
}

.eachrankBest_number img {
  width: 80px;
  height: auto;
}

.eachrankBest_image {
  width: 100%;
  height: auto;
}

.eachrankBest_image img,
.eachrankMid_image img,
.eachrankLat_image img {
  width: 100%;
  height: auto;
}

.eachrankBest_link h4.Ttl,
.eachrankLat_link h4.Ttl,
.eachrankOnly_link h4.Ttl {
  font-weight: bold;
  font-size: 16px;
}

.eachrankMid_number img,
.eachrankLat_number img {
  width: 50px;
  height: auto;
}

.eachrankMid_image {
  float: left;
  width: 48%;
  height: auto;
}

.eachrankMid_link h4.Ttl {
  font-weight: bold;
  font-size: 16px;
  float: right;
  width: 48%;
  line-height: 1.5;
}

.eachrankMid_link .Text {
  clear: both;
}

.eachrankLat {
  width: 48%;
  height: auto;
}

.eachrankLat_image {
  width: 100%;
  height: auto;
}

@media all and (min-width:768px) {
  .eachRank {
    padding-top: 80px;
    margin-top: -80px;
  }

  .eachRank .Inner {
    justify-content: center;
  }

  .eachrankBest,
  .eachrankMid {
    width: 32.5%;
    height: auto;
    margin-right: 1.2%;
  }

  .eachRank .Inner li:last-child,
  .eachrankBest:nth-child(3n),
  .eachrankMid:nth-child(3n) {
    margin-right: 0;
  }

  .eachrankBest_number img {
    width: 100px;
  }

  .eachrankMid_number img,
  .eachrankLat_number img {
    width: 64px;
    height: auto;
  }

  .eachrankMid_image {
    clear: both;
    width: 100%;
    height: auto;
  }

  .eachrankMid_link h4.Ttl {
    clear: both;
    font-weight: bold;
    width: 100%;
  }

  .eachrankLat {
    width: 24%;
    height: auto;
    margin-right: 1.333%;
  }
}

/*only*/
.eachrankOnly {
  width: 100%;
  height: auto;
}

.eachrankOnly a {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.eachrankOnly_icon img {
  width: 80px;
  height: auto;
}

.eachrankOnly_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.eachrankOnly_detail-image {
  width: 100%;
  height: auto;
}

@media all and (min-width:768px) {
  .eachrankOnly_icon img {
    width: 100px;
  }

  .eachrankOnly_detail-image {
    width: 48%;
  }
}

/*---------------btnArea---------------*/
.btnArea {
  margin: 50px 0 80px;
}

.btnArea a {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0;
}

.btnArea a.red {
  color: #bf0000;
}

.btnArea a.orange {
  color: #f59600;
}

.btnArea a.green {
  color: #00b900;
}

.btnArea a.blue-l {
  color: #00a0f0;
}

.btnArea a.blue {
  color: #002896;
}

.btnArea a.purple {
  color: #7d00be;
}

.btnArea a.pink {
  color: #ff41be;
}

@media all and (min-width:768px) {
  .btnArea {
    margin: 100px 0;
  }
}

/*---------------FadeInUp---------------*/
.award-FadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: .8s;
  transition-delay: 0.3s;
}

.award-FadeInUp-delay00 {
  transition-delay: 0s;
}

.award-FadeInUp-delay01 {
  transition-delay: 0.1s;
}

.award-FadeInUp-delay02 {
  transition-delay: 0.2s;
}

.award-FadeInUp-delay03 {
  transition-delay: 0.3s;
}

.award-FadeInUp-delay04 {
  transition-delay: 0.4s;
}

.award-FadeInUp-delay05 {
  transition-delay: 0.5s;
}

.award-FadeInUp-delay06 {
  transition-delay: 0.6s;
}

.award-FadeInUp-delay07 {
  transition-delay: 0.7s;
}

.award-FadeInUp-delay08 {
  transition-delay: 0.8s;
}

.award-FadeInUp-delay09 {
  transition-delay: 0.9s;
}

.award-FadeInUp-delay10 {
  transition-delay: 1s;
}

.award-FadeInUp-fadeInUp {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*---------------archive---------------*/
.archive {
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 0 auto;
}

.archive a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

@media all and (min-width:768px) {
  .archive a {
    font-size: 14px;
  }
}

/*--------------- Newshop ---------------*/
#Newshop h2,
#Municipality h2 {
  color: #ffffff;
}

.Newshop h2,
.Municipality h2 {
  color: #ffffff;
}