@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 0.3 ease;
  transition: all 0.3 ease;
}

body {
  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;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-break: break-all;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1280px;
  }
}

.float-nav {
  z-index: 50 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
main {
  margin: 105px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main ,footer{
    position: relative;
    top: 150px;
    overflow: auto;
    margin: 0;
  }
}

.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

.sec__wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec__wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 20px 50px;
  }
}

section.mv .sec__wrap {
  /*padding: 0 20px 30px;*/
}

.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: 0.6;
}

.facility__none {
  height: 0 !important;
  padding: 0 !important;
}

a, button {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, button:hover {
  opacity: 0.6;
}

.blef {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrap-top-btn {
  z-index: 200 !important;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.bg__basiccolor {
  background-color: #FE4B2C !important;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
a {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
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;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

input {
  font-size: 16px;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.gnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}
.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;
}
@media screen and (min-width: 768px) {
  .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;
  }
}
.gnav__1st {
  position: relative;
  height: 45px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #FE4B2C;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gnav__1st {
    height: 60px;
    font-size: 1.4rem;
    margin: auto;
    padding: 0;
    max-width: 1280px;
  }
}
.gnav__1st .gnav__facility {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .gnav__1st .gnav__facility {
    margin: auto;
  }
}
.gnav__1st .searchUI {
  width: 300px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}
.gnav__1st > ul > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 1px solid #fff;
}
.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;
}
.gnav__1st > ul > li:nth-of-type(1) > a, .gnav__1st > ul > li:nth-of-type(2) > a, .gnav__1st > ul > li:nth-of-type(3) > a, .gnav__1st > ul > li:nth-of-type(4) > a, .gnav__1st > ul > li:nth-of-type(5) > a {
  position: relative;
}
.gnav__1st > ul > li:nth-of-type(1) > a:before, .gnav__1st > ul > li:nth-of-type(2) > a:before, .gnav__1st > ul > li:nth-of-type(3) > a:before, .gnav__1st > ul > li:nth-of-type(4) > a:before, .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;
}
.gnav__1st > ul > li:nth-of-type(1) > a:before {
  background: url(images/icon_time.svg) center center/cover no-repeat;
}
.gnav__1st > ul > li:nth-of-type(2) > a:before {
  background: url(images/icon_access.svg) center center/cover no-repeat;
}
.gnav__1st > ul > li:nth-of-type(3) > a:before {
  background: url(images/icon_floor.svg) center center/cover no-repeat;
}
.gnav__1st > ul > li:nth-of-type(4) > a:before {
  background: url(images/icon_info.svg) center center/cover no-repeat;
}
.gnav__1st > ul > li:nth-of-type(5) {
  position: relative;
}
.gnav__1st > ul > li:nth-of-type(5) > a {
  padding: 0 30px 0 40px;
}
.gnav__1st > ul > li:nth-of-type(5) > a:before {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(images/icon_nav_global.svg) center center/cover no-repeat;
}
.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);
}
.gnav__1st .logo__header02 {
  width: 220px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}
.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) {
  .gnav__balloon {
    width: 144px;
    top: auto;
    padding: 20px 0 0;
  }
}
.gnav__balloon__list {
  position: relative;
  padding: 20px 20px 40px;
  background: #FF6448;
  background: linear-gradient(135deg, #FF6449 0%, #FF6449 20%, #FFB6AA 80%, #FFB6AA 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) {
  .gnav__balloon__list {
    padding: 10px 0;
  }
}
.gnav__balloon__list > li {
  width: 47%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gnav__balloon__list > li {
    width: 100%;
  }
}
.gnav__balloon__list > li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gnav__balloon__list > li:hover > a {
  opacity: 1;
}
.gnav__balloon__list > li > a {
  color: #fff;
  font-weight: initial;
  padding: 12px 10px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  .gnav__balloon__list > li > a {
    padding: 4px 10px;
    border-bottom: 0;
  }
}
.gnav__balloon__list > li .current {
  font-weight: bold;
}
.gnav__balloon__list:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .gnav__balloon__list:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #FF6448;
  }
}
.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) {
  .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) {
  .gnav__2nd {
    height: 90px;
    font-weight: bold;
    max-width: 1280px;
    margin: 0 auto;
  }

}
.gnav__2nd > div:first-of-type {
  width: 50%;
  margin: 0 auto 0 0;
}
.gnav__2nd > div:first-of-type > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.gnav__2nd > div:first-of-type > a > img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .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;
  }
  .gnav__2nd > div:first-of-type > a {
    display: block;
    width: 100%;
  }
}

.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;
}

@media screen and (min-width: 768px) {
  .gnav__main > li {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
 .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 20px;
  }
  .gnav__main > li:last-of-type {
    padding: 0 20px 0 0;
  }
}

/*spnav*/
.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;
}
.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;
}
.gnav__item > ul:first-of-type {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gnav__item > ul:last-of-type {
  margin: 24px 0 0;
}
.gnav__item > ul:last-of-type > li {
  font-size: 1.4rem;
  padding: 4px;
  width: 40%;
}
.gnav__item > ul:last-of-type > li:nth-of-type(1), .gnav__item > ul:last-of-type > li:nth-of-type(3) {
  width: 60%;
}
.gnav__item > ul > li {
  width: 45%;
}
.gnav__item-btn {
  display: block;
  width: 240px;
  color: #FF6448;
  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);
}
.gnav__item-ttl {
  position: relative;
  width: 100%;
  font-size: 2rem;
  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) {
  .gnav__item-ttl {
    height: auto;
    margin: 0;
  }
}
.gnav__item-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(images/icon_point_square.png) center center/contain no-repeat;
}
.gnav__item-txt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 0 0;
}
.gnav__item-lead {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0 0 16px;
}
.gnav__item-lead:before {
  content: "※";
  position: absolute;
  top: 9px;
  left: 0;
}
.gnav__main > li {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 768px) {
  .gnav__main > li {
    margin: 0;
  }
}
.gnav__main > li .icon-header-01:before {
  background: url(images/icon_header_01_sp.png) center center/contain no-repeat;
}
.gnav__main > li .icon-header-close01:before {
  background: url(images/icon_cross_colored.svg) center center/140% no-repeat;
}
.gnav__main > li .icon-header-02:before {
  background: url(images/icon_header_02_sp.png) center center/contain no-repeat;
}
.gnav__main > li .icon-header-03:before {
  background: url(images/icon_cross_colored.svg) center center/140% no-repeat;
}
.gnav__main > li .icon-login:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(images/icon_header_03_sp.png) center center/contain no-repeat;
}
.gnav__main > li > p {
  position: relative;
  width: 60px;
  height: 60px;
}
.gnav__main > li > p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}
.gnav__main > li > p > span:nth-child(1), .gnav__main > li > p > span:nth-child(2), .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: #FF6448;
}
.gnav__main > li > p > span:nth-child(1) {
  bottom: 28px;
  right: 0;
  left: 0;
}
.gnav__main > li > p > span:nth-child(2) {
  bottom: 36px;
  right: 0;
  left: 0;
}
.gnav__main > li > p > span:nth-child(3) {
  bottom: 44px;
  right: 0;
  left: 0;
}
.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: 0.9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}
@media screen and (min-width: 768px) {
  .gnav__main > li {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .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;
  }
  .gnav__main > li:last-of-type {
    padding: 0 20px 0 0;
  }
}
.gnav__guide > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}
.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;
}
.gnav__guide > li > a > .icon {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.gnav__guide > li > a > .icon:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 70%;
  margin: auto;
}
.gnav__guide > li > a > p {
  width: 100%;
}
.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;
}
.gnav__guide-mall {
  width: 100%;
  height: 40px;
  background: #dcdcdc;
  background: linear-gradient(135deg, #dcdcdc 0%, #dcdcdc 20%, #fafafa 80%, #fafafa 100%);
}
.gnav__guide-mall .icon {
  width: 100%;
  height: 50px;
}
.gnav__guide-mall .icon:before {
  background: url(images/logo_mall.svg) center center/contain no-repeat;
}
.gnav__guide-point {
  width: 100%;
  height: 40px;
  background: #c6e5fa;
  background: linear-gradient(135deg, #c6e5fa 0%, #c6e5fa 20%, #ecf7fb 80%, #ecf7fb 100%);
}
.gnav__guide-point .icon {
  width: 100%;
  height: 50px;
}
.gnav__guide-point .icon:before {
  background: url(images/icon_point.svg) center center/contain no-repeat;
}
.gnav__guide-member {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #4299d4;
  background: linear-gradient(135deg, #4299d4 0%, #4299d4 20%, #6bb2d3 80%, #6bb2d3 100%);
}
.gnav__guide-member .icon {
  width: 100%;
  height: 50px;
}
.gnav__guide-member .icon:before {
  background: url(images/icon_member.svg) center center/contain no-repeat;
}
.gnav__guide-member .icon:after {
  content: "";
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: 0;
  right: -60px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(images/icon_check.svg) center center/contain no-repeat;
}
.gnav__guide-close {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #FF6448;
  background: linear-gradient(135deg, #FF6448 0%, #FF6448 20%, #FFB6AA 80%, #FFB6AA 100%);
}
.gnav__guide-close .icon {
  width: 100%;
  height: 60px;
}
.gnav__guide-close .icon:before {
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(images/icon_cross.svg) center center/contain no-repeat;
}
.gnav__menu__bg {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(2044px + env(safe-area-inset-bottom));
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  background-attachment: fixed;
}
.gnav__menu__open {
  right: 0 !important;
}
.gnav__menu__wrapper {
  -webkit-transition: all 0.8s ease;
  transition: all 0.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;
}
@media screen and (max-width: 767px) {
  .gnav__menu__wrapper {
    max-height: inherit;
    position: fixed;
    display: block;
    bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: auto !important;
  }
}
.gnav__menu__wrapper > ul {

  width: 100%;
  background: #FF6448;
  background: linear-gradient(135deg, #FF6448 0%, #FF6448 20%, #FFB6AA 80%, #FFB6AA 100%);
}
.gnav__menu__wrapper > ul > li > a,
.gnav__menu__wrapper > ul > li > span {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 16px 24px;
  border-top: 1px solid #fff;
}
.gnav__menu__wrapper > ul .gnavi__toactive:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
          transform: translate(-50%, -50%) rotate(0deg) !important;
}
.gnav__menu__wrapper > ul .gnav__lowhas {
  position: relative;
}
.gnav__menu__wrapper > ul .gnav__lowhas:before, .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%);
}
.gnav__menu__wrapper > ul .gnav__lowhas:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.gnav__menu__wrapper > ul .gnav__menu-grayline:before, .gnav__menu__wrapper > ul .gnav__menu-grayline:after {
  background: #343434;
}
.gnav__menu__wrapper > ul .gnav__menu-grayline > a, .gnav__menu__wrapper > ul .gnav__menu-grayline > span {
  color: #343434;
  background: #d7d7d7;
  border-top: 0;
  border-bottom: 1px solid #999;
}
.gnav__menu__wrapper > ul .gnav__menu-grayline-low:before, .gnav__menu__wrapper > ul .gnav__menu-grayline-low:after {
  background: #343434;
}
.gnav__menu__wrapper > ul .gnav__menu-grayline-low > a, .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;
}
.gnav__menu__wrapper > ul .gnav__menu-grayline-low > a:before, .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;
}
.gnav__menu__wrapper > ul .gnav__menu-low > a, .gnav__menu__wrapper > ul .gnav__menu-low > span {
  position: relative;
  color: #343434;
  font-size: 1.3rem;
  background: #c5e2ef;
  border-top: 0;
  border-bottom: 1px solid #c5e2ef;
  padding: 16px 24px 16px 44px;
}
.gnav__menu__wrapper > ul .gnav__menu-low > a:before, .gnav__menu__wrapper > ul .gnav__menu-low > span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 26px;
  width: 8px;
  height: 1px;
  background: #FF6448;
  margin: auto;
}
.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;
}
@media screen and (max-width: 767px) {
  .gnav__menu-close {
    background-color: #fff;
  }
}
.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: 0.9rem;
}
.gnav__menu-close > span:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #FF6448;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav__menu-close > span:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #FF6448;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gnav__logo {
  margin-right: 10px;
  width: 30%;
}
.gnav__wrap {
  background-color: #fff;
}
.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);
}


.gnav__main > li .icon-header-01:before {
  background: url(images/icon_header_01_sp.png) center center/contain no-repeat;
}

.gnav__main > li .icon-header-close01:before,
.gnav__main > li .icon-header-03:before,
.gnav__main > li .icon-header-close:before {
  background: url(images/icon_cross_colored.svg) center center/140% no-repeat;
}

.gnav__main > li .icon-header-02:before {
  background: url(images/icon_header_02_sp.png) center center/contain no-repeat;
}

.gnav__main > li .icon-header-close {
  display: none;
}
.gnav__main > li.is-open p {
  display: none;
}
.gnav__main > li.is-open .icon-header-close {
  display: block;
}
.gnav.type02 .gnav_body {
  display: none;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px){
.slick-list {
    padding: 0 150px 0 0;
}
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track > a {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-list {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .slick-list {
    padding: 0 150px 0 0;
  }
}
.slick-prev.slick-disabled {
  opacity: 0 !important;
}
.slick-next.slick-disabled:before,
.slick-next.slick-disabled:after {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  opacity: 1 !important;
}
.slick-next.slick-disabled:after {
  left: 16px;
}
@media screen and (min-width: 768px) {
  .slick-next.slick-disabled:after {
    left: 30px;
  }
}
.mv .slick-slide:not(.slick-current) {
  position: relative;
}
.mv .slick-slide:not(.slick-current):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  opacity: 0.5;
}
.mv .slick-slide img {
  display: block;
  width: 100%;
  max-width: none;
}
.event .slick-prev, .event .slick-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100px;
  opacity: 1;
}
.slick-next {
  right: -10px;
  border-radius: 60px 0 0 60px;
}
.slick-next:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
.slick-next:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: 0;
  }
  .slick-next:before {
    left: 20px;
  }
  .slick-next:after {
    left: 20px;
  }
}
.slick-prev {
  left: -10px;
  border-radius: 0 60px 60px 0;
}
.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 8px;
}
.slick-prev:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 0;
  }
  .slick-prev:before {
    left: 20px;
  }
}
.slick-prev, .slick-next {
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: 10;
  -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);
}
.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF6448;
  border-right: 2px solid #FF6448;
}
@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    height: 60px;
    width: 60px;
  }
  .slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
    width: 14px;
    height: 14px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-dots {
  bottom: -26px;
  padding: 0 10px;
  line-height: 0.1;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -36px;
    top: 102%;
  }
}
.slick-dots li.slick-active button:before {
  color: #FF6448;
  opacity: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    height: 20px;
    width: 20px;
    padding: 0 10px;
  }
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0.9rem;
  line-height: 11px;
  text-align: center;
  color: #D2D2D2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.mv__slider .slick-slide:not(:first-child) {
  display: none;
}

.mv__slider .slick-slide:first-child {
  float: none;
  margin: 0 auto;
}

.mv__slider.slick-initialized .slick-slide:not(:first-child) {
  display: block;
}

.mv__slider.slick-initialized .slick-slide:first-child {
  float: left;
}

@media screen and (min-width: 768px) {
  .mv > .sec__wrap {
    width: 100%;
    min-width: 1280px;
    padding: 0 0px 30px;
  }
}

.mv.type02 .sec__wrap {
    padding: 0 !important;
}

/*SP-menu*/
.topics > .sec__wrap {
  padding: 0;
}
.topics > .sec__wrap > .sec__head {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .topics > .sec__wrap {
    margin: 0 auto;
  }
}
.topics > .sec__wrap > 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: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding: 20px 20px 10px;
  background: #f0f0f0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .topics > .sec__wrap > 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;
    margin: 20px 0 0;
  }
}
.topics > .sec__wrap > ul > li:not(:last-child) {
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .topics > .sec__wrap > ul > li:not(:last-child) {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  .topics > .sec__wrap > ul > li:not(:last-child):nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
.topics > .sec__wrap > ul > li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics > .sec__wrap > ul > li:last-of-type {
    width: calc((100% - 30px) / 4);
  }
}
.topics > .sec__wrap > .topics__tile > li > a {
  position: relative;
}
.topics > .sec__wrap > .topics__tile > li > a > span {
  position: absolute;
}
.topics > .sec__wrap > .topics__tile > li > a > span {
  font-size: 2.9vw;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.topics__more {
  padding: 0 0 20px;
}
.topics__more > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dcdcdc;
}
.topics__more > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #FF6449;
  border-right: 2px solid #FF6449;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.topics__tile {
  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;
  padding: 10px;
}
.topics.type02 .mv__searchUI {
  height: auto;
}

@media screen and (min-width: 768px){
.topics.type02 .mv__searchUI {
    /*margin-bottom: 30px;*/
    /*height: 126px;*/
}
}
@media screen and (max-width: 767px) {
  .topics.type02 .sec__wrap > ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.topics.type02 .sec__wrap > ul > li {
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .topics.type02 .sec__wrap > ul > li {
    padding: 3px 6px;
    min-height: 24vw;
  }
  .topics.type02 .sec__wrap > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%;
  }
  .topics.type02 .sec__wrap > ul > li > a > span {
    position: static;
    display: block;
    -webkit-transform: none;
            transform: none;
    margin-top: -8px;
    padding-top: 4px;
	color:#FF6449;
  }
  .topics.type02 .sec__wrap > ul > li > a > img {
    width: 46%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .topics.type02 .sec__wrap > ul > li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  .topics.type02 .sec__wrap > ul > li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}

/*search*/

.mv__searchUI{
	background: #fff;
    padding: 20px 20px 20px;
}

@media screen and (min-width: 768px) {
	.mv__searchUI{
padding:0px;
}
}

.mv__searchUI .searchUI {
    width: 100%;
    height: 100%;
    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;
}


.mv__searchUI .searchUI form {
    width: 560px;
}
.wrap-search-box{ 

    

}
.searchform {
  position: relative;
   background-color: #fff;
 border: solid 1px #FF6449;
 border-radius: 4px;
     margin-bottom: 20px;
}
 
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;

 
 
}
 
.searchsubmit {
  font-size: 1.4em;
  position: absolute;
top:50%; /*上からの位置指定*/

transform: translateY(-50%) ; /*要素の移動*/
  right: 1%;
  padding: 0px;
  cursor: pointer;
  color: #6297f5;
  border: none;
}
 
.searchsubmit:hover {
  opacity: .6;
}

/*shopnews*/
.sec__head {
    padding: 40px 0px 0 0;
}
.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){
.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;
}
}
@media screen and (min-width: 768px){
.sec__head {
    margin: 0;
    padding: auto;
}
}
.sec__head > p {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (min-width: 768px){
	.sec__head > p {
    width: auto;
    font-size: 3rem;
    font-weight: bold;
}
}
.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: #FF6449;
    background: linear-gradient(135deg, #FF64497 0%, #FF6449 20%, #FFB6AA 80%, #FFB6AA 100%);
    margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) and (min-width: 768px){
.sec__head > a {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #FF6449;
    background: linear-gradient(135deg, #FF6449 0%, #FF6449 20%, #FFB6AA 80%, #FFB6AA 100%);
}
}

.shopnews{
	background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #FFE2DD), color-stop(60%, #FFE2DD));
    background: linear-gradient(to bottom, #fff 40%, #FFE2DD 40%, #FFE2DD 60%);
}

.shopnews .sec__head{
	    padding: 40px 90px 0 0;
}

@media screen and (min-width: 768px){
.shopnews .sec__head{
    padding: 70px 0 0 0;
}
}



.shopnews__slider{
width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    padding: 30px 10px;
}

.shopnews__slider::-webkit-scrollbar{
    display: none;
}

.shopnews__item{    margin: 0 2vw;
width: 150px !important;
}
@media screen and (min-width: 768px){
.shopnews__item{
	margin: 0 10px;
	width: 240px !important;
}
}
.shopnews__item > a{display: block;}
.shopnews__item:first-of-type{
	    margin: 0 2vw 0 0;
		}
@media screen and (min-width: 768px){		
.shopnews__item:first-of-type{
	    margin: 0 10px 0 0;
}
}
/*.shopnews__item > a > div:first-of-type:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
.shopnews__item > a > div:not(:first-of-type){
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shopnews__img{
	width: 100%;
    background: #fff;
    -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);
	height:150px;
}
@media screen and (min-width: 768px){
.shopnews__img {
    width: 240px;
    height: 240px;
}
}
.shopnews__img > img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px){
.shopnews__item > a > div:not(:first-of-type){
    opacity: 0.9;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
}
.shopnews__info{
	overflow: hidden;
    word-wrap: break-word;
}
.shopnews__info{
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;
    width: 100%;
    margin: 20px 0 0 0;
}
.shopnews__facility{
	width: 100%;
	font-size: 1.2rem;
}
.shopnews__ttl{
	width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 8px 0 8px;
    line-height: 2.4rem;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}
@media screen and (min-width: 768px){
.shopnews__ttl {
    font-size: 1.8rem;
}
}
/*news*/

.news {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .news {
    width: 1280px;
    margin: 0 auto 80px;
  }
}
.news__list {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin: 30px 0 0 0;
  }
}
.news__item {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding: 0;
  }
}
.news__item > li {
  border-bottom: 1px solid #dcdcdc;
}
.news__item > li:last-of-type {
  border-bottom: 0;
}
.news__item > li {
  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;
  padding: 20px 10px;
}
.news__item > li > a:hover {
  background: #f0f0f0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .news__item > li {
    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;
    padding: 30px 30px 30px 5px;
  }
}
.news__item > li > p:first-of-type {
  width: 100%;
  font-size: 1.2rem;
}
.news__item > li > p:last-of-type {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 6px 0 0 0;
}
@media screen and (min-width: 768px) {
  .news__item > li > p:first-of-type {
    color: #4b5253;
    font-size: 1.4rem;
    width: 140px;
  }
  .news__item > li > p:last-of-type {
    font-size: 1.8rem;
    font-weight: bold;
    width: calc(100% - 140px);
    margin: 0;
  }
}

.news__item > li > p.news__ttl{
	color:#333333;
}

/*------------ショップガイド・グルメガイド-------------*/

.wrap-cont{display:flex;justify-content:space-between;flex-wrap:wrap;}
.shop_bigwrap{display:flex;width:31%;border:1px solid #cccccc;padding:10px;margin-bottom:30px;}
.shopwrap{display:flex;justify-content:space-between;}
.shoplogo{width:140px}
.shoplogo img{width:130px;height:130px;border:1px solid #cccccc;}
.shoptext{width:calc(100% - 140px);}
.shopgenre{font-size:0.9rem}
.shop_floor,.shop_category{font-size:1.3rem}
@media screen and (max-width: 767px){
	.wrap-cont{margin:20px}
	.wrap-container{margin:20px}
.shop_bigwrap{
width:100%;}
}

.wrap-cont:after {
    content: "";
    width: 31%;
}

/*------------フロアガイド-------------*/

#floormap ul.mapbutton{display:flex;margin-bottom:20px;padding: 20px 20px 10px;
    background: #f0f0f0;
	border-radius: 4px;}

#floormap ul.mapbutton li{
    margin: 0 7px 10px 0;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 3px 6px;
	text-align:center;
	color:#FF6449;
	}

#floormap ul.mapbutton li.current_floor{
	background:#FF6449;
	color:#FFF;
	}	
#floormap ul.mapbutton li a{display:block;padding:15px 20px;}

@media screen and (max-width: 767px){
	#floormap ul.mapbutton li a{padding:5px 10px;}
	}	

#floormap ul.mapbutton li b{font-size:4rem;line-height: 1;}

.shoplistbtn{display:flex;margin: 20px auto 20px;

    max-width: 600px;
    justify-content: space-between;
	padding: 20px 20px 10px;
    background: #f0f0f0;
    border-radius: 4px;
	}
.shoplistbtn li{width:48%;
    margin: 0 7px 10px 0;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 3px 6px;
    
	text-align:center;
	color:#FF6449;}
.shoplistbtn li a{display:block;padding:20px;font-weight:bold}
hr.pagecut{margin-bottom:20px;height:2px;background: linear-gradient(135deg, #FF6449 0%, #FF6449 20%, #FFB6AA 80%, #FFB6AA 100%);border: none;}


.shop-group	{
	margin:20px 0 40px}

@media screen and (max-width: 767px){
	.shoplistbtn li a{
		padding:10px;
	}
	
	#floormap ul.mapbutton{
	display: flex;
	flex-flow: column wrap;
	height: 360px;
	justify-content: space-around;
	align-items: center;
	margin:0 auto 0;
	width:calc(100% - 20px);
	border-radius: 4px;
	width: 100%;
}


.floor-wrapper{
	margin: 20px 0;
	}

.shop-group	{
	margin:20px 0}

}

.page-template-floor wrap-content:after{width:31%}

.shop-group{
	font-size:14px;
	font-weight:bold;
	}

.shop-group span{
	margin-right:20px;
	}
span.gourmet:before{
	content: ' ';
    width: 30px;
    display: inline-block;
    background-color: #FFED7D;
    height: 14px;
    margin-right: 6px;
	
}
span.snack:before{
	content: ' ';
    width: 30px;
    display: inline-block;
    background-color: #A0CBED;
    height: 14px;
    margin-right: 6px;
	
}
span.fashion:before{
	content: ' ';
    width: 30px;
    display: inline-block;
    background-color: #C1D969;
    height: 14px;
    margin-right: 6px;
	
}
span.service:before{
	content: ' ';
    width: 30px;
    display: inline-block;
    background-color: #C6AED2;
    height: 14px;
    margin-right: 6px;
	
}

.inst-icon h3{font-size:1.4rem;font-weight:normal;margin-bottom:20px}
.inst-icon ul{display:flex;flex-wrap:wrap;justify-content:space-between; width:995px}
.inst-icon ul li{width:20%}
@media screen and (max-width: 767px){
	.inst-icon ul{width:100%}
	.inst-icon ul li{width:48%}
}

.inst-icon ul li{font-size:1.2rem;margin-bottom:10px}
.inst-icon ul li img{display:inline-block; vertical-align:middle}


/**** 50音 ****/

/* --------------------------------------------------
category-list,a-z-list
 -------------------------------------------------- */
 
.catlist-box {
	margin:0 auto;
	width:100%;
}
.left-box {
	float:left;
	width:450px
}
.right-box {
	float:right;
	width:450px
}
.pTop {
	padding:10px 0 30px;
	text-align: right;
}
.pTop a{display:inline-block}
.h4Title {
	padding:4px;
	font-size:100%;
	font-weight:bold;
}
table.zebra {
	margin-top:10px;
	border-spacing: 0;
	width: 100%;
}
table.zebra a{
	display:inline-block;
	color:#FF6449;
	text-decoration:underline;
	}
.shopbox, tellbox, floorbox {
	font-size:93%
}
.shopbox {
	width:65%
}
.tellbox {
	width:20%
}
.floorbox {
	width:15%
}
.a-zlist-box {
	margin:0 auto;
	width:100%;
}
.a-zlist-box .catbox {
	width:14%
}
.a-zlist-box .shopbox {
	width:60%
}
.a-zlist-box .tellbox {
	width:16%
}
.a-zlist-box .floorbox {
	width:10%
}
.a-zlist-box td.fasion-zakka span {
	display:block;
	text-align:center;
	margin-top:2px;
	background-color:/*#9F9*/#C1D969;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.a-zlist-box td.fasion span {
	display:block;
	text-align:center;
	margin-top:2px;
	background-color:/*#FCC*/#C1D969;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.a-zlist-box td.gourmet span {
	display:block;
	text-align:center;
	margin-top:2px;
	background-color:/*#FF9*/#FFED7D;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.jumplink {
	margin:0 0 7px;
	padding:0;
	display:block;
}
.jumplink a{
	display:inline-block;
		color:#FF6449;
	text-decoration:underline;
}
.a-zlist-box td.service span {
	display:block;
	text-align:center;
/*	color:#FFF;*/
	margin-top:2px;
	background-color:/*#F69*/#C6AED2;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.a-zlist-box td.life span {
	display:block;
	text-align:center;*/
	margin-top:2px;
	background-color:/*#F96*/#C1D969;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.a-zlist-box td.snack span {
	display:block;
	text-align:center;
	margin-top:2px;
	background-color:/*#9FF*/#A0CBED;
	padding:3px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@media screen and (max-width: 767px){
	
	.a-zlist-box .catbox {
    display: none;
}

	.a-zlist-box td.fasion-zakka, .a-zlist-box td.fasion, .a-zlist-box td.gourmet, .a-zlist-box td.service, .a-zlist-box td.life, .a-zlist-box td.snack {
    display: none;
    width: 0;
    overflow: hidden;
}

.zebra td {font-size:1.3rem}
}

/*----------------------*/

.zebra tbody tr:nth-child(even) {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.alternate {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.zebra td, .zebra th {
	padding: 8px 5px;
	border-bottom: 1px solid #f2f2f2;
}
.zebra tbody tr:nth-child(even) {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.zebra th {
	font-weight:bold;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image:      -o-linear-gradient(top, #f5f5f5, #eee);
	background-image:         linear-gradient(top, #f5f5f5, #eee);
}
.zebra th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.zebra th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.zebra th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
	border-bottom: 0;
	border-top: 1px solid #fff;
	background-color: #f1f1f1;
}
.zebra tfoot td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.zebra tfoot td:only-child {
	-moz-border-radius: 0 0 6px 6px;
 -webkit-border-radius: 0 0 6px 6px border-radius: 0 0 6px 6px
}

/**** shopnews ****/

.shop_name{font-size:1.4rem;margin-bottom:5px}
.shop_lead{font-size:1.3rem;color:#FF6449;text-decoration:underline;margin-bottom:5px;font-weight:bold;}
.shop_place{font-size:1.3rem}

#shop_information .shopArticle {
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
	display:table;
	width:100%;
}

#shop_information .shopThumb {
	/*float:left;*/
	width:150px;
	display:table-cell;
	vertical-align:top;
	
}
#shop_information .shopThumb img{
	width:130px;
	height:130px;
border:#cccccc 1px solid;
}

#shop_information .shopName{font-size:1.8rem;color:#FF6449;text-decoration:underline;margin-bottom:10px}
#shop_information .shopLead{font-size:3.0rem;margin-bottom:40px}
@media screen and (max-width: 768px) {
	#shop_information .shopLead{font-size:2.0rem;margin-bottom:20px}
	
}
#shop_information p{font-size:1.4rem;margin-bottom:40px}
#shop_information .shopCont {
	/*float:right;
	width:820px;*/
	display:table-cell;
	vertical-align:top;
}

 #shop_information .shopPlace {
	float:right;
display: inline-block;
margin-top: 2px;
background-color: #F7F7F7;
padding: 3px;
font-size: 11px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}



/**** shopinfo single ****/



.shop-header-wrap{display:flex;justify-content:space-between;padding:60px 0 80px;}
.shop-image,.shop-description{width:48%}

.shop-name h1{font-size:1.8rem;font-weight:bold;margin-bottom:20px}
.shop-catch{background:#F0F0F0;font-size:1.8rem;padding:40px}
@media screen and (max-width: 768px) {
	.shop-header-wrap{display:block;margin:0 auto;padding:20px 0 20px;}
	.shop-image,.shop-description{width:100%}
	.shop-catch{padding:20px}
	#shop_information p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#shop_information p:last-child {
    margin-bottom: 0px;
}
}


.box-title{font-size:2.6rem;margin-bottom:40px}
.ossm-box ul{display:flex;}
.ossm-box ul li{width:345px;margin-right:40px}
.ossm-box img{margin-bottom:5px}
.ossm-box span{font-size:1.4rem}
.ossm-box a{color:#FF6447; text-decoration:underline;display:inline;}
@media screen and (max-width: 768px) {
	.box-title{font-size:1.8rem;margin-bottom:20px}
	.ossm-box ul{display:block;}
	.ossm-box ul li{width:100%;margin-right:0px;margin-bottom:20px}
}

.shop-detail{padding-left:20px;font-size:1.4rem;width:100%;max-width: 100%;}



.shop-detail th,
.shop-detail td{

  width:100%;

  display:block;

}

.shop-detail th{ background:#F3F3F3;padding:10px 10px}
.shop-detail td{ padding:20px 0}

.shop-detail th img{display:inline-block; vertical-align:middle;}

.shop-detail a{color:#FF6447; text-decoration:underline;display:inline;}

.sns{background:#F0F0F0;text-align:center;padding:40px 40px 20px;margin:40px 0;}
.sns h3{font-size:1.8rem;margin-bottom:20px}
.sns a {display:inline-block;margin:20px;vertical-align:middle}

.floor img{ display:inline-block; vertical-align:middle;margin-left:20px}
.floor-text{font-size: 1.4rem;}
.btn_to_go{margin:40px auto;display:block;width:540px;padding:20px;border:1px solid #FF6449;color:#FF6449;font-size:1.6rem;font-weight:bold;text-align:center;border-radius:5px;}
@media screen and (max-width: 768px) {
	.btn_to_go{width:100%;max-width:100%;}
}
/**** 施設情報 ****/
div.openhours table {
	width: 100%;
	text-align:left;
}
div.openhours table tr{
	border-bottom: 1px dotted #333333;
}
div.openhours table th {
	padding: 5px 10px 5px 0px;
}
div.openhours table td {
	padding: 5px 0px;
}

.block_inst{margin:40px 0;font-size:1.8rem;}
.page-slug-institute .entry-content a,
.parent-slug-institute .entry-content a{
	display:inline-block;
		color:#FF6449;
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
.page-slug-institute h2{font-size:18px}
.page-slug-institute table {font-size:14px}
.page-slug-institute p{font-size:14px}
.block_inst {
    margin: 20px 0;
    font-size: 1.4rem;
}
.parent-slug-institute p{font-size: 1.4rem;}
}

/****　アクセス　****/

#access .h3Title h3{font-size:1.6rem;margin-top:20px}

#access dt{font-size:1.4rem;margin-top:20px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #FFE1D7;}
#access dd{font-size:1.4rem;margin-top:10px;}

@media screen and (max-width: 768px) {
.map-wrap {
    margin: 0 0 5px;
    padding: 4px;
    border: 1px solid #DEDEDE;
    width: 100%;
    box-sizing: border-box;
}
 .map-wrap iframe {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: bottom;
    line-height: 1;
}
}


/**** 検索結果　****/


.search-result a{color:#FF6449;
	text-decoration:underline;}


/****  企業情報　****/
/* --------------------------------------------------
ir
 -------------------------------------------------- */
.irmenuwrap {
	margin-bottom: 10px;
}
ul.irmenu{
    	width:995px;
	padding:0 0 40px 0;
		display:flex;
}
.irmenu li {

    width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
	font-size:1.3em;
	text-align:center;
   border:1px solid #ccc;
	box-sizing: border-box;
	background:#ffffff;
}
.irmenu li.now {
	background:#f5f5f5;
	box-sizing: border-box;
	min-height: 48px;
	display:flex;
		align-items:center;
		justify-content: center;
}
.irmenu li a {
	color:#FF6449;
	text-decoration:underline;
	min-height: 48px;
		display:flex;
		align-items:center;
		justify-content: center;}
.irmenu li a:hover {
	background:#FFF9F4;
}

.header_ir{width:960px;margin:0 auto;padding: 20px;display: flex;align-items: center;box-sizing: border-box;justify-content: space-between;}
.ir_to_top{ text-align: right; }


#company dd a{color:#FF6449;
	text-decoration:underline;}
#company #wrapper{
	width: 100%;
    display:flex;
	justify-content:space-between;
	padding:20px 0;
}
#company #wrapper .leftCont,
#company #wrapper .rightCont{
	width:48%;
}


/* --------------------------------------------------
about-inz
 -------------------------------------------------- */
 
#about-inz .h3Title {
	margin-bottom:30px
}
#about-inz .box01 img, #about-inz .box02 img, #about-inz .box03 img, #about-inz .box04 img, #about-inz .box05 img {
	margin-bottom:8px
}
#about-inz .box01 {
	float:left;
	width:340px;
}
#about-inz .box02 {
	float:right;
	width:340px;
	text-align:right;
}
#about-inz .box03 {
	float:left;
	width:260px;
}
#about-inz .box04 {
	float:left;
	width:420px;
}
#about-inz .box05 {
	float:right;
	width:540px;
	text-align:right;
}
#about-inz .box04 dt {
	border-top:1px solid #DDD;
	padding:5px 0 5px
}
#about-inz .box04 dd.detail01 {
	margin-left:8.7em;
	padding:0 0 5px
}
#about-inz .box04 dd.detail02 {
	margin-left:6.7em;
	padding:0 0 5px
}
#about-inz .cont01, #about-inz .cont02, #about-inz .cont03 {
	margin-bottom:40px
}

/* --------------------------------------------------
電子公告
 -------------------------------------------------- */
#electronic-announcement ul li a{
	color:#FF6449;
	text-decoration:underline;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}



/*footer*/

.footer-sitemap{text-align:center;margin-top:40px}

.footer-sitemap a{
	font-size:1.4rem;
	color:#FF6449;
	text-decoration:underline;
}
@media screen and (max-width: 767px){
	.footer-sitemap{display:none}
}
.footer__copy {
  color: #4b5253;
  font-size: 0.9rem;
  margin: 20px 0 0px;
  text-align:center;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
.footer__copy {
    font-size: 1.1rem;
  }
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* YouTube
--------------------------------------------- */
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* Ginza special days
--------------------------------------------- */
.tcs-bnr{margin-bottom:2em}
.tcsinfo{margin-bottom:2em}
.tcsinfo p{margin-bottom:1.5em}
.tcsinfo a{display:inline;color: #FF6447;
    text-decoration: underline;}
.tcs-list-title{margin-bottom:1em}