@charset "utf-8";
/*** キャンペーンページ　リセット ***/
body {
  background: #fff;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign,#pickup,#use,#detail,#faq {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#campaign hr,#pickup hr,#use hr,#detail hr,#faq hr {
  border: transparent;
}
#campaign ul,#pickup ul,#use ul,#detail ul,#faq ul {
  padding-left: 1.5em;
}
#campaign li:not(:last-child),#pickup li:not(:last-child),#use li:not(:last-child),#detail li:not(:last-child),#faq li:not(:last-child) {
  margin-bottom: .5em;
}
#campaign p:last-of-type,#pickup p:last-of-type,#use p:last-of-type,#detail p:last-of-type,#faq p:last-of-type {
  margin-bottom: 0;
}
#campaign a,#pickup a,#use a,#detail a,#faq a {
  color: #0071b9;
}
#campaign a:hover,#pickup a:hover,#use a:hover,#detail a:hover,#faq a:hover {
  text-decoration: none;
}
.max-w, .step {
  max-width: 800px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
#campaign small, #campaign .small, #pickup small, #pickup .small,#use small, #use .small,#detail small, #detail .small,#faq small, #faq .small {
  font-size: 90%;
}
.btn-epark {
  background: #8fc31f;
  color: #fff !important;
}
#use h2 {
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
}

#use h3:before {
  border-left: 5px solid;
  content: "";
  margin-right: 8px;
}
.flex-jc-center {
  justify-content: center;
}
.bg-color-white {
  background-color: #fff;
}
.emp-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ff50 70%);
}
.pc-big {
  color:#333333;
}
.text-orange {
  color:#ff5814;
  font-size:120%;
}
.inline-block {
  display: inline-block;
}
.fs18 {
  font-size:18px;
}
.fs16 {
  font-size:16px;
}
.fs15 {
  font-size:15px;
}
.fs12 {
  font-size:12px;
}
.text-danger {
  color: #e62321;
}
@media (min-width: 768px) {
  .pc-big {
    font-size: 135%;
  }
  .pc-img-emp {
    background: #e3f4ff;
    border-radius: 6px;
    margin: 10px auto;
    width: 510px;
  }
  .pc-pd-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sp-inline-block {
    display:inline-block;
    text-indent: 2.5em;
  }
  .m-text-indent-3 {
    margin-left: 3em;
    position: relative;
    top: -10px;
    display: block;
  }
}
.border-default {
  border-radius: 12px;
  padding: 5px;
  margin: 10px 10px;
  background: #eff2f4;
}
@media (min-width: 768px) {
  .border-default {
    margin: 20px 25px;
  }
}
.cam-radius {
  border-radius: 12px;
}
/***Vポイント***/
.icon-vpoint::before {
  display: inline-block;
  vertical-align: -5%;
  content: "";
  background: url(/images/campaign/raeapp_vp25/vpoint_logo.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.rectangle_vpoint {
  display: inline-block;
  vertical-align: 6px;
  text-indent: -9999px;
  background: url(/images/campaign/raeapp_vp25/vpoint_logo_normal.svg);
  background-size: cover;
  width: 23px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
}
.color-vpoint {
  color:#004098;
}
.figure-vpoint {
  font-size: 175%;
}
/*** 終了日カウンター ***/
.count-down {
  display: none;
  background: #fff;
  font-size: 18px;
  text-align: center;
}
.count-down-body {
  display: inline-block;
  margin: 0 -2em 1em -2em;
  padding: .6em 2em;
  background: #ffe5e5;
  border-radius: 100px;
}
.count-down-panel {
  color: #ff2155;
}
.count-down .day, .count-down .hour, .count-down .minute, .count-down .second {
  position: relative;
  top: .1em;
  padding-left: .2em;
  font-size: 180%;
  line-height: .8;
  font-family: 'Heebo', sans-serif;
}
@media (max-width: 767px) {
  .count-down {
    font-size: 12px;
  }
}
.main-bg-color {
  background-color: #eef6ff;
  /*background-image: linear-gradient( 180deg, #FDEB71 10%, #ffd62d 100%);*/
  padding: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-bg-color img {
    border-radius: 0;
    box-shadow:none;
  }
}
@media (min-width: 768px) {
  .main-bg-color .img-description {
   width: 680px;
 }
}
.sub-bg-color {
  background-color: #ffeaea;
}
.clear-bg-color {
  background-color: #fff;
}
.cam-banner .font-size-15 {
    font-size: 20px;
  }
.img-cp-banner {
  max-width: 580px;
}
@media (max-width: 767px) {
  .img-cp-banner {
    max-width: 91%;
  }
}
.img-cp-banner:hover {
  opacity: .8;
}
.font-size-15 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cam-banner .font-size-15 {
      font-size: 20px;
  }
}
#pickup {
  background-color: #e3f4ff;
  padding: 10px 0;
}
#pickup img {
  border-radius: 10px;
  /*box-shadow: 0 0 5px 3px rgb(221 221 221 / 50%);*/
}
@media (min-width: 768px) {
  #pickup {
  padding: 20px 10px;
  }
}
.max-w, .step {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.app-info {
  font-size: 85% !important;
}
/*** ボタン ***/
.btn-cam {
  max-width: 420px;
  width: 80vw;
  padding: .8em 0;
  margin: 5px;
  background-color: #fffc95;
  background: #fffc98;
  color: #333 !important;
  font-size: 18px;
  white-space: inherit;
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 2px 2px rgb(255 222 202);
}
.btn-login {
  background: #ff5d2c;
  color: #fff !important;
}
.step .btn-cam {
  margin: 10px auto;
}
.btn-app {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95vw;
  height: 50px;
  margin: 5px auto !important;
  border-width: 2px;
  border-style: solid;
  border-color: #ff5d2c;
  border-radius: 50px;
  background: #fffc98;
  color: #333 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  box-shadow: 0px 0px 2px 2px rgb(255 222 202);
}
.btn-app::before, .btn-app-gray::before {
  content: '';
  background-image: url('https://pimage1.mitsuraku.jp/img/app/app_icon_200x200.png');
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus ,
.btn-app:hover, .btn-app:active, .btn-app:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.btn-vpoint {
  background: #004098 !important;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
  color:#fff200 !important;
  border-radius: 10px;
  font-size: 15px;
}
.btn-vpoint::before {
  content: '';
  background-image: url(/images/campaign/raeapp_vp25/vpoint_logo_blue.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 1px;
  position: relative;
}
.button-fixed .btn-vpoint::before {
  content: none;
}
.link-cancell {
  color: #0071b9;
  font-size: 14px;
  position: relative;
  top: -10px;
}
.button-fixed .fs-15 {
  font-size: 15px;
}
.button-fixed .fa-caret-right {
  font-size: 1.5em;
}
.btn-cam.disabled {
  background: #777;
} 
@media (max-width: 767px) {
  .btn-cam {
    height: 45px;
    width: 76vw;
    font-weight: bold;
    font-size: 15px;
  }
  .btn-half {
    height: 60px;
    width: 80vw;
  }
  .btn-vpoint {
    height: 45px;
  }
  .button-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    padding-left: 10px;
    background-color: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .button-fixed .btn-cam {
    margin: 0 auto;
    width: 100%;
    padding: 0.8em;
  }
  .btn-app {
  max-width: 320px;
  font-size: 16px;
  }
}
.button-fixed .btn_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.button-fixed .btn_wrap .btn-login {
  max-width: 165px;
}
.btn_wrap.btn_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .sp-mt5 {
    margin-top: 5px !important;
  }
}
.btn_wrap.btn_center .btn-login {
  max-width: 37vw;
  margin: 5px !important;
  width: 80vw;
  padding: .8em 0;
  background-color: #ffa453;
  background: #ff5d2c;
  color: #fff !important;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 2px rgb(255 87 20 / 20%);
}
@media (max-width: 320px) {
  .btn_wrap.btn_center .btn-login {
    max-width: 133px;
  }
}
@media (min-width: 768px) {
  .button-fixed .btn_wrap .btn-login,
  .btn_wrap.btn_center .btn-login{
    max-width: 16vw;
    margin: 10px;
  }
  .fs12 {
    font-size: 14px;
  }
  .pc-text-center {
    text-align: center;
  }
}
.btn-search {
  max-width: 155px;
  padding: 38px 0 5px 0;
  font-size: 12px;
  background-repeat: no-repeat !important;
  background-position: center 8px !important;
  line-height: 1.4em;
  font-weight: normal;
  margin: 5px 5px 10px 5px !important;
  border-color: #ff5d2c;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .btn-search {
    max-width: 16vw;
  }
}
.btn-search span {
  font-weight: 700;
  font-size: 14px;
}
.btn-search.icon-station {
  background-image: url(/images/campaign/raeapp_vp25/icon-station.png?202510060921);
  background-size: 21px !important;
}
.btn-search.icon-current-location {
  background-image: url(/images/campaign/raeapp_vp25/icon-current-location.png?202510060921);
  background-size: 21px !important;
}
.img-icon {
  width: 3em;
  position: absolute;
  top: -.5em;
  left: -.5em;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.num {
  background-color: #014099;
  color: #fff;
  width: 2.5em;
  min-width: 2.5em;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  margin: 0.5em;
  border-radius: 6px;
  line-height: 1.2em;
}
.step {
  margin: 1em auto !important;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #dbdbdb;
  font-weight: bold;
}
.step h4 {
  background: #eff2f4;
  border-radius: 3px 3px 0 0;
  color: #333;
  font-size: 135%;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-text {
  font-size: 11px;
  display: inline-block;
  height: 1em;
}
.step-num {
  display: block;
  font-size: 20px;
  color: #fff200;
}
.step-text-emp {
  font-weight: 700;
  color: #ff5d2c;
}
.text-indent-minus {
  text-indent: -0.5em;
  display: inline-block;
}
@media (max-width: 767px) {
  .step h4 {
    font-size: 115%;
  }
  .disp-block-sp {
    display: inline-block;
  }
}
@media (max-width: 375px) {
  .step h4 {
    font-size: 102%;
  }
  .fs18 {
    font-size: 16px !important;
  }
}
.step .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .step .flex-center {
    justify-content: center;
  }
}
.step .flex img {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .step .flex img {
    max-width: 87px;
  }
}
.vpoint-site-note {
  padding:10px;
  font-weight: normal;
  font-size: 95%;
}
@media (min-width: 768px) {
  .step .flex img {
    width: 145px;
  }
  .vpoint-site-note {
    text-align: center;
  }
  .fs15 {
    font-size: 17px;
  }
}
.point-title {
  max-width: 720px;
  margin: 0 auto;
}
.cam-icon {
  background-color: #c43516;
  color: #fff;
  padding: .3em .5em;
  position: absolute;
  top: -1.3em;
  left: -.5em;
}
.details {
  border: none;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
}
.details > dt {
  padding: 0.8em;
  width: 16%;
  background: #eff2f4;
  margin-bottom: 10px;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
}
.details > dd {
  padding: 0.8em;
  width: 84%;
  margin-bottom: 10px;
  border: 2px solid #eff2f4;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 767px) {
  .details > dt {
    padding: 0.8em;
    width: 100%;
    background: #eff2f4;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
  }
  .details > dd {
    padding: 0.8em;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #eff2f4;
    border-radius: 0 0 12px 12px;
  }
}
#detail .cp-info-wrap {
  border: 2px solid #fff20d;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fffad9;
  font-size: 90%;
  letter-spacing: -0.03em;
}
#detail .cp-detail-wrap {
  background: #fff;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px 5px 5px;
}
.cam-mark {
  position: relative;
}
@media (max-width: 767px) {
  .cam-mark {
    margin-bottom: 4px;
  }
}
.cam-mark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  top: 3px;
  left: 0;
  border-radius: 0.2em;
  box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 7px #ff5d79
}
.not-hover {
  position: relative;
  box-shadow: none;
}
.not-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.bg-color-white.not-hover .panel-heading {
  padding: 15px 15px 4px 15px;
}
/*予約期限*/
.cam-date {
  color: #333;
  background-color: #ffe5e5;
  padding: 5px 0;
  font-size: 20px;
    
}
.cam-date dt, .cam-date dd {
  display: inline-block;
  font-weight: bold;
  color: #333;
}
.cam-date dt {
  background-color: #fff;
  color: #f02252;
  line-height: 1;
  border-radius: .2em;
  padding: .2em .5em;
  margin-right: .5em;
  font-weight: bold;
  width: 9em;
  text-align: center;
}
@media (max-width: 767px) {
  .cam-date {
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
  }
    .cam-date dt {
        margin-right: 0;
    }
    .cam-date dd {
        text-align: center;
    }
}
/*ご利用方法*/
#use {
  background: #fffad9;
}
/*FAQ*/
#faq {
  background: #eff2f4;
}
#faq dt, #faq dd {
  background-color: #fff;
  margin-bottom: 0.4em;
  padding: 0.8em 2.5em;
  line-height: 1.4;
  position: relative;
  border-radius: 12px;
}
#faq dt {
  cursor: pointer;
  z-index: 2;
}
#cam-check dt {
  padding: 0.8em .5em;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #a9a9a9;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -0.7em;
  font-size: 1.2em;
}
#faq dt::after, #cam-check dt::after {
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0.7em;
  top: 50%;
  margin-top: -0.7em;
  font-weight: normal;
  color: #a9a9a9;
}
#faq dl dt.active::after, #cam-check dt.active::after {
  content: "\f077";
}
#faq dd, #cam-check dd {
  display: none;
  background-color: #e2f1ff;
  margin: 0.4em 0 0.4em 0;
  z-index: 1;
}
#faq dd::before {
  content: "A";
  color: #014099;
}
#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;
}
@media (max-width: 767px) {
  /*  #campaign {
    font-size: 13px;
  }*/
  .pc-big {
    font-size: 105%;
  }
  #cp_end {
    font-size: 100%;
  }
}
/*** 特典詳細 ***/
#detail {
  padding: 20px 10px;
  background-image: #fff;
}
/*** バナー表示 ***/
.banner-list {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 15px;
}
.banner-list p {
  font-weight: bold;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .banner-list {
    width: 80%;
    margin: 10px auto 15px;
  }
  .banner-list a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .banner-list {
    font-size: 100%;
  }
  .banner-list a:hover {
    opacity: 0.8;
  }
}
.not-member-wrap {
  margin: 10px auto;
}
.not-member-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.not-member-text p span {
  color: #c43516;
  font-weight: bold;
}
.not-member-text .icon-attention {
  position: relative;
  margin-top: 5px;
  height: 2em;
  display: inline;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .not-member-text .icon-attention {
    top: 4px;
  }
  .not-member-text {
    font-size: 13px;
  }
}
.not-hover {
  border: 1px solid #ddd;
  border-radius: 6px;
}
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
  .button-fixed .fs-15{
    font-size: 14px !important;
  }
  .btn-app {
    max-width: 280px;
    font-size: 15px;
  }
  .app-info {
    font-size: 79% !important;
  }
  .btn-cam {
    width: 87vw !important;
  }
  .fs18 {
    font-size: 14px !important;
  }
}
/*アプリ対応*/
@media (max-width: 767px) {
  #rae-app .header-wrap footer .breadcrumb-wrap {
    padding-bottom: 100px !important;
  }
}
/*フロートボタン補完対応*/
.mt-m-40 {
  margin-top: -40px;
}
/* 背景 */
#backdrop.modal-backdrop {
  height: 100%;
  z-index: 1000 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
#backdrop.modal-backdrop.fade {
  opacity: 0
}
#backdrop.modal-backdrop.fade.in {
  opacity: 0.5
}

/*****ソーシャルログイン対応*****/
/**********ログイン************/
.epark_common_nav-login-btn {
  border-radius: 5px;
  background-color: #8fc31f;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 8px 8px 8px 66px;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}
.epark_common_nav-login-btn:hover {
  background-color: #84b31d;
  color: #fff;
  text-decoration: none;
}
.panel-heading {
  padding: 10px 10px 0 10px;
}
/**********新規会員登録************/
.epark_common_nav-registry {
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px 10px 10px;
}
.epark_common_nav-registry .epark_common_nav-registry-content {
  background-color: #fff;
  padding: 6px 15px 0 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.epark_common_nav-registry .epark_common_nav-registry-title {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-weight: bolder;
  margin-bottom: 10px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn {
  border-radius: 5px;
  width: 250px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 84px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 8px 8px 8px 66px;
  height: auto;
}
.epark_common_nav-registry .epark_common_nav-registry-btn:last-of-type {
  margin-bottom: 0;
}
.epark_common_nav-registry .epark_common_nav-registry-link {
  margin-top: 10px;
  text-align: center;
}
.epark_common_nav-registry .epark_common_nav-registry-link a {
  background: url(/images/common/header/point.png) left center no-repeat;
  background-size: 3px 5px;
  padding-left: 10px;
  text-decoration: underline;
  color: #333;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.epark-registry-btn {
  background-color: #ffe53d;
  color: #333;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.epark-registry-btn:hover {
  background-color: #e9cd1b;
}
.epark_common_nav-registry .epark_common_nav-registry-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:after,
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:after,
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
/**********ソーシャルログインボタン Apple************/
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn {
  background-color: #000;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:hover {
  background-color: #333333;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_apple.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:after {
  border-color: rgb(255,255,255,0.2);
}
/**********ソーシャルログインボタン LINE************/
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn {
  background-color: #06C755;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:hover {
  background-color: #009300;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_line.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:after {
  border-color: rgba(0, 0, 0, 0.10);
}
/**********ソーシャルログインボタン Google************/
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #c3c3c3;
  padding: 7px 8px 7px 66px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:hover {
  background-color: #f7f7f7;
  color: #000;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_google.png);
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:after {
  border-color: rgba(0, 0, 0, 0.10);
  width: 39px;
}
.epark_common_nav-registry-content .epark_common_nav-login-btn,
.epark_common_nav-registry-content .epark_common_nav-registry-btn {
  width: 230px;
  margin: 0 auto 10px;
}
.epark_common_nav-registry-content p {
  font-size:14px;
}
@media (min-width: 768px) {
  .epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:before,
  .epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:before {
    top: 0;
  }
}
.signupModalClose,
.loginModalClose {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #e3e3e3;
  opacity: 1;
  width: 1.6em;
  height: 1.6em;
  border: solid #333 1px;
  border-radius: 100%;
  color: #333;
  padding: 4px 8px;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  display: block;
  z-index: 1000;
}
.signupModalClose:hover,
.loginModalClose:hover {
  cursor: pointer;
  background: #bbb;
}
.signupModalClose span,
.loginModalClose span {
  position: relative;
  top: -1px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-content {
  background-color: #fff;
  margin: 50% auto;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  width: 320px;
  position: relative;
}
@media (min-width: 768px) {
  .modal-content {
    margin: 15% auto;
  }
  .signupModalClose span,
  .loginModalClose span {
    top: 0;
  }
}