@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?ed8hpa") format("truetype"), url("fonts/icomoon.woff?ed8hpa") format("woff"), url("fonts/icomoon.svg?ed8hpa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-myArrow:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-down-left:before {
  content: "\e901";
}

.icon-arrow-down-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-up-left:before {
  content: "\e906";
}

.icon-arrow-up-right:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90c";
}

.icon-x:before {
  content: "\e90d";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

/* variable */
/* color */
/* util */
.favoriteList {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.favoriteItem {
  position: relative;
  margin-bottom: 20px;
  border-top: none;
}
.favoriteItem__place {
  margin-bottom: 0;
  padding: 10px 185px 10px 25px;
  background-color: #7e2d51;
  color: white;
}
.favoriteItem__date {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 0;
  color: white;
  font-size: 12px;
}
.favoriteItem__content {
  position: relative;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.favoriteItem__content::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.favoriteItem__pic {
  position: relative;
  float: left;
  width: 240px;
  height: 180px;
  margin-bottom: 0;
  line-height: 0;
}
.favoriteItem__image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f3f3f3;
}
.favoriteItem__name {
  margin-left: 260px;
  margin-right: 140px;
  margin-bottom: 20px;
}
.favoriteItem__h {
  margin-bottom: 0;
}
.favoriteItem__link {
  font-size: 18px;
  color: #1d3994;
  text-decoration: none;
}
.favoriteItem__link:visited {
  color: #9933CC;
}
.favoriteItem__link:hover {
  color: #ebac12;
  text-decoration: underline;
}
.favoriteItem__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 260px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dotted #888;
}
.favoriteItem__addr {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  margin-bottom: 0;
}
.favoriteItem__planLink {
  width: 180px;
  margin-left: 10px;
  margin-bottom: 0;
}
.favoriteItem__planBtn {
  padding: 12px 24px 12px 16px;
  line-height: 1;
  border-radius: 4px;
  text-align: center !important;
  color: white !important;
  background-color: #ECAC0D !important;
  border: 1px solid #ECAC0D !important;
  transition: color .2s linear 0s, background-color .2s linear 0s;
  text-decoration: none !important;
  width: 100%;
  padding: 12px 20px 12px 10px;
  font-size: 14px;
}
.favoriteItem__planBtn:hover {
  color: #ECAC0D !important;
  background-color: white !important;
}
.favoriteItem__setting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 260px;
  padding: 10px;
  background-color: #f9f8f2;
}
.favoriteItem__del {
  position: absolute;
  width: 130px;
  top: 10px;
  right: 20px;
}
.favoriteItem__delBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 36px 12px 12px;
  border-radius: 18px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #f2f2f2;
  text-decoration: none !important;
  transition: background-color .2s linear 0s;
}
.favoriteItem__delBtn::before, .favoriteItem__delBtn::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.favoriteItem__delBtn::before {
  content: "";
  border: 1px solid #999999;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  transition: background-color .2s linear 0s;
}
.favoriteItem__delBtn::after {
  content: "\e90d";
  text-align: center;
  font-family: 'icomoon' !important;
  line-height: 20px;
  transition: color .2s linear 0s;
  color: white;
}
.favoriteItem__delBtn:hover {
  color: inherit;
  background-color: #e0e0e0;
}
.favoriteItem__delBtn:hover::before {
  background-color: white;
  color: white;
}
.favoriteItem__delBtn:hover::after {
  color: #999999;
}

.favoriteSettings {
  -ms-flex: 3;
  flex: 3;
}
.favoriteSettings__midashi {
  margin-bottom: 8px;
  padding-left: .3em;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .075em;
}
.favoriteSettings + .favoriteSettings {
  -ms-flex: 2;
  flex: 2;
  margin-left: 10px;
}

.favConditionSelect {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.favConditionSelect__text {
  width: calc(100% - 36px);
  border: 1px solid #999999;
  border-right: none;
  padding: 8px 4px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px 0 0 4px;
  background-color: white;
}
.favConditionSelect__btn_date,.favConditionSelect__btn_num {
  color: white !important;
  background-color: #fa184d !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  width: 36px;
  padding: 0;
  margin: 0;
  border: 1px solid #fa184d;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  text-align: center;
}
.favConditionSelect__btn_date:hover,.favConditionSelect__btn_num:hover {
  color: #fa184d !important;
  background-color: white !important;
}

.favoriteBtns {
  margin-left: 20px;
  letter-spacing: -.4em;
  text-align: center;
  white-space: nowrap;
}
.favoriteBtns__reset {
  color: white !important;
  background-color: #999999 !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  outline: none;
  cursor: pointer;
  letter-spacing: .1em;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  width: 100px;
  border: 1px solid #999999;
}
.favoriteBtns__reset:hover {
  color: #999999 !important;
  background-color: white !important;
}
.favoriteBtns__search {
  color: white !important;
  background-color: #fa184d !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  outline: none;
  cursor: pointer;
  letter-spacing: .1em;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  width: 120px;
  margin-left: 5px;
  border: 1px solid #fa184d;
}
.favoriteBtns__search:hover {
  color: #fa184d !important;
  background-color: white !important;
}
.favoriteBtns__search::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  background-image: url(../images/icn_search_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 7px;
}
.favoriteBtns__search:hover::before {
  background-image: url(../images/icn_search_pink2.png);
}
