@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 62.5%;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
}

nav.gnav {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
 Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.display__pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__pc {
    display: block !important;
  }
}

.display__sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .display__sp {
    display: none !important;
  }
}

.display__none {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: .6;
}

.facility__none {
  height: 0 !important;
  padding: 0 !important;
}

#renewal2022 a, 
#renewal2022 button {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#renewal2022 a:hover, 
#renewal2022 button:hover {
  opacity: .6;
}

.bg__green01 {
  background-color: #439027 !important;
}

.bg__gray01 {
  background-color: #f0f0f0 !important;
}

.bg__gray02 {
  background-color: #f5f5f5 !important;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#renewal2022 ul[role="list"],
#renewal2022 ol[role="list"] {
  list-style: none;
}


#renewal2022 a:not([class]) {
  text-decoration-skip-ink: auto;
}
#renewal2022 a:hover, 
#renewal2022 button:hover {
  opacity: .6;
}

#renewal2022 img,
#renewal2022 picture {
  max-width: 100%;
  display: block;
}

#renewal2022 input,
#renewal2022 button,
#renewal2022 textarea,
#renewal2022 select {
  font: inherit;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

#renewal2022 ul,
#renewal2022 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#renewal2022 a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/*
 * Module
 * -------------------------------------------------------------------
 */
#renewal2022 .gnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

#renewal2022 .gnav__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  color: black;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__container {
    min-width: 1280px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

#renewal2022 .gnav__1st {
  position: relative;
  height: 45px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #439027;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st {
    height: 60px;
    font-size: 1.4rem;
    margin: auto;
    padding: 0;
    max-width: 1280px;
  }
}

#renewal2022 .gnav__1st .gnav__facility {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st .gnav__facility {
    margin: auto;
  }
}

#renewal2022 .gnav__1st .searchUI {
  width: 300px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}

#renewal2022 .gnav__1st > ul > li {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-left: 1px solid #fff;
}

#renewal2022 .gnav__1st > ul > li > a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  height: 100%;
  padding: 0 30px 0 50px;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a {
  position: relative;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 15px;
  width: 18px;
  height: 18px;
  margin: auto;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_time.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_access.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_floor.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_info.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(5) {
  position: relative;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a {
  padding: 0 30px 0 40px;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a:before {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_nav_global.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#renewal2022 .gnav__1st .logo__header02 {
  width: 220px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}

#renewal2022 .gnav__balloon {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 0;
  top: 105px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon {
    width: 144px;
    top: auto;
    padding: 20px 0 0;
  }
}

#renewal2022 .gnav__balloon__list {
  position: relative;
  padding: 20px 20px 40px;
  background: #56B234;
  background: linear-gradient(135deg, #56B234 0%, #56B234 20%, #56B234 80%, #56B234 100%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list {
    padding: 10px 0;
  }
}

#renewal2022 .gnav__balloon__list > li {
  width: 47%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list > li {
    width: 100%;
  }
}

#renewal2022 .gnav__balloon__list > li:hover {
  background: rgba(255, 255, 255, 0.3);
}

#renewal2022 .gnav__balloon__list > li:hover > a {
  opacity: 1;
}

#renewal2022 .gnav__balloon__list > li > a {
  color: #fff;
  font-weight: initial;
  padding: 12px 10px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list > li > a {
    padding: 4px 10px;
    border-bottom: 0;
  }
}

#renewal2022 .gnav__balloon__list > li .current {
  font-weight: bold;
}

#renewal2022 .gnav__balloon__list:before {
  content: none;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #56B234;
  }
}

#renewal2022 .gnav__2nd {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  position: relative;
  z-index: 100;
  height: 60px;
  font-size: 1.6rem;
  font-weight: normal;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd {
    height: 90px;
    font-weight: bold;
    max-width: 1280px;
    margin: 0 auto;
  }
}

#renewal2022 .gnav__2nd > div:first-of-type {
  width: 50%;
  margin: 0 auto 0 0;
}

#renewal2022 .gnav__2nd > div:first-of-type > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

#renewal2022 .gnav__2nd > div:first-of-type > a > img {
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd > div:first-of-type {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 240px;
    padding: 10px 30px;
    padding: 10px 0 10px 30px;
  }
  #renewal2022 .gnav__2nd > div:first-of-type > a {
    display: block;
    width: 100%;
  }
}

#renewal2022 .gnav__3rd {
  position: fixed;
  top: auto;
  background: linear-gradient(135deg, #006db7 0%, #006db7 20%, #0094d2 80%, #0094d2 100%);
  overflow-y: scroll;
  height: auto;
  padding: 0;
  width: 100%;
  color: #fff;
  background: #56B234;
  background: linear-gradient(135deg, #56B234 0%, #56B234 20%, #56B234 80%, #56B234 100%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd {
    display: block;
    position: relative;
    z-index: 90;
    opacity: 0;
    top: 0;
    right: 0;
    height: calc(100% - 80px);
    padding: 0;
    overflow: auto;
    -ms-overflow-style: none;
    /* これを追加 */
    scrollbar-width: none;
  }
  #renewal2022 .gnav__3rd:-webkit-scrollbar {
    display: none;
  }
}

#renewal2022 .gnav__3rd__wrapper {
  overflow: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 1280px;
    padding: 50px;
    height: auto;
  }
}

#renewal2022 .gnav__3rd__wrapper > .gnav__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item {
    width: 50%;
  }
}

#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type {
  padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 0 0 30px;
  }
}

#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type > li {
  width: 100%;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type > li {
    width: 47%;
  }
}

#renewal2022 .gnav__3rd__wrapper > .gnav__item:first-child {
  padding: 0;
}

#renewal2022 .gnav__item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

#renewal2022 .gnav__item > ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#renewal2022 .gnav__item > ul:first-of-type {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#renewal2022 .gnav__item > ul:last-of-type {
  margin: 24px 0 0;
}

#renewal2022 .gnav__item > ul:last-of-type > li {
  font-size: 1.4rem;
  padding: 4px;
  width: 40%;
}

#renewal2022 .gnav__item > ul:last-of-type > li:nth-of-type(1),
#renewal2022 .gnav__item > ul:last-of-type > li:nth-of-type(3) {
  width: 60%;
}

#renewal2022 .gnav__item > ul > li {
  width: 45%;
}

#renewal2022 .gnav__item-btn {
  display: block;
  width: 240px;
  color: #439027;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

#renewal2022 .gnav__item-ttl {
  position: relative;
  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 0;
  padding: 0 0 0 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item-ttl {
    height: auto;
    margin: 0;
  }
}

#renewal2022 .gnav__item-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_point_square.png) center center/contain no-repeat;
}

#renewal2022 .gnav__item-txt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 0 0;
}

#renewal2022 .gnav__item-lead {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0 0 16px;
}

#renewal2022 .gnav__item-lead:before {
  content: "※";
  position: absolute;
  top: 9px;
  left: 0;
}

#renewal2022 .gnav__main > li {
  margin: 0 0 0 4px;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__main > li {
    margin: 0;
  }
}

#renewal2022 .gnav__main > li .icon-header-01:before {
  background: url(/lazona-kawasaki/assets_lazona/img/icon/icon_header_01_sp.png) center center/contain no-repeat;
}

#renewal2022 .gnav__main > li .icon-header-02:before {
  background: url(/lazona-kawasaki/assets_lazona/img/icon/icon_header_02_sp.png) center center/contain no-repeat;
}

#renewal2022 .gnav__main > li .icon-header-close01:before,
#renewal2022 .gnav__main > li .icon-header-03:before,
#renewal2022 .gnav__main > li .icon-header-close:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_cross_colored.svg) center center/140% no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-close {
  display: none;
}
#renewal2022 .gnav__main > li.is-open p {
  display: none;
}
#renewal2022 .gnav__main > li.is-open .icon-header-close {
  display: block;
}
#renewal2022 .gnav.type02 .gnav_body {
  display: none;
}
#renewal2022 .gnav__main > li .icon-login:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/lazona-kawasaki/assets_lazona/img/icon/icon_header_03_sp.png) center center/contain no-repeat;
}

#renewal2022 .gnav__main > li > p {
  position: relative;
  width: 60px;
  height: 60px;
}

#renewal2022 .gnav__main > li > p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}

#renewal2022 .gnav__main > li > p > span:nth-child(1), #renewal2022 .gnav__main > li > p > span:nth-child(2), #renewal2022 .gnav__main > li > p > span:nth-child(3) {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #56B234;
}

#renewal2022 .gnav__main > li > p > span:nth-child(1) {
  bottom: 28px;
  right: 0;
  left: 0;
}

#renewal2022 .gnav__main > li > p > span:nth-child(2) {
  bottom: 36px;
  right: 0;
  left: 0;
}

#renewal2022 .gnav__main > li > p > span:nth-child(3) {
  bottom: 44px;
  right: 0;
  left: 0;
}

#renewal2022 .gnav__main > li > p > span:last-of-type {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: auto;
  font-size: .9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}

@media screen and (min-width: 768px) {
  #renewal2022 .gnav__main > li {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  #renewal2022 .gnav__main > li > a {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    height: 100%;
    padding: 0 22px;
  }
  #renewal2022 .gnav__main > li:last-of-type {
    padding: 0 20px 0 0;
  }
}

#renewal2022 .gnav__main > li > .icon-header-close01::before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_cross_colored.svg) center center/140% no-repeat;
}

#renewal2022 .gnav__guide > li {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
}

#renewal2022 .gnav__guide > li > a {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#renewal2022 .gnav__guide > li > a > .icon {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#renewal2022 .gnav__guide > li > a > .icon:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 70%;
  margin: auto;
}

#renewal2022 .gnav__guide > li > a > p {
  width: 100%;
}

#renewal2022 .gnav__guide > li > a > p > span {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  height: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}

#renewal2022 .gnav__guide-mall {
  width: 100%;
  height: 40px;
  background: #dcdcdc;
  background: linear-gradient(135deg, #dcdcdc 0%, #dcdcdc 20%, #fafafa 80%, #fafafa 100%);
}

#renewal2022 .gnav__guide-mall .icon {
  width: 100%;
  height: 50px;
}

#renewal2022 .gnav__guide-mall .icon:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/logo_mall.svg) center center/contain no-repeat;
}

#renewal2022 .gnav__guide-point {
  width: 100%;
  height: 40px;
  background: #e1fac6;
  background: linear-gradient(135deg, #e1fac6 0%, #e1fac6 20%, #ecfbef 80%, #ecfbef 100%);
}

#renewal2022 .gnav__guide-point .icon {
  width: 100%;
  height: 50px;
}

#renewal2022 .gnav__guide-point .icon:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_point.svg) center center/contain no-repeat;
}

#renewal2022 .gnav__guide-member {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #56B234;
  background: linear-gradient(135deg, #56B234 0%, #56B234 20%, #56B234 80%, #56B234 100%);
}

#renewal2022 .gnav__guide-member .icon {
  width: 100%;
  height: 50px;
}

#renewal2022 .gnav__guide-member .icon:before {
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_member.svg) center center/contain no-repeat;
}

#renewal2022 .gnav__guide-member .icon:after {
  content: "";
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: 0;
  right: -60px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_check.svg) center center/contain no-repeat;
}

#renewal2022 .gnav__guide-close {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #56B234;
  background: linear-gradient(135deg, #56B234 0%, #56B234 20%, #56B234 80%, #56B234 100%);
}

#renewal2022 .gnav__guide-close .icon {
  width: 100%;
  height: 60px;
}

#renewal2022 .gnav__guide-close .icon:before {
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(/lazona-kawasaki/assets_lazona/img/header/icon_cross.svg) center center/contain no-repeat;
}

#renewal2022 .gnav__menu__bg {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(2000px + 44px + env(safe-area-inset-bottom));
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  background-attachment: fixed;
}

#renewal2022 .gnav__menu__open {
  right: 0 !important;
}

#renewal2022 .gnav__menu__wrapper {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: -120%;
  width: 80vw;
  background: #fff;
  z-index: 100;
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll !important;
  max-height: 100vh;
}

#renewal2022 .gnav__menu__wrapper > ul {
  width: 100%;
  background: #56B234;
  background: linear-gradient(135deg, #56B234 0%, #56B234 20%, #56B234 80%, #56B234 100%);
}

#renewal2022 .gnav__menu__wrapper > ul > li > a,
#renewal2022 .gnav__menu__wrapper > ul > li > span {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 16px 24px;
  border-top: 1px solid #fff;
}

#renewal2022 .gnav__menu__wrapper > ul .gnavi__toactive:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
          transform: translate(-50%, -50%) rotate(0deg) !important;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas {
  position: relative;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline:after {
  background: #343434;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline > span {
  color: #343434;
  background: #d7d7d7;
  border-top: 0;
  border-bottom: 1px solid #999;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low:after {
  background: #343434;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > span {
  position: relative;
  color: #343434;
  font-size: 1.3rem;
  background: #f0f0f0;
  border-top: 0;
  border-bottom: 1px solid #999;
  padding: 16px 24px 16px 44px;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > a:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 26px;
  width: 8px;
  height: 1px;
  background: #343434;
  margin: auto;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > span {
  position: relative;
  color: #343434;
  font-size: 1.3rem;
  background: #C9E6BE;
  border-top: 0;
  border-bottom: 1px solid #C9E6BE;
  padding: 16px 24px 16px 44px;
}

#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > a:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 26px;
  width: 8px;
  height: 1px;
  background: #439027;
  margin: auto;
}

#renewal2022 .gnav__menu-close {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  height: 57px;
  padding: 6px;
}

#renewal2022 .gnav__menu-close > span {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  width: 56px;
  height: 46px;
  text-align: center;
  font-size: .9rem;
}

#renewal2022 .gnav__menu-close > span:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #439027;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#renewal2022 .gnav__menu-close > span:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #439027;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#renewal2022 .gnav__logo {
  margin-right: 10px;
  width: 30%;
}

#renewal2022 .gnav .gnav__wrap .gnav__item.type02 > a {
  padding: 0 20px;
  height: auto;
}

#renewal2022 .gnav__wrap {
  background-color: #fff;
}

#renewal2022 .shadow__header {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

#renewal2022 .sec__head {
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head {
    margin: 0;
    padding: auto;
  }
}

#renewal2022 .sec__head > p {
  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > p {
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
  }
}

#renewal2022 .sec__head > p > span {
  display: block;
  width: auto;
  color: #666;
  font-size: 1.0rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > p > span {
    font-size: 1.6rem;
  }
}

#renewal2022 .sec__head > span {
  width: 100%;
  color: #666;
  font-size: 1.0rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
  padding: 0;
}

#renewal2022 .sec__head > a {
  position: absolute;
  right: 0;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 50px;
  background: #96b44a;
  background: linear-gradient(135deg, #96b44a 0%, #96b44a 20%, #56B234 80%, #56B234 100%);
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > a {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #96b44a;
    background: linear-gradient(135deg, #96b44a 0%, #96b44a 20%, #439027 80%, #439027 100%);
  }
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #renewal2022 .sec__head > p {
    width: auto;
    font-size: 3.0rem;
    font-weight: bold;
  }
  #renewal2022 .sec__head > span {
    width: auto;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.5rem 0 0;
    padding: 0 20px;
  }
  #renewal2022 .sec__head > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 50px;
    background: #96b44a;
    background: linear-gradient(135deg, #96b44a 0%, #96b44a 20%, #56B234 80%, #56B234 100%);
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  #renewal2022 .sec__head > a {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #96b44a;
    background: linear-gradient(135deg, #96b44a 0%, #96b44a 20%, #439027 80%, #439027 100%);
  }
}

#renewal2022 .sec__mall__ttl {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#renewal2022 .sec__mall__ttl > img {
  max-width: 80px;
  margin: 0 16px 4px 0;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__mall__ttl > img {
    max-width: 140px;
    margin: 5px 26px 0 0;
  }
  #renewal2022 .sec__mall__ttl > img > img {
    width: 100%;
    max-width: auto;
  }
}

#renewal2022 .sec__mall__ttl > span {
  width: 100% !important;
}

#renewal2022 .sec__feature__head > a {
  display: block;
  color: #439027;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 50px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__feature__head > a {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
  }
}

/*
 * main
 * -------------------------------------------------------------------
 */
 #renewal2022{
  position: relative;
  z-index: 99999;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #renewal2022{
    padding-top: 105px;
  }
  .float-nav span{
    font-size: 1rem;
  }
}


#renewal2022 .fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#renewal2022 .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#renewal2022 .gnav__guide-member.notlogin .icon::after {
  content: none;
}
#renewal2022 .gnav__main > li > a > p {
  position: relative;
  width: 60px;
  height: 60px;
}

#renewal2022 .gnav__main > li .icon-header-login > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: auto;
  font-size: .9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}

#renewal2022 .gnav__main > li .icon-header-login::before {
  background: url(/lazona-kawasaki/assets_lazona/img/icon/icon_header_02_sp.png) center center/contain no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}
#renewal2022 .gnav__main > li .icon-login.notlogin:after {
  content: none!important;
}
#renewal2022 .gnav__main.type02 > li > a > p {
  position: relative;
  width: 60px;
  height: 60px;
}

#renewal2022 .gnav__main.type02 > li .icon-login > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: auto;
  font-size: .9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}

#renewal2022 .gnav__main.type02 > li .icon-login::before {
  background: url(/lazona-kawasaki/assets_lazona/img/icon/icon_header_02_sp.png) center center/contain no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}

#renewal2022 .gnav__main.type02 > li .icon-login.notlogin::after {
  content: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper.type02 > .gnav__item > ul:first-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footer__container {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: black;
}
#footer .footer__container a{
  text-decoration: none;
  color:inherit;
  transition: all 0.3s ease;
}
#footer .footer__container a:hover{
  opacity: .6;
}
#footer .footer__item{
  margin: 0 auto;
}
#footer .footer__sitelink{
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .footer__sitelink > ul > li{
  width: 49%;
  font-size: 9px;
  height: auto;
  padding: 4px 0;
}
#footer .footer__line > ul{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#footer .footer__sns__ttl{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#footer .footer__container .footer__sns > ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer__container .footer__sns > ul > li:not(:last-child){
  margin-right: 16px;
}
#footer .footer__gray{
  background: #f5f5f5;
}
#footer .footer__line{
  align-self: stretch;
}
#footer .footer__sns > ul > li > a{
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
#footer .footer__item-06 ul{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.1rem;
}

#footer .footer__item-06 ul > li{
  position: relative;
  margin: 0;
}
#footer .footer__item-06 ul > li:not(:first-of-type){
  font-weight: bold;
}
#footer .footer__item-06 ul > li:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  margin: auto;
  background: #999;
}
#footer .footer__item-06 ul > li:last-of-type::before,
#footer .footer__item-06 ul > li:first-of-type::before{
  content: none;
}
#footer .footer__copy{
  color: #4b5253;
  font-size: 9px;
  margin: 20px 0 0 0;
}
#footer .footer__item-04{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .footer__sitelink > ul{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
}
#footer .footer__sns{
  width: 100%;
  padding: 20px 10px;
}
#footer .footer__gradient-02{
  background-color: #dae7b9;
  color: #343434;
}
#footer .footer__sns > ul{
  margin: 16px 20px 0;
}
#footer .footer__item-05{
  padding: 40px 30px 30px;
}
#footer .footer__item-05 ul{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .footer__item-05 ul > li{
  width: 50%;
}
#footer .footer__item--bgwhite{
  background-color: #fff;
}
#footer .footer__item-05 ul > li > a{
  border-right: 1px solid #f5f5f5;
  background: #fff;
  display:block;
}
#footer .footer__item-05 ul > li:last-of-type > a{
  border: 0;
}
#footer .footer__btn > a{
  display: block;
  width: 240px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #439027;
  margin: 30px auto 0;
}
#footer .footer__item-06{
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 30px 30px 70px;
}
#footer .footer__item-06 .footer__line:first-of-type{
  width: 100%;
  margin: 20px 0 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .footer__item-06 ul > li > a{
  padding: 10px 20px;
  display:block;
}
#footer .footer__item-06 .footer__line:first-of-type ul li:first-of-type{
  width: 100%;
  text-align: center;
}
#footer .footer__item-06 .footer__line:last-child > ul > li > a{
  padding: 0;
}
#footer .footer__lightblue01{
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px){
  .footer.type02{
    padding-bottom: 0;
  }
  #footer .footer__container {
    min-width: 1280px;
  }
  #footer .footer__item-04{
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #footer .footer__line{
    width: 100%;
  }
  #footer .footer__item{
    width: 1280px;
  }
  #footer .footer__sitelink{
    width: calc(100% - 340px);
    padding: 10px 10px 10px 30px;
  }
  #footer .footer__sitelink.type02 > ul{
    justify-content: flex-start;
  }
  #footer .footer__sitelink > ul > li{
    font-size:14px;
  }
  #footer .footer__sns{
    width: 320px;
    margin-right: 30px;
    padding: 30px 10px;
  }
  #footer .footer__sns > ul{
    margin: 16px 0 0 0;
  }
  #footer .footer__sitelink.type02 > ul>li{
    width: 20%;
  }
  #footer .footer__sitelink.type02 > ul>li:nth-of-type(4){
    width: 18.5%;
  }
  #footer .footer__sitelink.type02 > ul>li:nth-of-type(5){
    width: 21.5%;
  }
  #footer .footer__item-05 ul{
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #footer .footer__item-05 ul > li{
    width: 16.6666666667%;
  }
  #footer .footer__item-05 ul > li > a > img{
    width: 80%;
    margin: auto;
    display:block;
  }
  #footer .footer__item--bgwhite{
    background-color: transparent;
  }
  #footer .footer__item-06{
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 10px;
  }
  #footer .footer__item-06 .footer__line:first-of-type{
    width: 70%;
    margin: 0;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
  }
  #footer .footer__item-06 ul > li > a{
    padding: 0 20px;
  }
  #footer .footer__copy{
    font-size: 11px;
  }
  #footer .footer__item-06 .footer__line:last-of-type{
    width: 30%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .footer__item-06 .footer__line:last-of-type > ul > li > a{
    padding: 0 0 0 10px;
  }
  #footer .footer__item-06 .footer__line:first-of-type ul li:first-of-type{
    width: auto;
    text-align: left;
  }
}

.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;
  line-height: 30px;
}

.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;
}

#mypageparts {
  display: none;
}
#waiting_lord {
  display: none;
}

