.areaList li{
  width: 120px;
  height: 36px;
  text-align: left;
  margin-left: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.areaList li:before{
  display: none;
}
.areaList li:after{
  display: none;
}
.areaList li a{
  color: #7E0F2C;
  font-family: 'noto_sans';
  border-radius: 6px;
  box-shadow: 0px 0px 6px -3px #333333;
  background-color: #fff;
  padding-left: 16px;
  padding-top: 2px;
  font-weight: 500;
}
.areaList li a:hover{
  opacity: 0.6;
}
.areaList li a:before{
  content: "";
  position: absolute;
  top: 52%;
  left: 10px;
  transform: translateY(-50%);
  border: 3px solid transparent;
  border-left: 4px solid #7E0F2C;
  background-image: none;
  width: auto;
  height: auto;
}
.areaList li:nth-child(4n + 1){
  margin-left: 8px;
}
.areaList li:nth-child(3n + 1){
  margin-left: 0;
}

/*年代からさがす*/
.searchAge .search_tit:after {
    right: 18px;
    top: 16px;
    width: 129px;
    height: 18px;
    background-image: url(../img/party_age_txt.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.searchAge header .sec_tit > .alt {
  width: 668px;
  background-image: url(../img/age_recommend_tit.png);
  background-size: auto 74px;
}
.searchAge .mod_wrap01{
   background-image: none;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 0 0;
   min-width: 100%;
}
.searchAge .age_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.searchAge .age_list:nth-child(2){
  margin-top: 10px;
}
.searchAge .age_list a{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 162px;
  height: 80px;
  color: #313760;
  font-size: 20px;
  font-weight: bold;
  font-family: "noto_serif";
  padding-left: 40px;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.searchAge .age_list a:hover{
  opacity: 0.6;
}
.searchAge .age_list .men a{
  background-image: url(/img/sec_age_recommend_btn_m.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.searchAge .age_list .women a{
  background-image: url(/img/sec_age_recommend_btn_w.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.searchAge .age_list .list span{
  font-size: 14px;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .searchAge header .sec_tit > .alt {
    width: 100%;
    background-size: auto 38px;
  }
  .searchAge .mod_wrap01{
    background-image: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px 20px;
  }
  .searchAge .age_list{
    flex-flow: column;
    justify-content: center;
    gap: 10px;
    width: 155px;
  }
  .searchAge .age_list:nth-child(2){
    margin-top: 0;
    width: 155px;
  }
  .searchAge .age_list a{
    box-shadow: none;
    font-size: 18px;
    width: 155px;
    height: 55px;
    padding-left: 24px;
  }
  .searchAge .age_list .list span{
    font-size: 12px;
    margin-top: 0;
  }
  .searchAge .age_list .men a{
    background-image: url(/img/sec_age_recommend_btn_m_sp.png);
    background-size: contain;
  }
  .searchAge .age_list .women a{
    background-image: url(/img/sec_age_recommend_btn_w_sp.png);
    background-size: contain;
  }
}
/*企画からさがす*/
.searchPlan .search_tit:after {
    right: 18px;
    top: 16px;
    width: 129px;
    height: 18px;
    background-image: url(../img/party_plan_txt.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.searchPlan .radio-btn-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.searchPlan .radio-btn-wrap .radio-btn{
  width: calc((100% - 24px) / 4);
  height: 36px;
  margin-bottom: 4px;
}
.searchPlan .radio-btn-wrap .radio-btn a{
  color: #7E0F2C;
  font-family: 'noto_sans';
  border-radius: 6px;
  box-shadow: 0px 0px 6px -3px #333333;
  background-color: #fff;
  padding-left: 16px;
  padding-top: 2px;
  font-weight: 500;
  display: block;
  transition: 0.6s;
  position: relative;
  height: 36px;
}
.searchPlan .radio-btn-wrap .radio-btn a:hover{
  opacity: 0.6;
}
.searchPlan .radio-btn-wrap .radio-btn a:before{
  content: "";
  position: absolute;
  top: 52%;
  left: 10px;
  transform: translateY(-50%);
  border: 3px solid transparent;
  border-left: 4px solid #7E0F2C;
  background-image: none;
  width: auto;
  height: auto;
}
.searchPlan .radio-btn-wrap .radio-btn span{
  padding-left: 6px;
  padding-top: 4px;
  display: inline-block;
}
/*日程・詳細から探す*/
.searchDate.renew .detail .el-button{
  border: none;
  width: auto;
  /*width: 300px;*/
  height: 50px;
  box-shadow: 0px 0px 6px -3px #333333;
  text-align: left;
  border-radius: 6px;
}
.searchDate .detail .element{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.searchDate .detail .element.selectArea{
  /*margin-bottom: 10px;*/
}
.searchDate .detail .element.elementAgeConditions{
 margin-bottom: 0;
}
.elementAgeConditions .select > select{
  /*height: 50px;*/
}
.searchDate .detail .element.elementAgeConditions02{
  margin-bottom: 4px;
}
.elementAgeConditions02 .select > select{
  min-width: 180px;
  /*height: 50px;*/
}
.searchDate.renew .detail .element > dt{
  font-size: 1.8rem;
  font-family: 'noto_serif';
  width: 130px;
}

.searchDate.renew .detail .element > dd{
  width: calc(100% - 130px);
}
.searchDate.renew .detail .element > dd.gender{
  width: 166px;
}
.searchDate.renew .detail .element > dd.myage{
  width: 100px;
}
.searchDate.renew .detail .element > dd .calender02_wrap{
  padding-left: 34px;
}
.searchDate.renew .detail .element > dd .calender01_wrap label{
  background-image: none;
  padding-right: 0;
  height: 50px;
}
.searchDate.renew .detail .element > dd .calender02_wrap label{
  background-image: none;  
}
.searchDate.renew .detail .element > dd .calender02_wrap:before{
  font-weight: 500;
  font-size: 1.8rem;
  left: 5px;
}
.searchDate.renew .formArea .select{
  border: none;
  box-shadow: 0px 0px 6px -3px #333333;
  border-radius: 6px;
  max-width: 130px;
}
.searchDate.renew .formArea .select > select {
  padding: 16px 27px 16px 13px;
}
.searchDate.renew .formArea .select:before{

}
.searchDate.renew .formArea input[type="text"]{
  border: none;
  box-shadow: 0px 0px 6px -3px #333333;
  border-radius: 6px;
}
.searchDate.renew .formArea .radio-btn{
  margin: 5px 10px 2px 0;
  color: #828282;
  position: relative;
}
.searchDate.renew .formArea .radio-btn > label:before{
  content: "";
  background-color: #828282;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 1;
}
.no-touchevents .searchDate.renew .formArea .radio-btn > label:hover:before{
  box-shadow: none;
}

.searchDate.renew .formArea .radio-btn > label{
  border: none;
  background-color: #E8E8E8;
  box-shadow: 1px 1px 6px -3px #333333;
  width: 120px;
  box-sizing: border-box;
  padding: 10px 0 12px 26px;
}
.searchDate.renew .formArea .radio-btn > input[type]:checked ~ label{
  background-color: #ffffff;
}
.searchDate.renew .formArea .radio-btn > input[type]:checked ~ label:before{
  display: none;
}
.searchDate.renew .formArea .radio-btn > input[type]:checked ~ label:after{
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  z-index: 1;
  display: block;
  width: 14px;
  height: 12px;
  background-image: url(../img/bg_plan_checked.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.searchDate.renew .formArea .radio-btn > input[type]:checked ~ label > span{
  color: #7E0F2C;
}
.searchDate.renew .formArea .radio-btn > label > span{
  line-height: 1;
}
.searchDate.renew .formArea input[type="text"].cal{
  width: 130px;
  height: 50px;
}
.searchDate.renew .mod_btn01.bgc04 > *{
  background-image: url(../img/bg_search_btn.png);
  background-repeat: repeat-x;
}
.searchDate .detail .mod_btn01 > *{
  border-radius: 6px;
  height: 50px;
}
.searchDate.renew .detail .mod_btn01:after{
  display: none;
}
.searchDate.renew .detail .mod_btn01:before {
  left: 76px;
  top: 56%;
  margin-top: -10px;
  width: 23px;
  height: 23px;
  background-image: url(../img/party_tit_deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.detailSearchArea.formatwrap{
  margin: 0 0 20px;
}
.searchDate .detail .element input::placeholder {
  font-size: 14px;
  color: #000;
}
.searchDate.renew .detail .el-button{
  font-weight: normal;
  color: #000;
  padding: 12px 13px; 
}
.searchDate.renew .detail .el-button.el-button--info{
  color: #fff;
  text-align: center;
  width: auto;
}
.elementwrap{
  display: flex;
  margin-bottom: 4px;
}

@media screen and (max-width: 640px) {
  .searchPlan .radio-btn-wrap{
    justify-content: space-between;
  }
  .searchPlan .radio-btn-wrap .radio-btn{
    width: calc((100% - 24px) / 3);
  }
  .detail.radioSearchCategory{
    padding: 10px 15px 40px;
  }
  .searchPlan .radio-btn-wrap .radio-btn span{
    padding-top: 6px;
    padding-left: 3px;
  }
  .searchDate.renew .detail .element > dt{
    width: 30%;
  }
  .searchDate .detail .element.selectArea > dt.inline + dd{
    width: 70%;
  }
  .searchDate.renew .detail .el-button{
    width: 100%;
    height: 40px;
  }
  .searchDate .detail .element > dt.inline{
    margin-right: 0;
  }
  .searchDate .detail .element > dt.inline + dd{
    width: 70%;
  }
  .searchDate.renew .formArea input[type="text"].cal{
    width: 100%;
    height: 40px;
  }
  .searchDate .detail .element > dd .calender01_wrap, .searchDate .detail .element > dd .calender02_wrap{
    width: 45%;
  }
  .searchDate.renew .detail .element > dd .calender02_wrap{
    padding-left: 20px;
  }
  .searchDate.renew .detail .element > dt{
    font-size: 1.4rem;
  }
  .searchDate.renew .detail .element > dd.gender{
    width: 70%;
  }
  .formArea .select{
    max-width: 100%;
  }
  .elementAgeConditions .select > select{
    max-width: 100%;
  }
  .searchDate.renew .detail .element > dd.myage{
    width: 70%;
  }
  .searchDate .detail{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .elementAgeConditions .itemWrap{
    margin-bottom: 0;
  }
  .elementwrap{
    display: block;
    margin-bottom: 10px;
  }
  .searchDate.renew .formArea .radio-btn{
    width: 44%;
  }
  .searchDate.renew .formArea .radio-btn > label{
    width: 100%;
  }
  .searchDate.renew .detail .mod_btn01:before{
    left: 46px;
  }
  .searchDate.renew .detail .element > dd .calender02_wrap:before{
    left: -8px;
    top: 13px;
    font-size: 1.2rem;
  }
  .searchPlan .search_tit:after {
    right: 0;
    top: 12px;
    width: 126px;
    height: 14px;
  }
  .searchAge .search_tit:after {
    right: 0;
    top: 12px;
    width: 121px;
    height: 14px;
  }
  .searchDate.renew .formArea .select{
    max-width: 140px;
  }
  .searchDate.renew .formArea .select > select{
    padding: 9px 27px 9px 13px;
    font-size: 1.4rem;
    color: #000;
  }
  .searchDate .detail .element.elementAgeConditions{
    margin-bottom: 10px;
  }
  .searchDate .detail .element.elementAgeConditions02{
    margin-bottom: 10px;
  }
  .searchDate.renew .detail .element > dd .calender01_wrap label{
    height: 40px;
  }
  .searchPlan .radio-btn-wrap .radio-btn a{
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  .searchDate .detail .element.selectArea > dt.inline + dd .selectArea{
  }
  .searchDate{
    margin-bottom: 20px;
  }
  .searchDate.renew .detail .el-button.show{
    margin-bottom: 8px;
  }
}