@charset "UTF-8";
/* ===================================
エリア詳細ページ カテゴリー一覧
=================================== */
.area_single_inner{
  padding-top: 30px;
  padding-bottom: 140px;
}

.archive_box{
  margin-bottom: 65px;
}
.archive_box .sec_ttl{
  margin-bottom: 12px;
}
.area .page_ttl{
  margin-bottom: 40px;
}
.venue_list_wrap {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #e2e2e2 transparent;
  margin-bottom: 0;
}
.venue_list_wrap::-webkit-scrollbar{
  height: 5px;
}
.venue_list_wrap::-webkit-scrollbar-track{
  background-color: transparent;
}
.venue_list_wrap::-webkit-scrollbar-thumb{
  background-color: #e2e2e2;
  border-radius: 10px;
}

.venue_list{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.venue_list li{
  margin-right: 22px;
  min-width: 260px;
}
.venue_list li a{
  display: block;
  padding: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  transition: .3s;
}
.venue_list li a:hover{
  opacity: .6;
}
.venue_list li:last-of-type{
  margin-right: 0;
}

.v_ttl{
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.11em;
}
.v_img{
  aspect-ratio: 3/2;
}
.v_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.v_detail{
  margin-top: 7px;
}
.v_detail .v_rank{
  color: #c4a972;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.v_detail .v_rank::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-right: 2px;
  background-image: url(../img/top/rank_star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.v_detail .v_price{
  font-size: 12px;
  letter-spacing: 0.12em;
}

.archive_btn a{
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: .3s;
}
.archive_btn a:hover{
  opacity: .6;
}
.archive_btn a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333;
}

/* マップ */
.map_txt{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font-size: 14px;
}
.map_txt span{
  padding-bottom: 9px;
  margin-right: 18px;
}
.map_txt img{
  width: 23px;
  margin-right: 11px;
}
.map_inner{
  background-color: #fff;
  padding: 20px;
}
#map{
  aspect-ratio: 3/2;
}
input#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  max-width: 250px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 2px;
  padding: 10px;
  height: 40px;
  top: 9px!important;
}



/* ===================================
サイドバー エリアカテゴリー一覧
=================================== */
.s_a_list{
}
.s_a_list > li{
  padding: 0 10px;
  border-bottom: 1px solid #e2e2e2;
}

.s_a_list_ttl_box{
  position: relative;
  cursor: pointer;
}
.s_a_list_ttl_box .s_a_cross{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
}
_:lang(x)::-moz-placeholder,
.s_a_list_ttl_box .s_a_cross span:first-of-type {
  right: calc(50% - 1px);
}
.s_a_list_ttl_box .s_a_cross span{
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transform-origin: center;
  display: block;
  background-color: #333;
  width: 100%;
  height: 1px;
  transition: .3s;
}
.s_a_list_ttl_box .s_a_cross span:first-of-type{
  transform: translate(50%, -50%) rotate(90deg);
}
.s_a_list_ttl_box .s_a_cross.active span:first-of-type{
  transform: translate(50%, -50%) rotate(0deg);
}
.s_a_list_ttl_box .s_a_list_ttl{
  padding: 12px 0;
  color: #293271;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.s_a_link{
  display: none;
  padding: 0px 11px 6px;
}
.s_a_link li a{
  display: block;
  padding: 2px 0;
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: .3s;
}
.s_a_link li a:hover{
  opacity: .6;
}
  

@media screen and (max-width: 1100px) {
  .venue_list_wrap {
    margin-bottom: 10px;
  }
  .venue_list{
    margin-bottom: 10px;
  }

  .venue_list li a{
    padding: 15px;
  }
  .map_inner{
    padding: 15px;
  }

  .right{
    max-width: 240px;
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .venue_list li{
    margin-right: 10px;
    min-width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .venue_list li{
    min-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .area .page_ttl{
    margin-bottom: 20px;
  }
  .area_single_inner{
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .cont_wrap{
    flex-direction: column;
  }
  .left{
    width: 100%;
  }
  .right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .venue_list li a{
    padding: 8px;
  }
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 370px) {
}