
@charset "UTF-8";
.text-adjust > span {
  letter-spacing: 0;
  bottom: -0.2em;
}

.open-mymenu {
  top: -5px;
}

.open-mymenu.login-before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_header_lock_01.svg) center 12px no-repeat;
  background-size: 41px auto;
}

.open-mymenu.login-after {
  background: url(/lalaport/common/image/icon-fix-menu/icon_header_unlock_01.svg) center 12px no-repeat;
  background-size: 41px auto;
}

.open-mymenu.login-member {
  background: url(/lalaport/common/image/icon-fix-menu/icon_header_unlock_01.svg) center 8px/75% no-repeat !important;
  background-size: 41px auto;
  top: -1px;
}

nav.float-nav .icon {
  position: relative;
  height: 23px;
}

nav.float-nav .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.icon-n-home:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_01.svg) center center/auto 100% no-repeat;
}

.icon-n-search:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_02.svg) center center/auto 100% no-repeat;
}

.icon-n-floor:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_03.svg) center center/auto 100% no-repeat;
}

.icon-n-floor + span {
  letter-spacing: 0;
  width: 110%;
  margin: 0 0 0 -5%;
}

.icon-n-coupon {
  height: 18px !important;
  margin: 3px 0 2px;
}

.icon-n-coupon:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_04.svg) center center/auto 100% no-repeat;
}

.icon-n-point-card {
  height: 21px;
  margin: 1px 0;
}

.icon-n-point-card:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_05.svg) center center/auto 100% no-repeat;
}

.icon-n-point:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_point.svg) center center/auto 100% no-repeat;
}

.icon-mall:before {
  background: url(/lalaport/common/image/icon-fix-menu/icon_footer_fixed_06.svg) center center/80% no-repeat;
}

@media screen and (max-width: 768px) {
  .float-nav {
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 10000;
  }
  .float-nav span {
    font-size: 1.1rem;
    font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .float-nav a {
    text-decoration: none;
  }
}

@media screen and (max-width: 387px) {
  .float-nav span {
    font-size: 1.0rem;
    font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
  }
}

.footer {
  padding: 0 0 50px 0;
}

@media screen and (max-width: 768px) {
  .section-guest {
    padding-bottom: 40px;
  }
}

.float-nav {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #pageTop02 {
    bottom: 60px;
  }
  .float-nav {
    display: block !important;
    position: fixed;
    left: 0;
    width: 100%;
    font-size: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .float-nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .float-nav li {
    display: table-cell;
    width: 20%;
    vertical-align: top;
  }
  .float-nav a {
    display: block;
    height: 50px;
    padding: 9px 0 0;
    color: #505050;
    font-size: 1.0rem;
    text-align: center;
  }
  .float-nav .icon, .float-nav span {
    display: block;
  }
  .float-nav .icon.icon-n-point-card + span {
    margin: 0 -0.4em;
  }
  .float-nav span {
    position: relative;
    bottom: -0.1em;
    color: #222222;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 360px) {
  .float-nav .icon.icon-n-point-card + span {
    margin: 0 -0.9em;
  }
  .float-nav span {
    font-size: 10px;
    width: 120%;
    margin: 0 0 0 -9%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* hunger */
.footer.type02 .footer__logo {
  max-width: 305px;
}
@media screen and (min-width:769px){
  .footer.type02 .footer__logo {
    width: 305px;
  }
  .footer.type02 .footer__nav li{
    width: 20%;
  }

}

@media screen and (min-width:768px){
  #renewal2022 .footer__sitelink.type02 > ul{
    justify-content:flex-start;
  }
  #renewal2022 .footer__sitelink.type02 > ul>li{
    width:20%;
  }
  #renewal2022 .footer__sitelink.type02 > ul>li:nth-of-type(4){
    width:18.5%;
  }
  #renewal2022 .footer__sitelink.type02 > ul>li:nth-of-type(5){
    width:21.5%;
  }
}
.modal__logout{
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.modal__logout--container{
  padding: 20px;
  position:absolute;
  width: 80%;
  max-width: 600px;
  transform:translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius:10px;
  background-color: #fff;
}
.modal__logout--title{
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #535353;
}
.modal__logout--inner a{
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.modal__logout--inner a:hover{
  opacity: .6;
}
.modal__logout--inner .btn--logout span{
  position: relative;
}
.modal__logout--inner .btn--logout span::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color:transparent;
  position:absolute;
  right: -12px;
  top: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #0094d2;
  border-right: 1px solid #0094d2;
}
.modal__logout--title .btn--close{
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding-top: 30px;
  width: 30px;
  right: 18px;
  top: 10px;
}
.modal__logout--title .btn--close::before{
  content: "";
  display:block;
  height:20px;
  width: 2px;
  background-color: #000000;
  transform: rotate(45deg);
  position:absolute;
  top: 5px;
  left: 50%;
}
.modal__logout--title .btn--close::after{
  content: "";
  display:block;
  height: 20px;
  width: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 50%;
}
.modal__logout--inner .describe{
  padding:20px 0;
  font-size: 16px;
}
.modal__logout--inner .btn--logout{
  display: block;
  border: 1px solid #0094d2;
  font-size: 15px;
  padding: 12px;
  color: #0094d2;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
}
.modal__logout--inner .btn--close{
  display: block;
  border: 1px solid #000000;
  font-size: 15px;
  padding: 12px;
  color: #000000;
  text-align: center;
  border-radius: 5px;
}
.modal__logout--inner .btn--close span{
  position: relative;
  margin-left: 38px;
}
.modal__logout--inner .btn--close span:before{
  content: "×";
  position: absolute;
  font-size: 20px;
  left: -20px;
  top: -4px;
}

.modal__logout.green .modal__logout--inner .btn--logout{
  border-color: #439027;
  color: #439027;
}
.modal__logout.green .modal__logout--inner .btn--logout span{
  color: #439027;
}
.modal__logout.green .modal__logout--inner .btn--logout span::after{
  border-color: #439027;
}
.wrap__modal__logout{
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height:1.5;
  font-size: 16px;
}
.modal__logout--inner .btn--logout span{
  color: #0094d2;
}



