@charset "UTF-8";

body {
  position: relative;
  overflow-x: hidden;
  line-height: 1.8;
  text-align: center;
  color: #000;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 72px;
    padding-bottom: 73px;
  }
}

b, strong {
  font-weight: bold;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 1100px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 16px;
  text-align: left;
  line-height: 1.8;
  border-bottom: 1px solid #333;
  z-index: 1000;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
    min-width: 1px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header h1 {
  margin-left: 30px;
  width: 308px;
}
.header h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header h1 {
    margin-left: 10px;
    width: 186px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}
@media screen and (max-width: 352px) {
  .header h1 {
    width: 160px;
  }
}
.header__takashimaya {
  padding-left: 10px;
}
.header__takashimaya ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header__takashimaya ul li {
  position: relative;
  margin-left: 8px;
  width: 160px;
}
.header__takashimaya ul a {
  position: relative;
  overflow: hidden;
  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;
  line-height: 1;
  width: 100%;
  padding: 6px 0em 8px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 4px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__takashimaya ul a.active {
  width: 181px;
  border: 1px solid #e60012;
  background: #e60012;
  color: #fff;
  text-decoration: none;
}
.header__takashimaya ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .header__takashimaya {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .header__takashimaya ul a {
    padding: 7px 15px;
    width: auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 1380px) {
  .header__takashimaya ul a.active:after, .header__takashimaya ul a:hover:after {
    width: 100%;
    background: url(../images/common/header-nav-active.svg) no-repeat center bottom;
    background-size: 130px auto;
  }
}
@media screen and (max-width: 1380px) {
  .header__takashimaya ul a.active {
    max-width: 160px;
    padding: 7px 5px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    gap: 15px;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
}
.header__nav-menu {
  padding-right: 29px;
  width: 41px;
  cursor: pointer;
  line-height: 0;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
@media screen and (max-width: 768px) {
  .header__nav-menu {
    padding-right: 11px;
    width: 27px;
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}
.header__nav-menu img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav-language {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 0;
  -webkit-transform: translate(11px, -3px);
          transform: translate(11px, -3px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__nav-language {
    font-size: 1rem;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}
.header__nav-language > div:before {
  display: block;
  margin-bottom: 11px;
  margin-inline: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/common/ico-language.svg);
}
@media screen and (max-width: 768px) {
  .header__nav-language > div:before {
    margin-bottom: 7px;
    width: 27px;
    height: 27px;
  }
}
.header__nav-language > div:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #808080;
  border-bottom: 0;
  vertical-align: middle;
  content: "";
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
@media screen and (max-width: 768px) {
  .header__nav-language > div:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #808080;
  }
}
.header__nav-language > .header__nav-language-list {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 210px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform: translate(-50%, 21px);
          transform: translate(-50%, 21px);
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav-language > .header__nav-language-list {
    left: auto;
    right: 0;
    min-width: 140px;
    -webkit-transform: translate(40px, 5px);
            transform: translate(40px, 5px);
  }
}
.header__nav-language > .header__nav-language-list li {
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-align: center;
}
.header__nav-language > .header__nav-language-list li:last-child {
  border-bottom: none;
}
.header__nav-language > .header__nav-language-list li a {
  display: block;
  width: 100%;
  padding: 9px 15px;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .header__nav-language > .header__nav-language-list li a {
    padding: 8px 15px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .header__nav li {
    border-right: 0;
  }
}
@media screen and (max-width: 1380px) {
  .header__nav li.parking i, .header__nav li.inquiry i {
    display: none;
  }
  .header__nav li.parking a span:after, .header__nav li.inquiry a span:after {
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
  .header__nav li.parking {
    padding-right: 10px;
  }
  .header__nav li.inquiry {
    padding-left: 15px;
    padding-right: 8px;
  }
  .header__nav li.lang {
    padding-right: 10px;
  }
  .header__nav li.lang span {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav > p {
    padding-right: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .parking {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .inquiry {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .lang span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .lang > ul li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .lang > ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav .total {
    display: none;
  }
}
.header__important {
  color: #b7302e;
}
.header__important .inner {
  padding-top: 15px;
  padding-bottom: 9px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.header__important li {
  margin-bottom: 5px;
  line-height: 1.54;
  font-size: 1.3rem;
  width: 100%;
  word-wrap: break-word;
}
.header__important li em {
  font-weight: bold;
}
.header__important a {
  color: #b7302e;
  text-decoration: underline;
}
.header__important a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .header__important .inner {
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .header__important li {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.58;
  }
}
.business-hours {
  margin-bottom: 15px;
  padding-top: 20px;
}
.business-hours.alt .inner .link {
  font-size: 1.5rem;
}
.business-hours .inner {
  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;
  text-align: left;
}
.business-hours .inner .ttl {
  margin-right: 10px;
  text-align: center;
  width: 110px;
}
.business-hours .inner .ttl span {
  display: block;
  padding: 7px 10px;
  color: #988460;
  border: 1px solid #988460;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business-hours .inner .ttl span a {
  font-size: 1.1rem;
  color: #988460;
  text-decoration: underline;
}
.business-hours .inner .ttl span a:hover {
  text-decoration: none;
}
.business-hours .inner .alternative {
  padding-left: 70px;
  padding-right: 40px;
  width: 620px;
  font-size: 1.6rem;
  background: url(../images/common/arrow_triple_r2.svg) no-repeat right center;
  background-size: auto 13px;
  line-height: 1.6;
}
.business-hours .inner > dl {
  position: relative;
  padding-left: 20px;
  padding-right: 35px;
  line-height: 1.6;
}
.business-hours .inner > dl:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 34px;
  opacity: 0.3;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../images/common/nav-separate.svg);
  background-size: 20px auto;
}
.business-hours .inner > dl dt {
  font-size: 1.2rem;
}
.business-hours .inner > dl dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.business-hours .inner > dl.haschild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}
.business-hours .inner > dl.haschild:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  opacity: 0.3;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #d5d5d5;
}
.business-hours .inner > dl.haschild dt {
  width: 40px;
}
.business-hours .inner > dl.haschild dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-hours .inner > dl.haschild dd dl:first-child {
  margin-right: 20px;
}
.business-hours .inner > dl.haschild dd dt {
  font-weight: normal;
  width: 100%;
}
.business-hours .inner .link {
  padding-left: 32px;
  font-size: 1.3rem;
}
.business-hours .inner .link a {
  text-decoration: underline;
  color: #b7302e;
}
.business-hours .inner .link a img {
  margin-right: 6px;
  width: 21px;
  height: auto;
}
.business-hours .inner .link a:hover {
  text-decoration: none;
}
.business-hours .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .business-hours {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .business-hours .inner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .business-hours .sp {
    display: block;
    padding-top: 38px;
  }
  .business-hours .sp .nav {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 900;
    width: 100%;
    background: #fff;
  }
  .business-hours .sp .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    padding: 5px 15px 5px;
  }
  .business-hours .sp .nav ul li {
    width: calc((100% - 13px) / 2);
  }
  .business-hours .sp .nav ul li a {
    position: relative;
    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;
    padding: 8px 0;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    font-size: 1.2rem;
    border: 1px solid #231815;
    border-radius: 4px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) and (max-width: 352px) {
  .business-hours .sp .nav ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .business-hours .sp .nav ul li a:hover {
    text-decoration: none;
  }
  .business-hours .sp .nav ul li a.active {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
  }
  .business-hours .sp .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business-hours .sp .nav-link li {
    width: 50%;
    border-bottom: 1px solid #b3b3b3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .business-hours .sp .nav-link li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .business-hours .sp .nav-link-time {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    cursor: pointer;
    border-right: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-image: url(../images/common/ico-bullet-down-red.png);
    background-position: right 10px center;
    background-size: 17px auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .business-hours .sp .nav-link-time.active {
    background-image: url(../images/common/ico-bullet-up-red.png);
  }
  .business-hours .sp .nav-link-important {
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 9px auto;
    background-image: url(../images/common/ico-bullet-right-red.png);
  }
  .business-hours .sp .nav-link-important a {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 14px;
  }
  .business-hours .sp .nav-link-important a:hover {
    text-decoration: none;
  }
  .business-hours .sp .content {
    display: none;
    padding: 30px 25px;
    text-align: left;
    font-size: 1.2rem;
  }
  .business-hours .sp .content dl {
    margin-bottom: 10px;
  }
  .business-hours .sp .content dl:last-child {
    margin-bottom: 0;
  }
  .business-hours .sp .content dt,
  .business-hours .sp .content b {
    font-weight: bold;
  }
  .business-hours .sp .content .text {
    font-size: 1rem;
    line-height: 1.9;
  }
  .business-hours .sp .content .all-notes,
  .business-hours .sp .content .notes {
    margin-bottom: 12px;
    color: #aa1f24;
  }
}
.headertime-wrap {
  margin-bottom: 20px;
}
.headertime-wrap dl {
  margin-bottom: 8px !important;
  padding-left: 20px;
}

.headertime-ttl {
  margin-bottom: 7px;
  font-size: 1.38rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.headertime-ttl2 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: bold;
}

.headertime-caution {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .grobal-wrap {
    display: none;
  }
}
.grobal-wrap {
  position: sticky;
  top: 100px;
  z-index: 200;
}

.grobal-nav {
  width: 100%;
  background: #988460;
}
.grobal-nav .inner {
  width: 1100px;
}
.grobal-nav ul {
  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;
  gap: 1.5em;
}
.grobal-nav ul a {
  position: relative;
  display: block;
  padding: 18px 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.grobal-nav ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.grobal-nav ul a span {
  position: relative;
  display: block;
}
.grobal-nav ul a span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grobal-nav ul .n1 span {
  padding-left: 25px;
}
.grobal-nav ul .n1 span:after {
  display: block;
  width: 19px;
  height: 26px;
  background-image: url(../images/common/nav-topics.svg);
}
.grobal-nav ul .n2 span {
  padding-left: 38px;
}
.grobal-nav ul .n2 span:after {
  display: block;
  width: 33px;
  height: 21px;
  background-image: url(../images/common/nav-shop-news.svg);
}
.grobal-nav ul .n3 span {
  padding-left: 30px;
}
.grobal-nav ul .n3 span:after {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/nav-brand-search.svg);
}
.grobal-nav ul .n4 span {
  padding-left: 26px;
}
.grobal-nav ul .n4 span:after {
  display: block;
  width: 16px;
  height: 21px;
  background-image: url(../images/common/nav-restaurant-guide.svg);
}
.grobal-nav ul .n5 span {
  padding-left: 31px;
}
.grobal-nav ul .n5 span:after {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../images/common/nav-floor-guide.svg);
}
.grobal-nav ul .n6 a:after {
  display: none;
}
.grobal-nav ul .n6 span {
  padding-left: 40px;
}
.grobal-nav ul .n6 span:after {
  display: block;
  width: 35px;
  height: 22px;
  background-image: url(../images/common/nav-service.svg);
}
.grobal-nav ul .n7 a:after {
  display: none;
}
.grobal-nav ul .n7 span {
  padding-left: 40px;
}
.grobal-nav ul .n7 span:after {
  display: block;
  width: 36px;
  height: 21px;
  background-image: url(../images/common/nav-parking.svg?20250827);
}

.sp-navs {
  display: none;
  margin-bottom: 30px;
}
.sp-navs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-navs ul li {
  width: 25%;
  font-size: 1.1rem;
  line-height: 1.3;
}
.sp-navs ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.sp-navs ul li a:hover {
  text-decoration: none;
}
.sp-navs ul li a:after {
  display: block;
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #fff;
  z-index: 10;
  pointer-events: none;
}
.sp-navs ul li.n1 a {
  background-image: url(../images/common/navsp-topics.svg);
  background-size: 31px auto;
  background-position: center 17px;
}
.sp-navs ul li.n2 a {
  background-image: url(../images/common/navsp-snap.svg);
  background-size: 32px auto;
  background-position: center 17px;
}
.sp-navs ul li.n3 a {
  background-image: url(../images/common/navsp-shopnews.svg);
  background-size: 23px auto;
  background-position: center 15px;
}
.sp-navs ul li.n4 a {
  background-image: url(../images/common/navsp-search.svg);
  background-size: 29px auto;
  background-position: center 16px;
  border-right: 0;
}
.sp-navs ul li.n4 a:after {
  display: none;
}
.sp-navs ul li.n5 a {
  background-image: url(../images/common/navsp-restaurantguide.svg);
  background-size: 28px auto;
  background-position: center 16px;
}
.sp-navs ul li.n5 a:after {
  bottom: 0px;
  width: 7px;
  height: 3px;
}
.sp-navs ul li.n6 a {
  background-image: url(../images/common/navsp-floorguide.svg);
  background-size: 31px auto;
  background-position: center 18px;
}
.sp-navs ul li.n6 a:after {
  bottom: 0px;
  width: 7px;
  height: 3px;
}
.sp-navs ul li.n7 a {
  background-image: url(../images/common/navsp-service.svg);
  background-size: 41px auto;
  background-position: center 18px;
}
.sp-navs ul li.n7 a:after {
  bottom: 0px;
  width: 7px;
  height: 3px;
}
.sp-navs ul li.n8 a {
  background-image: url(../images/common/navsp-parking.svg);
  background-size: 41px auto;
  background-position: center 18px;
  border-right: 0;
}
.sp-navs ul li.n8 a:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-navs {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.main {
  text-align: left;
}

.side {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
  background: #ccc;
}

.g-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 77px;
  /* margin-top: 120px; */
}

@media screen and (max-width: 768px) {
  .g-footer {
    padding-top: 30px;
    /* margin-top: 70px; */
    text-align: center;
  }
  .g-footer .inner {
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  margin: 0;
  width: 70px;
  height: 70px;
  background: #988460;
  background-size: contain;
  border-style: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.pagetop:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-39deg) skew(10deg);
  margin: -4px 0 0 -8.6px;
}

.pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 80px;
    width: 45px;
    height: 45px;
  }
  .pagetop:before {
    width: 10px;
    height: 10px;
    margin: -4px 0 0 -5.6px;
  }
}

.g-footer .foot-top {
  margin-bottom: 80px;
}

.g-footer .foot-top:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .g-footer .foot-top {
    margin-bottom: 30px;
  }
}

.g-footer .foot-logo {
  float: left;
  width: 320px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .g-footer .foot-logo {
    float: none;
    width: 230px;
    margin: 0 auto 10px;
  }
}

.g-footer .foot-address {
  float: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .g-footer .foot-address {
    float: none;
    font-size: 1.2rem;
  }
}

.g-footer .foot-address p {
  margin: 0;
}

.g-footer .foot-address p span {
  display: inline-block;
}

.g-footer .foot-button {
  float: right;
  width: 220px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .g-footer .foot-button {
    float: none;
    width: 200px;
    margin: 26px auto 0;
  }
}

.g-footer .foot-note {
  clear: both;
  padding-top: 1em;
  text-align: left;
  font-size: 1.2rem;
}

.g-footer .foot-bottom {
  background: #988460;
  color: #fff;
  padding: 20px;
}

.g-footer .foot-bottom>div:after {
  content: "";
  display: block;
  clear: both;
}

.g-footer .foot-bottom ul {
  padding: 0;
  list-style: none;
  float: left;
  margin: 0;
  font-size: 1.2rem;
}

.g-footer .foot-bottom ul li {
  display: inline-block;
  margin-right: 2em;
}

.g-footer .foot-bottom ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.g-footer .foot-bottom .copyright {
  margin: 0;
  float: right;
  font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
  .g-footer .foot-bottom {
    padding: 20px 0;
  }
  .g-footer .foot-bottom .inner {
    padding: 0;
  }
  .g-footer .foot-bottom ul {
    float: none;
    max-width: 400px;
    margin: auto;
    font-size: 0;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
  }
  .g-footer .foot-bottom ul li {
    margin-right: 0;
    margin-bottom: 0.3em;
    padding: 0 0.7em;
    font-size: 1.2rem;
    position: relative;
  }
  .g-footer .foot-bottom ul li:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.4em;
  }
  .g-footer .foot-bottom ul li:nth-child(4):before {
    content: none;
  }
  .g-footer .foot-bottom .copyright {
    margin: 16px 0 0;
    float: none;
    font-size: 1rem;
  }
}

/* @media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    margin-bottom: 35px;
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 203px;
  }
}
@media screen and (max-width: 768px) {
  footer address {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
} */
@media screen and (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  footer .footer-nav ul {
    display: block;
    text-align: left;
  }
  footer .footer-nav li {
    border-bottom: 1px solid #ccc;
  }
  footer .footer-nav li:first-child {
    border-top: 1px solid #ccc;
  }
  footer .footer-nav li a {
    display: block;
    padding: 0.5em 0.8em;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-sp-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-sp-menu {
    display: block;
  }
}
.footer-sp-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 40px 1fr;
  grid-template-rows: 40px 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  place-items: center;
}
.footer-sp-menu ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.footer-sp-menu ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.footer-sp-menu ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.footer-sp-menu ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.footer-sp-menu ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.footer-sp-menu ul > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.footer-sp-menu ul > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.footer-sp-menu ul > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.footer-sp-menu ul > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.footer-sp-menu ul > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.footer-sp-menu li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  justify-items: center;
}
.footer-sp-menu a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
  padding-bottom: 13px;
}
.footer-sp-menu a::before {
  content: "";
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.footer-sp-menu li:nth-child(1) a::before {
  background-image: url("../images/common/drawer/ico-businesshour.svg");
}
.footer-sp-menu li:nth-child(2) a::before {
  background-image: url("../images/common/drawer/ico-access.svg");
}
.footer-sp-menu li:nth-child(3) a::before {
  background-image: url("../images/common/drawer/ico-floorguide.svg");
}
.footer-sp-menu li:nth-child(4) a::before {
  background-image: url("../images/common/drawer/ico-brandsearch.svg");
}
.footer-sp-menu li:nth-child(5) a::before {
  background-image: url("../images/common/drawer/ico-restaurant.svg");
}



/* module
========================================================================== */
.btn {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-primary {
  padding: 25px 0 20px;
  width: 300px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  background: url(../images/common/ico-bullet-right-white-m.svg) no-repeat right 20px center #1a1a1a;
  background-size: 7px auto;
  color: #fff;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .btn-primary {
    background: #1a1a1a;
    padding: 20px 0 16px;
    width: 150px;
    font-size: 1.3rem;
  }
}
.btn-primary:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.btn-clear {
  width: 160px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #777;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn-clear {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
}
.btn-search {
  width: 160px;
  height: 50px;
  background: #a71f24;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn-search {
    font-size: 1.2rem;
  }
}

.button-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 260px;
  height: 55px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #988460;
}

.button-line:link,
.button-line:visited,
.button-line:active {
  color: #988460;
}

.button-line:before,
.button-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #988460;
  transition: transform 0.3s ease-out;
}

.button-line:before {
  transform: translate(-2px, -2px);
  z-index: 2;
}

.button-line:after {
  transform: translate(2px, 2px);
  border-color: #e7ddcb;
}

.button-line>span {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 30px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.button-line>span:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  border-color: #988460;
  right: 24px;
  margin-top: -4px;
  transition: right 0.3s ease-out;
}

.button-line>span.link-tab:after {
  transform: none;
  border: none;
  width: 11px;
  height: 11px;
}

.button-line.-black {
  color: #222;
}

.button-line.-black:before {
  border-color: #222;
}

.button-line.-black:after {
  border-color: #d4d4d4;
}

.button-line.-black>span:after {
  border-color: #666;
}

.button-line:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: none;
}

.button-line:hover:before,
.button-line:hover:after {
  transform: translate(0, 0);
}

.button-line:hover>span:after {
  right: 20px;
}

.button-line:hover>span.link-tab:after {
  right: 24px;
}

.button-line.-arrow-left>span:after {
  right: auto;
  left: 24px;
  margin-top: -3px;
  transform: rotate(-135deg);
  transition: left 0.3s ease-out;
}

.button-line.-arrow-left:hover>span:after {
  left: 20px;
}

.button-line.-arrow-bottom>span:after {
  margin-top: -6px;
  right: 20px;
  transform: rotate(135deg);
  transition: margin 0.3s ease-out;
}

.button-line.-arrow-bottom:hover>span:after {
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .button-line {
    max-width: 220px;
    height: 48px;
  }
  .button-line>span {
    padding: 0 30px;
    font-size: 1.4rem;
  }
  .button-line>span:after {
    right: 24px;
    margin-top: -4px;
  }
  .button-line>span.link-tab:after {
    width: 9px;
    height: 9px;
  }
  .button-line:hover>span:after {
    right: 20px;
  }
}

button.button-line {
  width: 100%;
  background: none;
  outline: none;
  border: none;
}

.page-title {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  min-width: 940px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-title {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1px;
  }
}
.page-title__ttl {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-title__ttl {
    font-size: 1.5rem;
  }
}

.title-line {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 0.54em;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.39;
}

.title-line.ja {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .title-line {
    margin-bottom: 20px;
    padding-bottom: 0.6em;
    font-size: 1.8rem;
  }
  .title-line.ja {
    font-size: 1.8rem;
  }
}

.title-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 50px;
  background: #a71f24;
}

@media screen and (max-width: 768px) {
  .title-line:before {
    width: 40px;
  }
}

.title-line .en {
  margin-right: 1em;
  font-size: 2.8rem;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .title-line .en {
    margin-right: 0.8em;
    font-size: 2.2rem;
  }
}

.title-line .ja {
  color: #a71f24;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .title-line .ja {
    font-size: 1.3rem;
  }
}

.heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 768px) {
  .heading-1 {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
.heading-1 dt {
  position: relative;
  width: 158px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .heading-1 dt {
    width: 134px;
  }
}
.heading-1 dt:after {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  content: "|";
  color: #dadada;
}

.heading-1 dt.color {
  color: #a71f24;
}

.heading-1 dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .heading-1 dd {
    padding-left: 10px;
  }
}
.heading-1 dd a {
  padding-right: 17px;
  background: url(../images/common/ico-bullet-right-blk-m.svg) no-repeat right center;
  background-size: 6px auto;
}

@media screen and (max-width: 768px) {
  .heading-1 dd a {
    padding-right: 13px;
  }
}
.heading-2 {
  text-align: center;
  font-size: 3.4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
}

.heading-2 p.insta span:before {
  margin-right: 15px;
  display: inline-block;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/common/ico-instagram-blk.svg) no-repeat right center;
  background-size: 29px auto;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

@media screen and (max-width: 768px) {
  .heading-2 p.insta span:before {
    margin-right: 12px;
    width: 25px;
    height: 25px;
    background: url(../images/common/ico-instagram-blk.svg) no-repeat right center;
    background-size: 25px auto;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
}
@media screen and (max-width: 768px) {
  .heading-2 {
    font-size: 2.4rem;
  }
}
.heading-3 {
  text-align: center;
}

.heading-3 dt {
  font-size: 3.4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .heading-3 dt {
    font-size: 2.4rem;
  }
}
.heading-3 dt.insta span:before {
  margin-right: 15px;
  display: inline-block;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/common/ico-instagram-blk.svg) no-repeat right center;
  background-size: 29px auto;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

@media screen and (max-width: 768px) {
  .heading-3 dt.insta span:before {
    margin-right: 12px;
    width: 25px;
    height: 25px;
    background: url(../images/common/ico-instagram-blk.svg) no-repeat right center;
    background-size: 25px auto;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
}
.heading-3 dd {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .heading-3 dd {
    font-size: 1.2rem;
  }
}
.heading-4 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .heading-4 {
    font-size: 1.2rem;
  }
}

.heading-4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 50px;
  background: #d41517;
}

.heading-4 span {
  position: relative;
  display: inline-block;
}

.heading-4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.heading-4 dd {
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
}

.heading-5 {
  font-family: "Josefin Sans", sans-serif;
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  color: #a71f24;
}

.heading-5.closed {
  color: #333;
}

@media screen and (max-width: 768px) {
  .heading-5 {
    font-size: 1.7rem;
  }
}
.heading-5 span {
  position: relative;
  display: inline-block;
}

.heading-5 span:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  content: "";
  width: 100%;
  border-bottom: 1px solid #d41517;
}

.drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  color: #fff;
  text-align: left;
  word-break: break-all;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.drawer.active {
  visibility: visible;
  opacity: 1;
}

.drawer.active .drawer__wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.drawer .close {
  cursor: pointer;
}

.drawer a {
  color: #fff;
}

.drawer a:hover {
  text-decoration: none;
}

.drawer__wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(450px + 100vw - 100%);
  height: 100%;
  background: #7a6642;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(450px, 0);
  transform: translate(450px, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .drawer__wrap {
    width: 100%;
  }
}
.drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2100;
  color: #fff;
  text-align: left;
  word-break: break-all;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.drawer.active {
  visibility: visible;
  opacity: 1;
}
.drawer.active .drawer-wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.drawer-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background: rgb(255, 255, 255);
  overflow-y: auto;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
}
@media screen and (max-width: 768px) {
  .drawer-wrap {
    width: 100%;
  }
}
.drawer-wrap a {
  color: #000;
  text-decoration: none;
}
.drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 27px 18px 22px;
  background: #555;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .drawer-header {
    padding: 14px 27px 14px 22px;
    font-size: 1.4rem;
    position: sticky;
    top: 0;
    z-index: 15;
  }
}
.drawer-header .close {
  cursor: pointer;
  line-height: 1;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .drawer-header .close {
    width: 26px;
  }
}
.drawer-nav {
  padding-inline: 25px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .drawer-nav {
    padding-inline: 18px;
    font-size: 1.6rem;
  }
}
.drawer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-nav li {
  border-bottom: 1px solid #000;
}
.drawer-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 9px;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .drawer-nav a {
    padding-block: 6px;
    padding-left: 60px;
  }
}
.drawer-nav a::before {
  content: "";
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .drawer-nav a::before {
    width: 53px;
    height: 53px;
  }
}
.drawer-nav li:nth-child(1) a::before {
  background-image: url("../images/common/drawer/ico-businesshour.svg");
}
.drawer-nav li:nth-child(2) a::before {
  background-image: url("../images/common/drawer/ico-access.svg");
}
.drawer-nav li:nth-child(3) a::before {
  background-image: url("../images/common/drawer/ico-floorguide.svg");
}
.drawer-nav li:nth-child(4) a::before {
  background-image: url("../images/common/drawer/ico-brandsearch.svg");
}
.drawer-nav li:nth-child(5) a::before {
  background-image: url("../images/common/drawer/ico-restaurant.svg");
}
.drawer-nav li:nth-child(6) a::before {
  background-image: url("../images/common/drawer/ico-facility.svg");
}
.drawer-nav li:nth-child(7) a::before {
  background-image: url("../images/common/drawer/ico-mail.svg");
}
.drawer-list {
  padding: 40px 25px 25px;
}
@media screen and (max-width: 768px) {
  .drawer-list {
    padding: 30px 18px 25px;
  }
}
.drawer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-list > ul > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .drawer-list > ul > li {
    margin-bottom: 15px;
  }
}
.drawer-list > ul > li:last-child {
  margin-bottom: 0;
}
.drawer-list a,
.drawer-list .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 14px 8px 20px;
  border: 1px solid #e60012;
  color: #e60012;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .drawer-list a,
  .drawer-list .card-title {
    padding: 8px 14px 8px 15px;
    font-size: 1.5rem;
  }
}
.drawer-list a::after,
.drawer-list .card-title::after {
  content: "";
  width: 7px;
  aspect-ratio: 7/17;
  background-image: url("../images/common/drawer/ico-bullet-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .drawer-list a::after,
  .drawer-list .card-title::after {
    width: 6px;
  }
}
.drawer-list > ul > li.external > a,
.drawer-list > ul > li.external > span {
  border: 1px solid #000;
}
.drawer-list > ul > li.department > a,
.drawer-list > ul > li.department > span {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}
.drawer-list > ul > li.department > a:after,
.drawer-list > ul > li.department > span:after {
  background-image: url("../images/common/drawer/ico-bullet-white.svg");
}
.drawer-list > ul > li:has(ul) > .card-title {
  position: relative;
}
.drawer-list > ul > li:has(ul) > .card-title::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
  width: 2px;
  height: 26px;
  background-color: #e60012;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .drawer-list > ul > li:has(ul) > .card-title::before {
    right: 24px;
    height: 22px;
  }
}
.drawer-list > ul > li:has(ul) > .card-title::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
  width: 26px;
  height: 2px;
  background-color: #e60012;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .drawer-list > ul > li:has(ul) > .card-title::after {
    width: 22px;
  }
}
.drawer-list > ul > li:has(ul) > .card-title.active::before {
  -webkit-transform: translateX(5px) translateY(-50%) rotate(225deg);
          transform: translateX(5px) translateY(-50%) rotate(225deg);
}
.drawer-list > ul > li:has(ul) > .card-title.active::after {
  -webkit-transform: translateX(5px) translateY(-50%) rotate(-135deg);
          transform: translateX(5px) translateY(-50%) rotate(-135deg);
}
.drawer-list ul ul {
  display: none;
  margin-top: 10px;
}
.drawer-list ul ul li {
  margin-bottom: 5px;
}
.drawer-list ul ul li:last-child {
  margin-bottom: 0;
}
.drawer-list ul ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  padding: 8px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .drawer-list ul ul a {
    font-size: 1.5rem;
  }
}
.drawer-list ul ul a::after {
  content: "";
  width: 7px;
  height: 17px;
  aspect-ratio: 7/17;
  background-image: url("../images/common/drawer/ico-bullet-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .drawer-list ul ul a::after {
    width: 5px;
  }
}
.drawer-list ul ul a:hover {
  color: #e60012;
  background: none;
}

.hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hover:hover {
  opacity: 0.7;
}

.nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.nav-area a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-area a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.nav-area__sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px 15px;
  border: 1px solid #e60012;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff7f6;
}

.nav-area__sc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.nav-area__sc dt {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  color: #e60012;
}

.nav-area__sc dd {
  padding-right: 12px;
  font-family: "Avenir Next", Verdana, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #e60012;
  background: url(../images/common/more-bullet-red.svg) no-repeat right center;
  background-size: 5px auto;
}

.nav-area__honkan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 17px;
  border: 1px solid #e60012;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e60012;
  color: #fff;
}

.nav-area__honkan:hover {
  color: #fff;
}

.nav-area__honkan dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.nav-area__honkan dt {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  width: 205px;
}

.nav-area__honkan dt:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px solid #fff;
  height: 34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-area__honkan .text {
  position: relative;
  width: 150px;
  padding-left: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.nav-area__honkan .text:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px solid #fff;
  height: 34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-area__honkan .more {
  padding-right: 12px;
  font-family: "Avenir Next", Verdana, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  background: url(../images/common/more-bullet-white.svg) no-repeat right center;
  background-size: 5px auto;
}

.social {
  border-top: 1px solid #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .social {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .social__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.social__box {
  width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  word-break: break-all;
}

.social__box:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .social__box {
    margin-right: 10px;
    width: calc(100% / 4);
    max-width: 60px;
  }
}
.social__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.social__box a img {
  width: 100%;
  height: auto;
}

.social__box.facebook {
  padding-left: 23px;
  padding-right: 23px;
  background-color: #3c5995;
}

@media screen and (max-width: 768px) {
  .social__box.facebook {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.social__box.facebook .wrap {
  width: 100%;
}

.social__box.facebook .wrap > p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.23;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .social__box.facebook .wrap > p {
    font-size: 1.3rem;
  }
}
.social__box.facebook .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .social__box.facebook .ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 7px;
  }
}
.social__box.facebook .ttl p {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .social__box.facebook .ttl p {
    width: 31px;
  }
}
.social__box.facebook .ttl dl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.24;
}

@media screen and (max-width: 768px) {
  .social__box.facebook .ttl dl {
    font-size: 1.1rem;
  }
}
.social__box.line {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #13bc00;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .social__box.line {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.social__box.line .text {
  line-height: 1.2;
  font-weight: bold;
}

.social__box.line .text .kana {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .social__box.line .text .kana {
    font-size: 0.8rem;
  }
}
.social__box.line .text .friend {
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social__box.line .text .friend {
    font-size: 1.1rem;
  }
}
.social__box.line .text img {
  margin-bottom: 5px;
  width: 105px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .social__box.line .text img {
    margin-bottom: 0;
    width: 68px;
  }
}
.social__box.line .img {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 95px;
}

@media screen and (max-width: 768px) {
  .social__box.line .img {
    right: 3px;
    width: 63px;
  }
}
.social__box.twitter {
  padding-left: 20px;
  padding-right: 20px;
  background: #1994ed;
}

@media screen and (max-width: 768px) {
  .social__box.twitter {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.social__box.twitter a > p {
  width: 49px;
}

@media screen and (max-width: 768px) {
  .social__box.twitter a > p {
    width: 32px;
  }
}
.social__box.twitter dl {
  margin-left: 7px;
  font-size: 1.8rem;
  line-height: 1.24;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .social__box.twitter dl {
    font-size: 1.2rem;
  }
}
.social__box.twitter dd {
  margin-bottom: 3px;
}

.social__box.twitter .acc {
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .social__box.twitter .acc {
    font-size: 0.9rem;
  }
}
.social__box.app {
  position: relative;
  background: #a71f24;
}

.social__box.app a {
  padding: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .social__box.app a {
    padding: 8px;
  }
}
.social__box.app img {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 105px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .social__box.app img {
    left: 8px;
    width: 70px;
  }
}
.social__box.app .ttl {
  padding: 3px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .social__box.app .ttl {
    font-size: 1.1rem;
  }
}
.social__box.app .text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 64px;
  background: url(../images/common/sns-app-bg.svg) no-repeat center center;
  background-size: 100px auto;
  color: #a71f24;
  font-size: 1.7rem;
  line-height: 1.33;
  font-weight: bold;
  padding: 8px 0px 8px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .social__box.app .text {
    padding: 8px 0px 8px 5px;
    right: 8px;
    bottom: 8px;
    width: 66px;
    height: 45px;
    background: url(../images/common/sns-app-bg.svg) no-repeat center center;
    background-size: 66px auto;
    font-size: 1.1rem;
  }
}
.recruit {
  padding-block: 60px;
  background-color: #f8f7f9;
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.recruit__bnr {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .recruit__bnr {
    margin-bottom: 0;
    height: 125px;
  }
}
.recruit__bnr a {
  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;
  position: relative;
  width: 100%;
  height: 160px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recruit__bnr a {
    height: 125px;
  }
}
.recruit__bnr a:hover {
  text-decoration: none;
}

.recruit__bnr span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-image: url(../images/common/bg-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .recruit__bnr span {
    background-image: url(../images/common/bg-recruit_sp.jpg);
    height: 125px;
  }
}
.recruit__bnr .wrap {
  position: relative;
  z-index: 10;
}

.recruit__bnr .wrap > p {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 165px;
}

@media screen and (max-width: 768px) {
  .recruit__bnr .wrap > p {
    margin-bottom: 5px;
    width: 123px;
  }
}
.recruit__bnr .wrap > p img {
  width: 100%;
  height: auto;
}

.recruit__bnr .wrap dt {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .recruit__bnr .wrap dt {
    font-size: 2.7rem;
  }
}
.recruit__bnr .wrap dd {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .recruit__bnr .wrap dd {
    font-size: 1.4rem;
  }
}
.recruit__list {
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.recruit__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit__list ul li {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.38;
  word-break: break-all;
}

.recruit__list ul li:nth-child(4n) {
  margin-right: 0;
}

.recruit__list ul li a:hover {
  text-decoration: none;
}

.recruit__list ul li img {
  margin-bottom: 7px;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .recruit__list {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
  .recruit__list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 13px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .recruit__list ul li {
    margin: 0;
    width: 100%;
    font-size: 1.1rem;
  }
  .recruit__list ul li img {
    margin-bottom: 5px;
    height: auto;
  }
}

.banner-slide {
  position: relative;
  margin-bottom: 65px;
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e9f6), to(#e1efef));
  background: linear-gradient(180deg, #e7e9f6 0%, #e1efef 100%);
}

@media screen and (max-width: 768px) {
  .banner-slide {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.banner-slide__list {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  z-index: 50;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .banner-slide__list {
    width: 100%;
  }
}
.banner-slide .slick-list {
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner-slide .slick-initialized .slick-slide {
  display: block;
}

.banner-slide .slick-slide {
  outline: none;
}

.banner-slide .slick-slide:not(.slick-center) span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.banner-slide .slick-slide.slick-center span {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.banner-slide__item {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .banner-slide__item {
    padding: 0 5px;
  }
}
.banner-slide__item span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner-slide__item a {
  outline: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.banner-slide__item a:hover {
  opacity: 0.7;
}

.banner-slider-wrap {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .banner-slider-wrap {
    position: relative;
    margin-top: 30px;
  }
}

.bnr-restaurantguide {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bnr-restaurantguide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 980px;
  height: 150px;
  color: #fff;
  background: url(../images/common/bnr-restaurant.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 28.7%;
    background: url(../images/common/bnr-restaurant_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}
.bnr-restaurantguide a:hover {
  text-decoration: none;
}

.bnr-restaurantguide .wrap {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
}
.bnr-restaurantguide .wrap dl {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap dl {
    margin-bottom: 7px;
  }
}
.bnr-restaurantguide .wrap dt {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: 4px;
  width: 146px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap dt {
    margin-bottom: 5px;
    padding-bottom: 3px;
    width: 26%;
  }
}
.bnr-restaurantguide .wrap dt span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98px;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap dt span {
    width: 70%;
  }
}
.bnr-restaurantguide .wrap dd {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap dd {
    font-size: 0.9rem;
  }
}
.bnr-restaurantguide .wrap p img {
  width: 68px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bnr-restaurantguide .wrap p img {
    width: 45px;
  }
}
.sp-contact {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-contact {
    display: block;
    border-top: 1px solid #e6e6e6;
  }
  .sp-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .sp-contact ul li {
    position: relative;
    width: 50%;
  }
  .sp-contact ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
  .sp-contact ul li:first-child:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid #ccc;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sp-contact ul li span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-contact ul li span img {
    width: 100%;
    height: auto;
  }
  .sp-contact ul li.mail span {
    width: 31px;
  }
  .sp-contact ul li.tel span {
    width: 16px;
  }
}
.default-table {
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .default-table {
    font-size: 1.1rem;
  }
}
.default-table th,
.default-table td {
  padding: 8px 20px;
  border: 1px solid #ccc;
  word-break: break-all;
}

.default-table th {
  width: 125px;
  border-right: 1px solid #f7f0ec;
  background: #f7f0ec;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .default-table th {
    padding: 6px 10px;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.default-table th.v-middle,
.default-table td.v-middle {
  vertical-align: middle;
}

.default-table th.v-middle.small {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .default-table th.v-middle.small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .default-table td {
    padding: 6px 10px;
  }
}
.default-table td.ellipsis {
  padding: 0;
  max-width: 0;
}

.default-table .ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}

.default-table td.ellipsis li {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .default-table td.ellipsis li {
    padding: 6px 10px;
  }
}
.default-table td.ellipsis li:last-child {
  border-bottom: 0;
}

.default-table-sns .ico-sns:before {
  display: inline-block;
  margin-right: 15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .default-table-sns .ico-sns:before {
    margin-right: 10px;
  }
}
.default-table-sns .ico-sns.ico-sns-instagram:before {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ico-sns-instagram.png);
}

.default-table-sns .ico-sns.ico-sns-facebook:before {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ico-sns-facebook.png);
}

.default-table-sns .ico-sns.ico-sns-twitter:before {
  margin-right: 13px;
  width: 22px;
  height: 18px;
  background-image: url(../images/common/ico-sns-twitter.png);
}

.default-table-sns .ico-sns.ico-sns-line:before {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ico-sns-line.png);
}

@media screen and (max-width: 768px) {
  .default-table-sns .ico-sns.ico-sns-instagram:before {
    width: 15px;
    height: 15px;
    background-image: url(../images/common/ico-sns-instagram.png);
  }
  .default-table-sns .ico-sns.ico-sns-facebook:before {
    width: 15px;
    height: 15px;
    background-image: url(../images/common/ico-sns-facebook.png);
  }
  .default-table-sns .ico-sns.ico-sns-twitter:before {
    margin-right: 8px;
    width: 17px;
    height: 13px;
    background-image: url(../images/common/ico-sns-twitter.png);
  }
  .default-table-sns .ico-sns.ico-sns-line:before {
    width: 15px;
    height: 15px;
    background-image: url(../images/common/ico-sns-line.png);
  }
}
.default-table a {
  color: #a71f24;
  text-decoration: underline;
}

.default-table a:hover {
  text-decoration: none;
}

.data-notfound {
  margin-bottom: 150px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .data-notfound {
    margin-bottom: 80px;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.line1 {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e9f6), to(#e1efef));
  background: linear-gradient(180deg, #e7e9f6 0%, #e1efef 100%);
}

.bg-gray {
  background-color: #f8f7f9;
}

.triangle-white {
  position: relative;
}

.triangle-white:before,
.triangle-white:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .triangle-white:before,
  .triangle-white:after {
    height: 30px;
  }
}
.triangle-white:before {
  top: 0;
  background: url(../images/common/triangle-top-white.png) no-repeat left top;
  background-size: 100% 100%;
}

.triangle-white:after {
  bottom: 0;
  background: url(../images/common/triangle-bottom-white.png) no-repeat left top;
  background-size: 100% 100%;
}

.triangle-white.triangle-bottomgray:after {
  bottom: 0;
  background: url(../images/common/triangle-bottom-gray.png) no-repeat left top;
  background-size: 100% 100%;
}

.triangle-white-bottom {
  position: relative;
}

.triangle-white-bottom:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .triangle-white-bottom:after {
    height: 30px;
  }
}
.triangle-white-bottom:after {
  bottom: 0;
  background: url(../images/common/triangle-bottom-white.png) no-repeat left top;
  background-size: 100% 100%;
}

.infobox__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 768px) {
  .infobox__list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
.infobox__list dt {
  width: 100px;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .infobox__list dt {
    width: 90px;
  }
}
.infobox__list .new {
  padding-left: 3px;
  width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  color: #a71f24;
}

@media screen and (max-width: 768px) {
  .infobox__list .new {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
  }
}
.infobox__list .text {
  word-break: break-all;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 768px) {
  .infobox__list .text {
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
    width: 100%;
  }
}
.newshop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.newshop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 48%;
}

.newshop__wrap.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 48%;
}

.newshop__wrap.slick-slide a {
  outline: none;
}

@media screen and (max-width: 768px) {
  .newshop__wrap {
    width: 100%;
  }
}
.newshop .slick-dots {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .newshop .slick-dots {
    padding-top: 18px;
  }
}
.newshop .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .newshop .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.newshop .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newshop .slick-dots .slick-active button {
  background: #a71f24;
}

.newshop__item {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 215px;
  word-break: break-all;
}

.newshop__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .newshop__item {
    margin-right: 25px;
    width: calc(50% - 12.5px);
  }
  .newshop__item:nth-child(2n) {
    margin-right: 0;
  }
}
.newshop__item a {
  outline: none;
}

.newshop__item a:hover {
  text-decoration: none;
}

.newshop__item a:hover .image {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.newshop__item a.closed {
  pointer-events: none;
  cursor: default;
}

.newshop__item a.closed:hover .image {
  -webkit-transform: scale(1, 1) rotate(0.1deg);
  transform: scale(1, 1) rotate(0.1deg);
}

.newshop__item .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 215px;
  height: 215px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .newshop__item .photo {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
}
.newshop__item .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

@media screen and (max-width: 768px) {
  .newshop__item .image {
    width: 100%;
    padding-top: 100%;
  }
}
.newshop__item .label {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  padding: 6px 6px 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  background: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .newshop__item .label {
    left: 5px;
    top: 5px;
    font-size: 0.9rem;
  }
}
.newshop__item .name {
  margin-bottom: 7px;
  min-height: 45px;
  font-weight: bold;
  line-height: 1.64;
}

@media screen and (max-width: 768px) {
  .newshop__item .name {
    min-height: 1px;
    font-size: 1.2rem;
    line-height: 1.58;
  }
}
.newshop__item dl {
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .newshop__item dl {
    font-size: 1rem;
  }
}
.newshop__item dl dd {
  color: #a71f24;
}

.card .heading-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .card .heading-2 {
    margin-bottom: 20px;
  }
}
.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .card__list {
    margin-bottom: 20px;
  }
}
.card__item {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 300px;
  word-break: break-all;
}

.card__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .card__item {
    margin-bottom: 15px;
    margin-right: 25px;
    width: calc(50% - 12.5px);
  }
  .card__item:nth-child(3n) {
    margin-right: 25px;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
}
.card__item a:hover {
  text-decoration: none;
}

.card__item a:hover .image {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.card__item a:hover .more {
  text-decoration: none;
}

.card__item .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 300px;
  height: 300px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .card__item .photo {
    margin-bottom: 7px;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
}
.card__item .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

@media screen and (max-width: 768px) {
  .card__item .image {
    width: 100%;
    padding-top: 100%;
  }
}
.card__item .label {
  position: absolute;
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .card__item .label {
    left: 5px;
    top: 5px;
  }
}
.card__item .label li {
  padding: 1px 3px 1px;
  min-width: 56px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .card__item .label li {
    padding: 1px 3px 1px;
    min-width: 1px;
    font-size: 0.8rem;
  }
}
.card__item .label .white {
  background: #fff;
}

.card__item .label .red {
  background: #a71f24;
  color: #fff;
}

.card__item .label .blk {
  background: #333;
  color: #fff;
}

.card__item .date {
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .card__item .date {
    font-size: 1.1rem;
  }
}
.card__item .date span {
  margin-left: 8px;
  color: #a71f24;
}

.card__item .period {
  font-size: 1.4rem;
  line-height: 1.64;
}

@media screen and (max-width: 768px) {
.card__item .period {
    font-size: 1.2rem;
    line-height: 1.58;
  }
}

.card__item .period .date-state {
  display: inline-block;
  padding: 1px 3px 1px;
  min-width: 56px;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 0.833em;
  background-color: #a71f24;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .card__item .period .date-state {
    padding: 0.334em 0.38em;
    min-width: 1px;
    font-size: 1rem;
    line-height: 1;
  }
}

.card__item .title {
  line-height: 1.64;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .card__item .title {
    line-height: 1.58;
    font-size: 1.2rem;
  }
}
.card__item .title2 {
  margin-bottom: 8px;
  line-height: 1.64;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .card__item .title2 {
    margin-bottom: 5px;
    line-height: 1.58;
    font-size: 1.2rem;
  }
}
.card__item .store {
  font-size: 1.3rem;
  color: #a71f24;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .card__item .store {
    line-height: 1.58;
    font-size: 1.1rem;
  }
}
.card__item .more {
  display: inline-block;
  padding-right: 10px;
  background: url(../images/common/ico-bullet-right-blk-m.svg) no-repeat right center;
  background-size: 5px auto;
  font-size: 1.3rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .card__item .more {
    font-size: 1.2rem;
  }
}
.fcard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fcard__item {
  width: 215px;
  margin-right: 40px;
  margin-bottom: 40px;
  word-break: break-all;
}

.fcard__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .fcard__item {
    margin-bottom: 15px;
    margin-right: 25px;
    width: calc((100% - 25px) / 2);
  }
  .fcard__item:nth-child(4n) {
    margin-right: 25px;
  }
  .fcard__item:nth-child(2n) {
    margin-right: 0;
  }
}
.fcard__item a:hover {
  text-decoration: none;
}

.fcard__item a:hover .image {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.fcard__item a:hover .more {
  text-decoration: none;
}

.fcard__item .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 215px;
  height: 215px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .fcard__item .photo {
    margin-bottom: 7px;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
}
.fcard__item .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .fcard__item .image {
    width: 100%;
    padding-top: 100%;
  }
}
.fcard__item .date {
  margin-bottom: 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .fcard__item .date {
    font-size: 1.1rem;
  }
}
.fcard__item .date span {
  margin-left: 8px;
  color: #a71f24;
}

.fcard__item .title {
  margin-bottom: 5px;
  line-height: 1.42;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fcard__item .title {
    line-height: 1.58;
    font-size: 1.2rem;
  }
}
.fcard__item .store {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #a71f24;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .fcard__item .store {
    line-height: 1.58;
    font-size: 1.1rem;
  }
}
.fcard__item .more {
  display: inline-block;
  padding-right: 10px;
  background: url(../images/common/ico-bullet-right-blk-m.svg) no-repeat right center;
  background-size: 5px auto;
  font-size: 1.2rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .fcard__item .more {
    font-size: 1.2rem;
  }
}
.snap .heading-3 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .snap .heading-3 {
    margin-bottom: 30px;
  }
}
.snap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .snap__list {
    margin-bottom: 15px;
  }
}
.snap__item {
  margin-right: 17px;
  margin-bottom: 17px;
  width: 232px;
}

.snap__item:nth-child(4n) {
  margin-right: 0;
}

.snap__item .photo {
  width: 100%;
  height: 232px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .snap__item .photo {
    height: 0;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 768px) {
  .snap__item {
    margin-bottom: 25px;
    margin-right: 25px;
    width: calc(50% - 12.5px);
  }
  .snap__item:nth-child(3n) {
    margin-right: 25px;
  }
  .snap__item:nth-child(2n) {
    margin-right: 0;
  }
}
.snap__item a:hover span {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.snap__item span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.bnr-area {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .bnr-area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.bnr-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bnr-area ul li {
  margin-right: 17px;
  margin-bottom: 17px;
  width: 315px;
}

.bnr-area ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bnr-area ul li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .bnr-area ul li img {
    width: 100%;
    height: auto;
  }
}
.bnr-area ul li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bnr-area ul li a:hover {
  opacity: 0.7;
}

.article {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .article {
    padding-top: 40px;
  }
}
.article__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.article__label p {
  padding: 5px 10px 5px;
}

.article__label p:first-child {
  margin-left: 0;
}

.article__label .type {
  border: 1px solid #ddd;
  background: #fff;
}

.article__label .limit {
  border: 1px solid #a71f24;
  background: #a71f24;
  color: #fff;
}

.article__label .place {
  margin-left: 10px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.article__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .article__ttl {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
.article__date {
  margin-bottom: 25px;
  padding-top: 10px;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .article__date {
    font-size: 1.2rem;
  }
}
.article__date span {
  margin-left: 0.6em;
  color: #a71f24;
}

.article__photo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 560px;
}

@media screen and (max-width: 768px) {
  .article__photo {
    margin-bottom: 25px;
    width: 100%;
  }
}
.article__photo .image {
  width: 560px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 768px) {
  .article__photo .image {
    width: 100%;
  }
}

.article__photo .video {
  position: relative;
  display: table;
  width: 560px;
  height: 560px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article__photo .video {
    width: 100%;
    height: calc(100vw - 50px);
  }
}
.article__photo .video .videowrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  line-height: 1;
}

.article__photo .video .videowrap video {
  width: 100%;
  height: auto;
}

.article__photo .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .article__photo .slick-dots {
    padding-top: 18px;
  }
}
.article__photo .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .article__photo .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.article__photo .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.article__photo .slick-dots .slick-active button {
  background: #a71f24;
}

.article__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .article__text {
    margin-bottom: 25px;
  }
}
.article__text p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .article__text p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.article__text a {
  color: #a71f24;
  text-decoration: underline;
}

.article__text a:hover {
  text-decoration: none;
}

.article__spec {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  background: #f8f7f9;
}

@media screen and (max-width: 768px) {
  .article__spec {
    padding: 12px 15px;
  }
}
.article__spec dl {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.article__spec dl:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .article__spec dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.73;
    border-bottom: 1px solid #ddd;
  }
  .article__spec dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.article__spec dt {
  width: 120px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article__spec dt {
    width: 100%;
  }
}
.article__spec dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.article__spec a {
  color: #a71f24;
  text-decoration: underline;
}

.article__spec a:hover {
  text-decoration: none;
}

.article__sns {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .article__sns {
    margin-bottom: 35px;
  }
}
.article__sns #sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .article__sns #sns-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.article__sns #sns-box > div {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .article__sns #sns-box > div {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.article__sns .facebook .fb-share-button.fb_iframe_widget > span {
  vertical-align: top !important;
}

.article__sns .line {
  display: none;
}

@media screen and (max-width: 768px) {
  .article__sns .line {
    display: block;
  }
}

.date .holiday,
.card__item .period .holiday {
  color: #d30000;
}

.related-post .card {
  margin-bottom: 60px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.related-post .card__item:nth-child(4) {
  display: none;
}

@media screen and (max-width: 768px) {
  .related-post .card__item:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .related-post .card {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.pager {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

@media screen and (max-width: 768px) {
  .pager {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pager ul {
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pager ul li {
    width: calc((100% - 25px) / 2);
  }
}
.pager ul li.prev {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .pager ul li.prev {
    margin-right: 0;
  }
}
.pager ul li.prev a {
  background-image: url(../images/common/ico-bullet-left-white-m.svg);
  background-position: left 10px center;
  background-size: 7px auto;
}

@media screen and (max-width: 768px) {
  .pager ul li.prev a {
    background-size: 5px auto;
  }
}
.pager ul li.next a {
  background-image: url(../images/common/ico-bullet-right-white-m.svg);
  background-position: right 10px center;
  background-size: 7px auto;
}

@media screen and (max-width: 768px) {
  .pager ul li.next a {
    background-size: 5px auto;
  }
}
.pager ul a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 160px;
  background: #a71f24;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .pager ul a {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 1.2rem;
  }
}
.pager ul a:hover {
  text-decoration: none;
}

.pager .more {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .pager .more {
    margin-bottom: 30px;
    text-align: left;
  }
}

.pager .more span {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 160px;
  background: #a71f24;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pager .more span {
    width: calc((100% - 25px) / 2);
  }
}

.pager p {
  text-align: center;
}

.pager p a {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 500px;
  background: #a71f24;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico-bullet-left-white-m.svg);
  background-position: left 10px center;
  background-size: 7px auto;
}

@media screen and (max-width: 768px) {
  .pager p a {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 1.2rem;
    background-size: 5px auto;
  }
}
.pager p a:hover {
  text-decoration: none;
}

.frame_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.frame_wrap.page-service {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .frame_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .frame_wrap.page-service {
    margin-bottom: 0;
  }
}
.main.shop .frame_wrap.floor_frame_wrap {
  margin-bottom: 0;
}

.main.shop .frame_wrap.floor_frame_wrap iframe {
  vertical-align: bottom;
}

.main.brand .frame_wrap {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .main.brand .frame_wrap {
    margin-top: 0;
  }
}
#site-translate-header-wrapper {
  position: fixed !important;
  left: 20px;
  bottom: 20px;
  z-index: 100 !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#site-translate-header-wrapper.disabled {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #site-translate-header-wrapper {
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  #site-translate-icp {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.caution-text {
  padding: 16px;
  border: 1px solid #b7302e;
  color: #b7302e;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .caution-text {
    padding: 10px 13px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.restaurant-inner {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .restaurant-inner {
    padding-top: 35px;
  }
}
.restaurant-inner .restaurant__box.hide {
  display: none;
}

.restaurant__bnrarea {
  margin-bottom: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .restaurant__bnrarea {
    margin-bottom: 25px;
    padding-top: 5px;
  }
}
.restaurant.searchresult {
  padding-bottom: 60px;
}

.restaurant.searchresult .inner {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .restaurant.searchresult .inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant.searchresult {
    padding-bottom: 40px;
  }
}
.restaurant__ttl {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .restaurant__ttl {
    font-size: 1.5rem;
  }
}
.restaurant__earlytext {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .restaurant__earlytext {
    text-align: right;
  }
}
.restaurant__earlytext span {
  color: #d41517;
}

.restaurant__searchwraptop {
  margin-bottom: 30px;
}

.restaurant__searchwrapbottom {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .restaurant__searchwrapbottom {
    margin-bottom: 40px;
  }
}
.restaurant__param {
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #f8f7f9;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .restaurant__param {
    padding: 15px 20px;
  }
}
.restaurant__param dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .restaurant__param dl {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .restaurant__param dl:last-child {
    margin-bottom: 0;
  }
}
.restaurant__param dt {
  width: 150px;
  font-weight: bold;
  flex-shrink: 0;
}

.restaurant__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .restaurant__nav {
    display: block;
    margin-bottom: 15px;
    font-size: 0;
  }
}
.restaurant__nav li {
  position: relative;
  margin-left: -1px;
  padding: 3px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .restaurant__nav li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 15px;
    font-size: 1.2rem;
  }
}
.restaurant__nav li:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-top: 2px solid #d41517;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .restaurant__nav li:before {
    bottom: -5px;
  }
}
.restaurant__nav li.active,
.restaurant__nav li:hover {
  color: #d41517;
}

.restaurant__nav li.active:before,
.restaurant__nav li:hover:before {
  opacity: 1;
}

.restaurant__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .restaurant__filter {
    display: block;
  }
}
.restaurant__filter.right-filter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.restaurant__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .restaurant__filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.restaurant__filter ul li {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .restaurant__place {
    margin-bottom: 10px;
  }
}
.restaurant__place li {
  margin-right: 10px;
  padding: 4px 0 4px 8px;
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  background-image: url(../images/common/ico-filter-check_disabled.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px auto;
}

.restaurant__place li.active {
  border: 1px solid #f6a79e;
  background-color: #fff5f4;
  background-image: url(../images/common/ico-filter-check.svg);
}

@media screen and (max-width: 768px) {
  .restaurant__place li {
    width: 90px;
    font-size: 1.2rem;
    background-size: 12px auto;
  }
}
.restaurant__search li {
  margin-left: 10px;
  padding: 4px 15px 4px 38px;
  border: 1px solid #333;
  border-radius: 4px;
  color: #fff;
  background-color: #333;
  background-image: url(../images/common/ico-search-btn.svg);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 16px auto;
}

@media screen and (max-width: 768px) {
  .restaurant__search li {
    padding: 4px 12px 4px 30px;
    font-size: 1.2rem;
    background-position: 10px center;
    background-size: 14px auto;
  }
  .restaurant__search li:first-child {
    margin-left: 0;
  }
}
.restaurant__search li.clear {
  padding: 4px 20px 4px 20px;
  background-image: none;
  background-color: #777;
  border: 1px solid #777;
}

@media screen and (max-width: 450px) {
  .restaurant__search li.clear {
    margin-bottom: 10px;
    margin-right: calc(100% - 130px);
  }
}
.restaurant__search li.clear a {
  color: #fff;
}

.restaurant__search li.clear a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .restaurant__search li.clear {
    padding: 4px 10px 4px 10px;
  }
}
@media screen and (max-width: 450px) {
  .restaurant__search li.keyword {
    margin-left: 0;
  }
}
.restaurant__cat {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .restaurant__cat {
    margin-bottom: 20px;
  }
}
.restaurant__cat dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.restaurant__cat dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .restaurant__cat dt {
    font-size: 1.4rem;
  }
}
.restaurant__cat dt span {
  position: relative;
  display: inline-block;
}

.restaurant__cat dt span:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #d41517;
}

.restaurant__cat dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .restaurant__cat dd {
    font-size: 1.2rem;
  }
}
.data__list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.data__list:before {
  content: "";
  display: block;
  width: 215px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
      order: 1;
}

.data__list:after {
  content: "";
  display: block;
  width: 215px;
}

.data__item {
  margin-bottom: 30px;
  width: 235px;
}

.data__item.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .data__item {
    width: calc((100% - 10px) / 2);
  }
}
.data__item a:hover {
  text-decoration: none;
}

.data__item a:hover .image {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.data__item .photo {
  overflow: hidden;
  margin-bottom: 14px;
  width: 235px;
  height: 235px;
}

@media screen and (max-width: 768px) {
  .data__item .photo {
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
}
.data__item .photo .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .data__item .photo .image {
    width: 100%;
    padding-top: 100%;
  }
}
.data__item .ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
}

@media screen and (max-width: 768px) {
  .data__item .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.data__item .ttl span {
  color: #d41517;
}

.data__item .floor {
  padding-left: 30px;
  font-size: 1.3rem;
  background-image: url(../images/common/navsp-floorguide.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}

@media screen and (max-width: 768px) {
  .data__item .floor {
    padding-left: 20px;
    font-size: 1rem;
    background-size: 14px auto;
  }
}
.data__item .floor a:hover {
  text-decoration: underline;
}

.data__item .business-hours {
  font-size: 0.9rem;
  opacity: 1;
  margin: 5px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .data__item .business-hours {
    font-size: 0.9rem;
    opacity: 1;
    margin: 5px 0 0 0;
    padding: 0;
  }
}
.data__item .business-hours span {
  display: block;
}

.data__item a:hover {
  text-decoration: none;
}

.newshop-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .newshop-section {
    padding-bottom: 40px;
  }
}
.newshop-section .heading-5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .newshop-section .heading-5 {
    margin-bottom: 30px;
  }
}
.newshop-section .restaurant__nav li {
  display: none;
}

.newshop-section .restaurant__nav li a {
  display: block;
}

.newshop-section .restaurant__nav li:hover {
  color: #d41517;
  text-decoration: none;
  font-weight: normal;
}

.newshop-section .restaurant__nav li:hover a {
  color: #d41517;
  font-weight: normal;
  text-decoration: none;
}

.newshop-section .restaurant__nav li.restaurant__nav-closed.on {
  display: inline-block;
}

.newshop-section .restaurant__nav li.restaurant__nav-newopen.on {
  display: inline-block;
}

.newshop-section .restaurant__nav li.restaurant__nav-renewal.on {
  display: inline-block;
}

.newshop-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .newshop-box {
    margin-bottom: 30px;
  }
}
.newshop-item {
  margin-bottom: 40px;
}

.newshop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .newshop-header {
    display: block;
    margin-bottom: 15px;
  }
}
.newshop-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .newshop-header .title {
    margin-bottom: 15px;
    width: 100%;
  }
}
.newshop-header .floor {
  padding-top: 9px;
  padding-bottom: 8px;
  width: 140px;
  height: 94px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  border-top: 3px solid #d41517;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newshop-header .floor {
    padding-top: 5px;
    border-top: 2px solid #d41517;
    width: 50%;
    height: 70px;
  }
}
.newshop-header .floor dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .newshop-header .floor dt {
    font-size: 1.3rem;
  }
}
.newshop-header .floor dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.newshop-header .floor dt i {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .newshop-header .floor dt i {
    font-size: 0.8rem;
  }
}
.newshop-header .floor dd {
  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;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .newshop-header .floor dd {
    font-size: 3.4rem;
  }
}
.newshop-header .floor dd .zone-text {
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .newshop-header .floor dd .zone-text {
    font-size: 1rem;
  }
}
.newshop-header .logo {
  width: 140px;
  height: 94px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .newshop-header .logo {
    width: 50%;
    height: 70px;
  }
}
.newshop-header .detail {
  width: 660px;
}

@media screen and (max-width: 768px) {
  .newshop-header .detail {
    width: 100%;
  }
}
.newshop-header .detail dt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .newshop-header .detail dt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.newshop-header .detail dd {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .newshop-header .detail dd {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.newshop-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: #f7f0ec;
}

@media screen and (max-width: 768px) {
  .newshop-body {
    display: block;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.newshop-photo {
  width: 215px;
}

@media screen and (max-width: 768px) {
  .newshop-photo {
    margin-bottom: 15px;
    width: 100%;
  }
}
.newshop-photo span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .newshop-photo span {
    background-color: #fff;
  }
}
.newshop-content {
  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-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .newshop-content {
    display: block;
    padding: 0;
    min-height: 1px;
  }
}
.newshop-content > dl {
  min-height: 140px;
}

@media screen and (max-width: 768px) {
  .newshop-content > dl {
    margin-bottom: 7px;
    min-height: 1px;
  }
}
.newshop-content > dl dt {
  margin-bottom: 5px;
  color: #a71f24;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .newshop-content > dl dt {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
.newshop-content > dl dd {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .newshop-content > dl dd {
    line-height: 1.9;
    font-size: 1rem;
  }
}
.newshop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .newshop-footer {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .newshop-footer > p {
    text-align: right;
  }
}
.newshop-footer > p a {
  display: inline-block;
  padding-right: 10px;
  background: url(../images/common/ico-bullet-right-blk-m.svg) no-repeat right center;
  background-size: 6px auto;
  font-size: 1.4rem;
  color: #a71f24;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .newshop-footer > p a {
    font-size: 1.2rem;
  }
}
.newshop-footer > p a:hover {
  text-decoration: none;
}

.newshop-footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .newshop-footer .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 1rem;
  }
}
.newshop-footer .nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .newshop-footer .nav dl {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.newshop-footer .nav dl:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .newshop-footer .nav dl:first-child {
    padding-right: 1.2em;
  }
}
.newshop-footer .nav dl dt {
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .newshop-footer .nav dl dt {
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .newshop-footer .nav dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
  }
}
.newshop-footer .nav dl a {
  color: #a71f24;
  text-decoration: underline;
}

.newshop-footer .nav dl a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .newshop-closelist {
    margin-bottom: 40px;
  }
}
.newshop-close {
  margin-bottom: 20px;
  padding: 25px 30px;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .newshop-close {
    padding: 15px 20px;
  }
}
.newshop-close:last-child {
  margin-bottom: 0;
}

.newshop-close dl {
  color: #000;
}

.newshop-close dl dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .newshop-close dl dt {
    font-size: 1.2rem;
  }
}
.newshop-close dl dd {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .newshop-close dl dd {
    line-height: 1.9;
    font-size: 1rem;
  }
}
.newshop-box.closed-shop {
  display: none;
}

.newshop-box.closed-shop.active {
  display: block;
}

.recruit-section {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding-bottom: 40px;
  }
}
.recruit-section__body {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .recruit-section__body {
    padding-top: 35px;
  }
}
.recruit-section__body .desc {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-section__body .desc {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
.recruit-section__body .caution {
  margin-bottom: 40px;
  padding: 19px 20px;
  background: #f8f7f9;
  border: 1px solid #ddd;
  font-size: 1.3rem;
  line-height: 1.84;
}

@media screen and (max-width: 768px) {
  .recruit-section__body .caution {
    margin-bottom: 30px;
    padding: 10px 10px;
    font-size: 1rem;
  }
}
.recruit-section__body .caution dt {
  font-weight: bold;
}

.recruit-section__body .caution dd {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .recruit-section__body .caution dd {
    font-size: 1rem;
  }
}
.recruit-section__body .line1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .recruit-section__body .line1 {
    margin-bottom: 30px;
  }
}
.recruit-section__list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit-section__list {
    margin-bottom: 40px;
  }
}
.recruit-section__item {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
  word-break: break-all;
}

.recruit-section__item .ttl {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
  background: #f7f0ec;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit-section__item .ttl {
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}
.recruit-section__item .content {
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .recruit-section__item .content {
    padding: 10px 15px;
  }
}
.recruit-section__item .text {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .recruit-section__item .text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
.recruit-section__item .spec {
  line-height: 1.7;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .recruit-section__item .spec {
    font-size: 1rem;
  }
  .recruit-section__item .spec li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.recruit-section__item a {
  text-decoration: underline;
  color: #a71f24;
}

.recruit-section__item a:hover {
  text-decoration: none;
}

.terms {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .terms {
    padding-bottom: 40px;
  }
}
.terms-ttl {
  margin-bottom: 25px;
  padding: 7px 15px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .terms-ttl {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
}
.terms-section .inner {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .terms-section .inner {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.terms-section .heading-4 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .terms-section .heading-4 {
    margin-bottom: 20px;
  }
}
.terms-section .default-table {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .terms-section .default-table {
    margin-bottom: 25px;
  }
}
.terms-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .terms-text {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
}
.terms-text p {
  margin-bottom: 30px;
  line-height: 1.71;
}

@media screen and (max-width: 768px) {
  .terms-text p {
    margin-bottom: 15px;
  }
}
.terms-text .outsidedisc li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 47px;
}

@media screen and (max-width: 768px) {
  .terms-text .outsidedisc li {
    margin-left: 17px;
  }
}
.terms-text .none {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .terms-text .none {
    margin-left: 17px;
  }
}
.terms-text .number.sepa {
  margin-bottom: 30px;
}

.terms-text .number li {
  margin-left: 47px;
  list-style-type: decimal;
  list-style-position: outside;
}

@media screen and (max-width: 768px) {
  .terms-text .number li {
    margin-left: 17px;
  }
}
.terms-text dl {
  margin-left: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .terms-text dl {
    margin-bottom: 20px;
    margin-left: 17px;
  }
}
.terms-text2 .default-table {
  margin-bottom: 15px;
}

.terms-text2 p {
  margin-bottom: 15px;
}

.terms-text2 .caution {
  font-size: 1.3rem;
  color: #666;
}

@media screen and (max-width: 768px) {
  .terms-text2 .caution {
    font-size: 1rem;
  }
}
.terms-text2.mbs {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .terms-text2.mbs {
    margin-bottom: 30px;
  }
}
.terms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .terms-flex {
    display: block;
    font-size: 1.2rem;
  }
}
.terms-flex p {
  margin-bottom: 0;
}

.terms-flex .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .terms-flex .text {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.terms-flex .tax-img {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .terms-flex .tax-img {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  .terms-flex .tax-img img {
    width: 100%;
    height: auto;
  }
}
.visual {
  position: relative;
  margin-bottom: 48px;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .visual {
    margin-bottom: 30px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }
}
.visual:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e9f6), to(#e1efef));
  background: linear-gradient(180deg, #e7e9f6 0%, #e1efef 100%);
  z-index: 10;
}

.visual__list {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  z-index: 50;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .visual__list {
    width: 100%;
  }
}
.visual .slick-list {
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.visual .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 43px;
  height: 54px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 43px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .visual .slick-arrow {
    width: 40px;
    height: 50px;
  }
}
.visual .slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .visual .slick-arrow:hover {
    opacity: 1;
  }
}
.visual .slick-prev {
  left: -100px;
  background-image: url(../images/common/btn-slide-prev.svg);
}

@media screen and (max-width: 1195px) {
  .visual .slick-prev {
    left: calc((100vw - 980px) / -2);
    -webkit-transform: translate(6px, -40px);
    transform: translate(6px, -40px);
  }
}
@media screen and (max-width: 980px) {
  .visual .slick-prev {
    left: 0;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
@media screen and (max-width: 768px) {
  .visual .slick-prev {
    left: -13px;
  }
}
.visual .slick-next {
  right: -100px;
  background-image: url(../images/common/btn-slide-next.svg);
}

@media screen and (max-width: 1195px) {
  .visual .slick-next {
    right: calc((100vw - 980px) / -2);
    -webkit-transform: translate(-6px, -40px);
    transform: translate(-6px, -40px);
  }
}
@media screen and (max-width: 980px) {
  .visual .slick-next {
    right: 0;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
@media screen and (max-width: 768px) {
  .visual .slick-next {
    right: -13px;
  }
}
.visual .slick-initialized .slick-slide {
  display: block;
}

.visual .slick-slide {
  outline: none;
}

.visual .slick-slide:not(.slick-center) span {
  -webkit-transform: scale(0.84, 0.84);
  transform: scale(0.84, 0.84);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.visual .slick-slide.slick-center span {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.visual__item {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.visual__item span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .visual__item span.pc-image {
    display: none;
  }
}
.visual__item span.sp-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .visual__item span.sp-image {
    display: block;
  }
}
.visual__item a {
  outline: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.visual__item a:hover {
  opacity: 0.7;
}

.visual__item .void {
  cursor: default;
  pointer-events: none;
}

.visual__item .void:hover {
  opacity: 1;
}

.visual .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 19px;
}

.visual .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .visual .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.visual .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.visual .slick-dots .slick-active button {
  background: #a71f24;
}

.visual-2 {
  position: relative;
  margin-bottom: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e9f6), to(#e1efef));
  background: linear-gradient(180deg, #e7e9f6 0%, #e1efef 100%);
}

@media screen and (max-width: 768px) {
  .visual-2 {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.visual-2__list {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  z-index: 50;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .visual-2__list {
    width: 100%;
  }
}
.visual-2 .slick-list {
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.visual-2 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translate(0, -27px);
  transform: translate(0, -27px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 43px;
  height: 54px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 43px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .visual-2 .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: 30px auto;
  }
}
.visual-2 .slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .visual-2 .slick-arrow:hover {
    opacity: 1;
  }
}
.visual-2 .slick-prev {
  left: 0;
  background-image: url(../images/common/btn-slide-prev_black.svg);
}

@media screen and (max-width: 768px) {
  .visual-2 .slick-prev {
    background-image: url(../images/common/btn-slide-prev_black_sp.svg);
  }
}
.visual-2 .slick-next {
  right: 0;
  background-image: url(../images/common/btn-slide-next_black.svg);
}

@media screen and (max-width: 768px) {
  .visual-2 .slick-next {
    background-image: url(../images/common/btn-slide-next_black_sp.svg);
  }
}
.visual-2 .slick-initialized .slick-slide {
  display: block;
}

.visual-2 .slick-slide {
  outline: none;
}

.visual-2 .slick-slide:not(.slick-center) span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.visual-2 .slick-slide.slick-center span {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.visual-2__item {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
}

@media screen and (max-width: 768px) {
  .visual-2__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.visual-2__item span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .visual-2__item span.pc-image {
    display: none;
  }
}
.visual-2__item span.sp-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .visual-2__item span.sp-image {
    display: block;
  }
}
.visual-2__item a {
  outline: none;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.visual-2__item a:hover {
  opacity: 0.7;
}

.visual-2__item .void {
  cursor: default;
  pointer-events: none;
}

.visual-2__item .void:hover {
  opacity: 1;
}

.visual-2-wrap {
  position: relative;
}
.visual-2-wrap .slick-controls {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/btn-slider-pause.svg);
}
@media screen and (max-width: 768px) {
  .visual-2-wrap .slick-controls {
    width: 18px;
  }
}
.visual-2-wrap .slick-controls.play {
  background-image: url(../images/common/btn-slider-play.svg);
}

.visual-2-wrap .slick-dots-wrap {
  position: absolute;
  left: 50%;
  bottom: -30px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .visual-2-wrap .slick-dots-wrap {
    gap: 7px;
  }
}
.visual-2-wrap .slick-dots-wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visual-2-wrap .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .visual-2-wrap .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.visual-2-wrap .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.visual-2-wrap .slick-dots .slick-active button {
  background: #a71f24;
}

.modal {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.modal.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .modal-wrapper {
    padding: 25px 25px 30px;
    background: #fff;
  }
}
.modal-search {
  width: 980px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .modal-search {
    width: 100%;
    background: transparent;
  }
}
.modal-search__header {
  position: relative;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 21px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .modal-search__header {
    padding-top: 16px;
    height: 60px;
    font-size: 1.5rem;
  }
}
.modal-search__header .close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #000;
  cursor: pointer;
  background-image: url(../images/common/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}

@media screen and (max-width: 768px) {
  .modal-search__header .close {
    width: 60px;
    height: 60px;
    background-size: 24px auto;
  }
}
.modal-search__body {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modal-search__body {
    padding: 18px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.modal-search__body .heading-4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 740px;
}

@media screen and (max-width: 768px) {
  .modal-search__body .heading-4 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.4rem;
  }
  .modal-search__body .heading-4 dd {
    font-size: 1rem;
  }
}
.modal-search__body input[type=text] {
  padding-left: 20px;
  width: 740px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .modal-search__body input[type=text] {
    padding-left: 10px;
    height: 44px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.modal-search__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 740px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap {
    margin-bottom: 35px;
    width: 100%;
  }
}
.modal-search__wrap:last-child {
  margin-bottom: 0;
}

.modal-search__wrap .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap .select {
    display: block;
  }
}
.modal-search__wrap .select .dropdown {
  overflow: hidden;
  padding-left: 20px;
  width: 340px;
  height: 48px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  background-image: url(../images/common/ico-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap .select .dropdown {
    width: 100%;
    height: 44px;
  }
}
.modal-search__wrap .select .dropdown .floor_select {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.modal-search__wrap .select .dropdown.disabled {
  background-image: url(../images/common/ico-dropdown-disabled.svg);
}

.modal-search__wrap .select .dropdown.disabled .floor_select {
  color: #ddd;
}

.modal-search__wrap .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 120%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap .select select {
    width: 120%;
    font-size: 1.4rem;
    background-position: right 15px center;
  }
}
.modal-search__wrap .select select option:first-child {
  color: #999;
}

.modal-search__wrap .select .sepa {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap .select .sepa {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
  }
}
.modal-search__wrap ul {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap ul {
    margin-bottom: 0;
  }
}
.modal-search__wrap ul li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.modal-search__wrap ul li:last-child {
  margin-right: 0;
}

.modal-search__wrap ul label {
  cursor: pointer;
}

.modal-search__wrap ul label input {
  display: none;
}

.modal-search__wrap ul label input:checked + span:before {
  background-image: url(../images/common/ico-checkbox-checked.svg);
}

.modal-search__wrap ul label span {
  position: relative;
  display: inline-block;
  padding-left: 27px;
}

@media screen and (max-width: 768px) {
  .modal-search__wrap ul label span {
    padding-left: 25px;
  }
}
.modal-search__wrap ul label span:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/common/ico-checkbox-unchecked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .modal-search__wrap ul label span:before {
    width: 15px;
    height: 15px;
  }
}
.modal-search__footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .modal-search__footer {
    padding: 15px 25px;
  }
}
.modal-search__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 768px) {
  .modal-search__footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.modal-search__footer li {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .modal-search__footer li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-search__footer li .btn-clear,
  .modal-search__footer li .btn-search {
    width: calc((100vw - 75px) / 2);
  }
}
/* フロアガイド 印刷ボタン*/
.map-note {
  padding: 20px 0;
  margin: 0 auto;
  font-size: 12px;
  border-top: solid 1px #e6e6e6;
}

.map-note p {
  text-align: center;
  color: #000;
  vertical-align: baseline;
}

.map-note p a {
  text-decoration: underline;
  color: #000;
  vertical-align: baseline;
}

.print-btn i img {
  vertical-align: baseline;
  height: 35px;
  padding: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  .map-note {
    display: none;
  }
}
@media print {
  .map-note,
  .icon {
    display: none;
  }
  body {
    padding-top: 0;
  }
  #header,
  .business-hours,
  .grobal-wrap,
  footer {
    display: none;
  }
}
.section-bnrs {
  margin: 70px auto;
  width: 980px;
}
.section-bnrs.floorguide-bnrs {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .section-bnrs {
    width: 100%;
    margin: 35px auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-banner-area {
  margin-inline: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .service-banner-area {
    margin-bottom: 45px;
  }
}
.service-banner-area ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
  max-width: 650px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .service-banner-area ul {
    padding-inline: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 4%;
  }
}
.service-banner-area ul a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.service-banner-area ul a:hover {
  opacity: 0.7;
}

.service-banner-area ul figcaption {
  padding-top: 5px;
  font-weight: 700;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .service-banner-area ul figcaption {
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.section-information-btn .btn-big {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-information-btn {
  margin-top: 50px;
  margin-bottom: 45px;
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section-information-btn {
    margin-top: 30px;
    padding-inline: 25px;
    width: 100%;
  }
}
.section-information-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-information-btn ul {
    display: block;
  }
}
.section-information-btn li {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.section-information-btn li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .section-information-btn li {
    margin-bottom: 10px;
  }
}
.section-information-btn .btn-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1em 1em 1.5em;
  width: 100%;
  height: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big {
    padding: 1em 1.2em 1em 1.5em;
    height: 67.5px;
    font-size: 1.2rem;
  }
}
.section-information-btn .btn-big span.name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.section-information-btn .btn-big span.name:after {
  display: block;
  content: "";
  width: 1px;
  height: 34px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big span.name:after {
    height: 23px;
  }
}
.section-information-btn .btn-big span.name > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big span.name > div {
    display: block;
  }
}
.section-information-btn .btn-big span.name sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big span.name sub {
    font-size: 1rem;
    display: block;
  }
}
.section-information-btn .btn-big span.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5em;
  font-family: "Avenir Next", Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big span.nav {
    font-size: 1rem;
  }
}
.section-information-btn .btn-big span.nav:after {
  display: block;
  margin-left: 0.6em;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .section-information-btn .btn-big span.nav:after {
    width: 7px;
    height: 7px;
  }
}

.main.feature {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .main.feature {
    padding-top: 60px;
  }
}

.main.error .inner {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .main.error {
    padding-top: 60px;
  }
}