@charset "utf-8";
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign h2, .font-bigger {
  font-size: 150%;
}
#campaign h3 {
  font-size: 130%;
}
.pc-big {
  font-size: 130%;
}
.bg-white {
  background: #fff;
}
.flex-jc-center {
  justify-content: center;
}
.main-bg-color {
  background-color: #fff;
  background: repeating-linear-gradient(-45deg, #afffe0, #e2f7db 5px, #ffffff 5px, #ffffff 10px);
  padding: 10px;
}
.main-bg-color img{
  box-shadow: 0px 0px 12px 0px rgb(78 91 58 / 21%);
  border-radius: 10px;
}
.main-font-color, .details dt {
  color: #d1531b;
}
.sub-font-color {
  color: #e9304f;
}
.sub-bg-color {
  background-color: #f9f5b7;
  background-image: url(/images/campaign/rae_hw18/bg02.png);
}
.sub-bg-color2 {
  background-image: url(/images/campaign/rae_hw18/bg01.png);
}
.bg-color-white {
  background-color: #fff;
}
.summer-bg-color {
  background-image: url(/images/campaign/rae_hw18/bg_summer.png);
}
.autumn-bg-color {
  background-image: linear-gradient(#ffeac1, #fcffe6);
}
.halloween-bg-color {
  background-image: linear-gradient(#ffeac1, #fcf1ff);
}
.accent-bg-color {
  background-color: #e9ffed;
}
.max-w, .step {
  max-width: 720px;
  margin: 0 auto;
}
.max320{
  max-width: 320px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.w60 {
  width: 60%;
}
hr {
  border-top: thin solid transparent;
}
.btn-cam, .btn-primary.disabled {
  max-width: 480px;
  width: 80vw;
  padding: .5em 0;
  margin: 0 0 .5em;
  white-space: inherit;
  border: none;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  border-radius: .5em;
  background: #f64960;
  background: -moz-linear-gradient(top, #f64960 0%, #dc1940 100%);
  background: -webkit-linear-gradient(top, #f64960 0%, #dc1940 100%);
  background: linear-gradient(to bottom, #f64960 0%, #dc1940 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f64960', endColorstr='#dc1940', GradientType=0);
  box-shadow: 0 .2em .4em rgba(0, 0, 0, .4);
  position: relative;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus {
  background: -moz-linear-gradient(top, #f64960 0%, #dc1940 100%);
  background: -webkit-linear-gradient(top, #f64960 0%, #dc1940 100%);
  background: linear-gradient(to bottom, #f64960 0%, #dc1940 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f64960', endColorstr='#dc1940', GradientType=0);
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  top: 2px;
}
.num {
  background-color: #fbb456;
  color: #fff;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: .5em;
}
.step {
  margin: 1em auto;
  background-color: #f1f1f1;
  padding: 1em;
  border-radius: .5em;
}
.cam-border {
  border: none;;
}
.cam-radius {
  border-radius: 2em;
}
.details {
  border: solid thin #ccc;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
}
.details dt {
  padding: .8em;
  width: 25%;
}
.details dt:not(:first-child), .details dd:not(:nth-child(2)) {
  border-top: solid thin #ccc;
}
.details dd {
  padding: .8em;
  width: 75%;
}
#campaign ul {
  padding-left: 1.5em;
}
#campaign li:not(:last-child) {
  margin-bottom: .5em;
}
.cam-mark {
  position: relative;
}
.cam-mark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: .2em;
  box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 6px #d1531b;
  
}
.not-hover {
  position: relative;
}
.not-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.off-top {
  margin-top: -4em;
}
/*都道府県*/
.area_list {
  background-color: #fff7c4;
}
.area_wrap ul a::after, .btn-area::after {
  background-color: #d1521b;
}
/*FAQ*/
#faq {
  background-color: #eee;
}
#faq dt, #faq dd {
  background-color: #fff;
  border-radius: .3em;
  margin-bottom: .4em;
  padding: .8em 2em;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #d1531b;
  position: absolute;
  left: .7em;
}
#faq dt::after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: .7em;
  top: 50%;
  margin-top: -.7em;
  font-weight: normal;
  color: #ccc;
}
#faq dl dt.active::after {
  content: "\f077";
}
#faq dd {
  display: none;
  background-color: #f9f9f9;
  margin: -.8em 0 .4em 0;
}
#faq dd::before {
  content: "A";
  color: #f64960;
}
.cam-banner .banner-title {
  font-size: 20px;
  margin-bottom: 10px !important;
  margin-top: 10px;
  font-weight: bold;
}
.cam-banner a {
  display: block;
}
.cam-banner img {
  width: 85%;
  display: block;
  margin-bottom: 20px !important;
}
.link-hover:hover {
    opacity: 0.8;
}
#pickup {
  background: #eafff0;
}
/* キャンペーン終了表示 */
#cp_end {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 0;
  background-color: rgba(28, 19, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
#cp_end a, #cp_end a:hover, #cp_end a:active, #cp_end a:visited {
  color: #a1f6ff;
}
/*閲覧履歴*/
.swip-css {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding: 10px;
}
.browsing-history-salon {
  display: inline-block;
  width: 40vw;
  white-space: normal;
  vertical-align: top;
  max-width: 200px;
  text-align: left;
  position: relative;
  margin-top: 20px;
}
.browsing-history-salon + .browsing-history-salon {
  margin-left: 5px;
}
.browsing-history-salon > a {
  color: #333;
  text-decoration: none;
  border: solid thin #ccc;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.browsing-history-salon > a:hover{
  color: #333;
  opacity: 0.75;
}
.browsing-history-salon > a > img {
  width: 100%;
}
.browsing-history-salon > a > p {
  padding: 0 4px 4px;
  margin: 0;
  font-size: 85%;
}
.icon-explain-wrap .label-today, .icon-explain-wrap .label-tomorrow {
  background-color: #dc5519;
}
.icon-explain-wrap .label-specialcoupon {
  background-color: #a4996d;
  position: absolute;
  top: 0;
  left: 0;
  border: solid thin #fff;
}
.icon-explain-wrap {
  padding-bottom: 2px;
  padding-top: 2px;
  display: flex;
  height: 0;
  width: 100%;
}
.icon-explain-wrap > .label{
  margin: 4px 0 0 4px;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
  padding: .2em .6em .3em;
}
.point-reader {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.point-reader-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  height: 2.4em;
  word-wrap: break-word;
}
.point-reader-2:before {
  font-family: 'FontAwesome';
  content: "\f238";
  margin-right: 3px;
}
/*本日空きあり ふきだし*/
.p-tooltip-vacancy {
  position: absolute;
  top: -18px;
  left: 0;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #dc5519;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.p-tooltip-vacancy:before {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1em;
}
.p-tooltip-vacancy:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 4px solid #dc5519;
}
/*特典適用表示*/
.menu-card-discount {
  background: #fff1f7;
  padding: 5px;
  margin: 5px;
  font-size: 1.2rem;
  width: 100%;
}
.point-reader-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 2px;
}
.menu-card-price {
  font-size: 11px;
  text-align: right;
}
.menu-card-price span {
  font-size: 15px;
  font-weight: bold;
  color: #fd453a;
}
@media (max-width: 767px) {
  .menu-card-price {
    font-size: 10px;
    text-align: right;
  }
  .menu-card-price span {
    font-size: 13px;
    font-weight: bold;
    color: #fd453a;
  }
}
.hw-column-panel ul {
  padding-left: 0 !important;
  text-align: left;
}
.hw-column-panel .panel-body > .panel-list:first-child{
  padding-top: 10px;
}
.area_wrap{
  padding-bottom: 20px;
}
.genre-img {
  min-width: 5em;
  width: 5em;
}
/*PCのとき*/
@media (min-width: 768px) {
  .main-bg-color {
    background: repeating-linear-gradient(-45deg, #afffe0, #e2f7db 5px, #ffffff 5px, #ffffff 15px);
  }
  .banner-list {
    width: 70%;
    margin: 0 auto;
    font-size: 120%;
  }
  .banner-list-img {
    width: 80%;
    margin: 0 auto;
  }
  .banner-text {
    font-size:120%;
    margin-top: 10px;
  }
  img.hover-opacity:hover {
    opacity: 0.8;
  }
  .main-bg-color-summer img {
    box-shadow: 0px 0px 8px 8px rgb(0 78 64 / 15%);
  }
  .main-bg-color-autumn img {
    box-shadow: 0px 0px 14px 1px rgb(141 28 34 / 45%);
  }
  .main-bg-color-halloween img {
    box-shadow: 0px 0px 7px 7px rgb(137 70 0 / 20%);
  }
  .banner-link {
    display: inline-block;
  }
  .banner-link:hover {
    opacity: 0.8;
  }
  #pickup img {
    width: 50%;
  }
}
/*スマホのとき*/
@media (max-width: 767px) {
  .sub-bg-color {
    background-size: 8%;
  }
  .sub-bg-color2 {
    background-size: 40%;
  }
  .btn-cam, .btn-primary.disabled {
    font-size: 1.5em;
  }
  .off-top {
    margin-top: -2em;
  }
  #campaign {
    font-size: 13px;
  }
  #campaign .small {
    font-size: 10px;
  }
  .details dt {
    width: 100%;
    padding-bottom: 0;
  }
  .details dd {
    width: 100%;
    border-top: none !important;
  }
  .pc-big {
    font-size: 100%;
  }
  .cam-banner img {
    width: 95%;
  }
  .cam-banner .banner-title {
    font-size: 13px;
  }
  /*終了対応*/
  #cp_end {
    font-size: 100%;
  }
  .hw-column-panel a {
    font-size:15px;
  }
  .button-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 0.5em);
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.5em);
    padding-left: 0.5em;
    background-color: rgba(255,239,247,.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .button-fixed .btn-cam {
    margin: 7px auto 0;
    width: 100%;
    padding: 0.5em;
  }    
  #searchguide.clear.text-center.pt10 {
    display: none;
  }
  .area_wrap {
    padding: 0;
    border-left: solid thin #ddd;
    border-right: solid thin #ddd;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_year-btn_history{
    margin-bottom: 10px;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
}
/*アプリ対応*/
@media (max-width: 767px) {
  #rae-app .header-wrap footer .breadcrumb-wrap {
    padding-bottom: 100px !important;
  }
}