@charset "utf-8";
/*CSS Document　お気に入り*/
/*-------------------------------*/
/*お気に入り一覧、お気に入り並び替え　共通HTMLコード*/
li.favoListEle {
  position: relative;
}
li.favoListEle + li.favoListEle {
  border-top: 1px solid #dedede;
}
li.favoListEle .wrapFavoUnit {
  position: relative;
  display: block;
  padding: 15px 0;
}
/*お気に入り一覧　リンク有り*/
li.favoListEle > a, li.favoListEle > button {
  display: block;
  width: 100%;
  color: #656565;
}
li.favoListEle > a:hover, li.favoListEle > button:hover {
  color: #1c4da2;
  transition: color 0.2s ease-out;
}
/*アイコン表示*/
dl.favoListEach dt.favoListNum, li.favoListEle span.layIconArrowRight, li.favoListEle span.layIconHandle, li.favoListEle span.layIconDel {
  display: none;
}
/*一覧で表示*/
.wrapAll.pageId-favoriteIdx dl.favoListEach dt.favoListNum, .wrapAll.pageId-taxiOrderSelect dl.favoListEach dt.favoListNum {
  display: block;
  width: 37px;
  height: 35px;
}
dl.favoListEach dt.favoListNum img {
  width: 37px;
  height: 35px;
}
.wrapAll.pageId-favoriteIdx li.favoListEle span.layIconArrowRight {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
/*ページタイトル切替*/
.wrapAll.pageId-favoriteSort h1 .laySwitch, .wrapAll.pageId-favoriteDel h1 .laySwitch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  padding: 0 80px;
  opacity: 0;
  transition: all .8s ease;
}
.wrapAll.pageId-favoriteSort h1 .laySwitch.titleFavoSort {
  opacity: 1;
  transition: all .8s ease;
}
.wrapAll.pageId-favoriteDel h1 .laySwitch.titleFavoDel {
  opacity: 1;
  transition: all .8s ease;
}
/*スマホで左右にスペース確保*/
@media screen and (max-width:799px) {
  #favoList {
    margin: 0 20px;
  }
}
.wrapAll.pageId-favoriteSort li.favoListEle span.layIconHandle {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
}
/*削除モードで表示*/
.wrapAll.pageId-favoriteDel li.favoListEle span.layIconDel {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
dl.favoListEach {
  display: flex;
}
dl.favoListEach .favoListData {
  width: calc(100% - 40px);
  padding: 0 10px;
}
.wrapAll.pageId-taxiOrderSelect dl.favoListEach .favoListData {
  flex-grow: 1;
  width: auto;
  padding: 0 0 0 10px;
}
.favoListItem {
  width: 100%;
}
.favoListItem dt {
  font-size: 14px;
}
.favoListItem dd {
  margin: 5px 0 0;
  font-size: 11px;
}
.favoListItem dt span, .favoListItem dd span {
  display: block;
}
/*お気に入りの登録がありません*/
.wrapFavoZero {
  padding: 75px 0 0;
  background: url("../img/ico_favorite_zero.svg") no-repeat 50% 0 / 58px auto;
}
.wrapFavoZero p {
  text-align: center;
  font-size: 14px;
}
/*-------------------------------*/
/*お気に入り並び替え、お気に入り削除*/
#favoList .favoListEle {
  padding: 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#favoList .favoListEle:hover{
  color: #1c4da2;
}
.pageId-favoriteDel #favoList .favoListEle:hover {
  color: #d73f3f;
  background: rgba(215, 63, 63, 0.1);
  transition: all 0.2s ease-out;
}
.pageId-favoriteDel #favoList .favoListEle:active {
  background: rgba(215, 63, 63, 0.2);
  transition: all 0.2s ease-out;
}
#favoList .favoListEle.sortable-ghost {
  background-color: #dcdcdc;
}
.wrapAll.pageId-favoriteSort .wrapFavoUnit {
  padding: 10px 15px 10px 40px;
}
.wrapAll.pageId-favoriteDel .wrapFavoUnit {
  padding: 10px 40px 10px 15px;
}
#favoList li.favoListEle + li.favoListEle {
  margin-top: 10px;
  border-top: none;
}
#favoList .favoListData {
  width: 100%;
  padding: 0;
}
/*-------------------------------*/
.contAreaSub01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -0.7rem;
}
/*並び替えボタン*/
.contAreaSub01 .btnTR a, .contAreaSub01 .btnTR button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: clamp(10px, 3.5vw, 11px);
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
/*ページ番号*/
.contAreaSub01 .pageNum {
  font-size: 10px;
  padding: 0 0 6px;
}
.contAreaSub01 .pageNum .layTxt01 {
  font-size: 14px;
  color: #1c4da2;
  font-weight: bold;
}
.contAreaSub01 .pageNum .layTxt02 {
  padding: 0 0 0 2px;
  font-size: 14px;
}
/*-------------------------------*/
/*お気に入り　並び替え/削除　切替ボタン*/
.wrapBtnToggle {
  position: relative;
  width: 60px;
  height: 30px;
}
input.toggleFavo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
label.toggleFavo {
  display: block;
  width: 60px;
  height: 25px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.2s ease-out;
}
label.toggleFavo:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff url("../img/ico_delete_gray.svg") no-repeat 50% 50% / 13px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  z-index: 1;
}
input.toggleFavo:checked + label.toggleFavo {
  background-color: #d73f3f;
}
input.toggleFavo:checked + label.toggleFavo:after {
  left: 30px;
  background-image: url("../img/ico_delete.svg");
}
/*-------------------------------*/
/*このお気に入りを削除する*/
.contAreaSub03 {
  display: flex;
  font-size: 12px;
}
.contAreaSub03 button {
  padding: 10px;
  color: #d73f3f;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: color 0.2s ease-out;
}
.contAreaSub03 button:hover{
  color: #ff6666;
  transition: color 0.2s ease-out;
}
/*-------------------------------*/
/*end*/