@charset "UTF-8";
/*!
 * =================================================
 * メインCSS
 * =================================================
 *
 *
 */

html {
  font-size: 10px;
  /* sets the base font to 10px for easier math */
  line-height: 1.6;
}

body {
  font-size: 1.4rem;
  font-family: "游ゴシック体" , YuGothic , "Yu Gothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  /* END for Tablet over */
  /* END for lg */
}

@media print, (min-width: 300px) {
  .shoplist .news-panel{
    display: none;
  }

  .shoplist .news-panel.is-show{
    display: flex;
  }

  .shoplist .food-panel {
    display: none;
  }

  .shoplist .food-panel.is-show{
    display: flex;
  }
}

@media print, (min-width: 768px) {
  body {
    /* for Tablet over */
    font-size: 1.5rem;
  }
}

@media print, (min-width: 992px) {
  body {
    /* for lg */
    font-size: 1.6rem;
  }
}

/* .Libre {
  font-family: 'Libre Baskerville', serif;
} */

.condensed {
  font-family: 'Barlow Condensed', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* .serif {
  font-family: 'Noto Serif JP', serif;
} */

/* Noto+Sans+JP font-weight:400,700 */
/* Barlow+Condensed font-weight:400 */
.site-header {
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.palt {
  font-feature-settings: "palt";
  line-height: 1.45;
}

.contents a {
  line-height: 1.45;
}

/*!
 * SASS  :  sass/fb-base-setting.scss
 * Modified  :  *******
 */
/* size Definition */
/*
sm =  ( =< 991 )
lg =  ( 992 =< (1280) )
xlg = ( 1281 < )
*/
/* media querys Definition */
/* opa */
/* bootstrap components 'alert' */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.alert ul {
  margin: 0;
  padding: 0;
}

/* base */
.setting,
.hide {
  display: none !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*overflow-x: hidden;*/
}

a {
  color: #000;
  transition: all .18s;
}

a:hover {
  opacity: .8;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

section {
  padding: 1.5em 1.3em;
}

/*input { font-size: 1.5rem; }*/
.off {
  height: 0;
  overflow: hidden;
}

.list {
  padding-left: 0;
}

.relative {
  position: relative;
}

.fixed {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after,
.container:after {
  clear: both;
  content: " ";
  display: block;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* /opa */
/* base setting */
*, ::after, ::before {
  box-sizing: border-box;
}

main {
  display: block;
  /* IEではmainがinline要素と認識される */
  min-height: 60vh;
}

section {
  padding: 0 0 2em;
  padding: 2em 0;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

[class*="list"] {
  list-style: none;
}

li,
.li {
  padding-top: .25em;
  padding-bottom: .25em;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-top: 1em;
}

figure,
dd {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #121212;
  transition: all .16s;
}

p > a,
p > span > a {
  text-decoration: underline;
}

a:hover {
  opacity: .75;
}

.has-child:hover::after {
  opacity: .75;
}

.url {
  color: #1D54B3;
}

.link {
  color: #000;
}

hr {
  margin: 1rem 0;
  border-top: #3d3d3d solid 1px;
  opacity: .15;
}

a label {
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

.container,
.heading.container {
  max-width: 1120px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  /* END for lg */
}

@media print, (min-width: 992px) {
  .container {
    /* for lg */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* CSS custom properties for cascading variables */
/* IEではサポートされていないので使用注意 */
:root {
  --text-color: #3d3d3d;
  --logo-color: #0090D5;
  --primary-color: #215CA0;
  --dark-gray-color: #606060;
  --gray-color: #909090;
  --light-gray-color: #efefef;
  --x-light-glay-color: #f3f3f3;
  --white-color: #fff;
  --black-color: #202020;
  --accent-color: #CD8080;
  --moderate-color: #E8DFDA;
  --base-color: #EDEAE8;
}

/* SAMPLE */
.sample-title {
  color: var(--key-color, #E4731C);
  /* IEではフォールバック値を設定するも無効となる ※カスタムプロパティ自体がサポートされていない為 ※フォールバックは変数を指定していない時用 */
}

@media print, (min-width: 992px) {
  /* for lg */
  button.btn-primary:hover, a:hover {
    animation: hover .5s ease-out;
  }
}

/* END for lg */
/* animation keyframes */
@keyframes hover {
  0% {
    opacity: .4;
  }
  100% {
    opacity: .75;
  }
}

@keyframes on {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes off {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-115 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* svg */
.svg-logo {
  fill: #fff;
}

/*!
 * SASS  :  sass/fb-grid-system.scss
 * Modified  :  *******
 */
/* *opa */
/* grid */
.grid {
  /*letter-spacing: -3px;*/
  letter-spacing: -.22em;
  padding: 0;
}

.col-wrap {
  letter-spacing: 0;
}

ul.col {
  padding-left: 0;
}

.grid .col [class*="text"] {
  line-height: 1.45;
}

.one-2 {
  width: 50%;
}

.one-3 {
  width: 33.3333%;
}

.one-4 {
  width: 25%;
}

.one-5 {
  width: 20%;
}

.two-3 {
  width: 66.6666%;
}

.three-4 {
  width: 75%;
}

/*
.one-2 { width: 50%; }
.one-3 { width: 33.3333%; }
[class*="one-4"] { width: 25%; }
.one-5 { width: 20%; }
.two-3 { width: 66.6666%; }
.three-4 { width: 75%; }
*/
.grid a, footer a, .more .nav-btn {
  text-decoration: none;
}
.grid a{
  position: relative;
}
.grid .link {
  display: block;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .one-3-2,
  .one-4-2 {
    width: 50%;
  }
  .one-4-3 {
    width: 33.3333%;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  [class*="one-2-"] {
    width: 50%;
  }
  [class*="one-3-"] {
    width: 33.3333%;
  }
  [class*="one-4-"] {
    width: 25%;
  }
  [class*="one-5-"] {
    width: 20%;
  }
  [class*="two-3-"] {
    width: 66.6666%;
  }
  [class*="three-4-"] {
    width: 75%;
  }
  [class*="one-5"] {
    width: 20%;
  }
  .full [class*="one-5"] {
    width: 100%;
  }
  .one-3-2 {
    width: 33.3333%;
  }
  [class*="one-4"] {
    width: 25%;
  }
}

/* END for lg */
/* /*opa */
/* grid system */
.row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex {
  /* END for lg */
}

@media print, (min-width: 992px) {
  .flex {
    /* for lg */
    display: flex;
  }
}

[class*="flex-"] {
  display: flex;
}

.flex-sm {
  /* END for sm */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  .flex-sm {
    /* for sm */
    display: flex;
  }
}

@media print, (min-width: 992px) {
  .flex-sm {
    /* for lg */
    display: block;
  }
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-r {
  flex-direction: column-reverse;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-end {
  justify-content: flex-end;
}

.align-stretch,
.align-stretch > .item {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.flex-fix {
  flex-grow: 0;
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

/* cols */
.cols-3,
.cols-4,
.cols-5 {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .cols-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .cols-3 > .item {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .cols-3 > .item,
  .cols-4 > .item {
    width: 50%;
  }
  .cols-3.gap-32-outer > .item {
    width: calc(50% - 3.2rem);
  }
  .cols-3.gap-52-outer > .item {
    width: calc(50% - 5.2rem);
  }
  .cols-4.gap-40-outer > .item {
    width: calc(50% - 2rem);
  }
  .-sm-cols-3 > .item {
    width: 33.3333%;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .cols-3-lg,
  .cols-4-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .cols-3 > .item,
  .cols-3-lg > .item {
    width: 33.3333%;
  }
  .cols-3-lg.gap-32-outer > .item {
    width: calc(33.3333% - 3.2rem);
  }
  .cols-3-lg.gap-52-outer > .item {
    width: calc(33.3333% - 5.2rem);
  }
  .cols-3.gap-46-outer > .item {
    width: calc(33.3333% - 4.6rem);
  }
  .cols-4 > .item {
    width: 25%;
  }
  .cols-5 > .item {
    width: 20%;
  }
}

/* END for lg */
/* gap */
.gap-12 {
  margin-left: -.6rem;
  margin-right: -.6rem;
}

.gap-12 .item,
.gap-12 .col {
  padding-left: .6rem;
  padding-right: .6rem;
}

.gap-20 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gap-20 .item,
.gap-20 .col {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

.gap-32,
.gap-32-outer {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.gap-32 .item,
.gap-32 .col {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.gap-32-outer .item,
.gap-32-outer .col {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.gap-40,
.gap-40-outer {
  margin-left: -2rem;
  margin-right: -2rem;
}

.gap-40 .item,
.gap-40 .col {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gap-40-outer .item,
.gap-40-outer .col {
  margin-left: 2rem;
  margin-right: 2rem;
}

.gap-52,
.gap-52-outer {
  margin-left: -2.6rem;
  margin-right: -2.6rem;
}

.gap-52 .item,
.gap-52 .col {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.gap-52-outer .item,
.gap-52-outer .col {
  margin-left: 2.6rem;
  margin-right: 2.6rem;
}

.gap-64 {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
}

.gap-64 .item,
.gap-64 .col {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .gap-16-sm {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }
  .gap-16-sm .col {
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .gap-32,
  .gap-32-outer,
  .gap-40,
  .gap-40-outer,
  .gap-52,
  .gap-52-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .gap-32 .item,
  .gap-32 .col,
  .gap-32-outer .item,
  .gap-32-outer .col,
  .gap-40 .item,
  .gap-40 .col,
  .gap-40-outer .item,
  .gap-40-outer .col,
  .gap-52 .item,
  .gap-52 .col,
  .gap-52-outer .item,
  .gap-52-outer .col {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for print, for lg */
  .gap-12-lg {
    margin-left: -.6rem;
    margin-right: -.6rem;
  }
  .gap-12-lg .item,
  .gap-12-lg .col {
    padding-left: .6rem;
    padding-right: .6rem;
  }
  .gap-24-lg {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .gap-24-lg .col {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  /* availability */
  .gap-46,
  .gap-46-outer {
    margin-left: -2.3rem;
    margin-right: -2.3rem;
  }
  .gap-46-outer .item,
  .gap-46-outer .col {
    margin-left: 2.3rem;
    margin-right: 2.3rem;
  }
}

/* END for print, for lg */
/* col */
.col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col-equal {
  flex: 1 1 0%;
}

.col-1- {
  width: 8.3333%;
}

.col-2- {
  width: 16.6666%;
}

.col-3- {
  width: 25%;
}

.col-4- {
  width: 33.3333%;
}

.col-5- {
  width: 41.6666%;
}

.col-6-, .half- {
  width: 50%;
}

.col-7- {
  width: 58.3333%;
}

.col-8- {
  width: 66.6666%;
}

.col-9- {
  width: 75%;
}

.col-10- {
  width: 83.3333%;
}

.col-11- {
  width: 91.6666%;
}

.col-12-, .full- {
  width: 100%;
}

.offset-05- {
  margin-left: 4.1666%;
}

.offset-1- {
  margin-left: 8.3333%;
}

.offset-2- {
  margin-left: 16.6666%;
}

.offset-3- {
  margin-left: 25%;
}

.offset-4- {
  margin-left: 33.3333%;
}

.offset-6- {
  margin-left: 50%;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .flex-column-r-sm {
    flex-direction: column-reverse;
  }
  .align-center-sm {
    align-items: center;
  }
  .center-sm {
    justify-content: center;
  }
  .flex-end-sm {
    justify-content: flex-end;
  }
  .between-sm {
    justify-content: space-between;
  }
  .flex-fix-sm {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .shrink-0-sm {
    flex-shrink: 0;
  }
  .flex-grow-sm {
    flex-grow: 1;
  }
  .col-equal-sm {
    flex: 1 1 0%;
  }
  .col-3-sm {
    width: 25%;
  }
  .col-4-sm {
    width: 33.3333%;
  }
  .col-6-sm, .half-sm {
    width: 50%;
  }
  .col-12-sm, .full-sm {
    width: 100%;
  }
  .col-min-9-sm {
    min-width: 75%;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for print, for lg */
  .row-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .row-reverse-lg {
    flex-direction: row-reverse;
  }
  .column-lg {
    flex-direction: column;
  }
  .center-lg {
    justify-content: center;
  }
  .between-lg {
    justify-content: space-between;
  }
  .around-lg {
    justify-content: space-around;
  }
  .align-center-lg {
    align-items: center;
  }
  .align-end-lg {
    align-items: flex-end;
  }
  .flex-fix-lg {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .shrink-0-lg {
    flex-shrink: 0;
  }
  .flex-grow-lg {
    flex-grow: 1;
  }
  .col-equal-lg {
    flex: 1 1 0%;
  }
  .col-1 {
    width: 8.3333%;
  }
  .col-2 {
    width: 16.6666%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333%;
  }
  .col-5 {
    width: 41.6666%;
  }
  .col-6, .half {
    width: 50%;
  }
  .col-7 {
    width: 58.3333%;
  }
  .col-8 {
    width: 66.6666%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333%;
  }
  .col-11 {
    width: 91.6666%;
  }
  .col-12, .full {
    width: 100%;
  }
  .col-500 {
    width: 500px;
  }
  .offset-05 {
    margin-left: 4.1666%;
  }
  .offset-1 {
    margin-left: 8.3333%;
  }
  .offset-2 {
    margin-left: 16.6666%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
}

/* END for print, for lg */
/*!
 * SASS  :  sass/fb-btns.scss
 * Modified  :  *******
 */
/* *opa */
.btn {
  border: #b3b3b3 solid 1px;
  border-radius: 1px;
  display: inline-block;
  /*padding: 0.5em;*/
}

/* btn */
.more {
  text-align: center;
}

.more .btn {
  display: inline-block;
  /* margin-bottom: 1.5em; */
  position: relative;
  background: #fff;
  border: solid 1px #707070;
  border-radius: 5px;
}
.more .btn.-black{
  background: none;
  border: solid 1px #fff;
}
.more .btn.-black .nav-btn{
  color: #fff;
}

.btn.exchange {
  border-color: #fff;
  color: #fff;
}



/* .more .nav-btn::after{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -7px;
} */

.more .read-more {
  padding: .5em 2.5em .5em 1.3em;
}

.info-detail .open::after {
  border-right: #4b4b4b solid 1px;
  border-bottom: #4b4b4b solid 1px;
  display: inline-block;
  content: "";
  height: .5em;
  position: absolute;
  width: .5em;
  top: .93em;
}

.more .nav-btn {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}

a[class*="more-"],
button[class*="more-"] {
  position: relative;
  padding: 0.5em 2em 0.5em 1em;
  display: table;
  text-decoration: none;
  margin: 0 auto;
}

a[class*="more-"]::after,
button[class*="more-"]::after {
  border-top: solid 1px;
  border-right: solid 1px;
  display: inline-block;
  content: "";
  height: .5em;
  width: .5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1em;
}

a.more-black,
button.more-black {
  background: #262626 !important;
  color: #fff !important;
  padding: 1.25em 1.5em 1.25em !important;
}
a.more-black::after,
button.more-black::after  {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.info-detail .open::after,
.floor-search .item::before {
  display: inline-block;
  content: "";
  height: 8px;
  position: absolute;
  width: 8px;
  top: 1.2em;
}

.floor-search .item::before {
  border-top: #4b4b4b solid 1px;
  border-right: #4b4b4b solid 1px;
}

@media (min-width: 768px) {
  /* forPC */
  .more .btn {
    /* margin-bottom: calc(100px - 2em - 2.5em); */
    width: 330px;
    overflow: hidden;
  }
  .more .nav-btn {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .more .nav-btn {
    padding: 2rem;
    position: relative;
  }
}

/* END forPC */
/* /*opa */
@media screen and (max-width: 991px) {
  /* for sm */
  .more .btn {
    width: 210px;
  }
  .more .nav-btn {
    padding: 1.2rem;
    position: relative;
  }
}

/* END for sm */
/* btns */
[class*="btn-"] {
  border: none;
  padding: 1em;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  white-space: nowrap;
}

[class*="btn-"].flex {
  display: flex;
}

p [class*="btn-"] {
  text-decoration: none;
}

[class*="btn-"]:not(.mfp-wrap):hover {
  cursor: pointer;
}

.-zoom:hover {
  cursor: zoom-in;
}

[class*="btn-"][disabled] {
  pointer-events: none;
  opacity: 0.35;
}

.btn-primary {
  background-color: #7371B1;
  color: #fff;
  border-radius: .5rem;
}

.btn-primary.-submit {
  padding: 1em 2em;
  text-align: center;
  font-weight: bold;
}

.btn-primary.-contact {
  padding: 1.25em 3em;
  border-radius: 2em;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .btn-primary.-contact {
    /* for lg */
    padding: 1.25em 4em;
  }
}

.btn-arw {
  padding: 1rem;
  display: flex;
  margin-right: -1rem;
}

.btn-secondary {
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.btn-secondary.-arw {
  padding-left: 1.75em;
  padding-right: 1.9em;
}

.btn-secondary::before {
  content: "";
  position: absolute;
  background-color: #fff;
  padding: 2px;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}

.btn-secondary.-arw::after {
  position: relative;
  z-index: -1;
  margin-left: 1em;
  margin-right: -1em;
}

.btn-secondary .btn-inner {
  display: inline;
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.5rem;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .btn-secondary .btn-inner {
    /* for lg */
    font-size: 1.8rem;
  }
}

.-arw > .btn-inner {
  padding-left: 0;
  padding-right: .5em;
}

.-wide > .btn-inner {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.btn-panel {
  display: inline-flex;
  background: #fff;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1875em;
}

.theme-blue .btn-panel.-arw::after {
  border-color: #2279CF;
}

.theme-red .btn-panel.-arw::after {
  border-color: #F2378F;
}

.theme-orange .btn-panel.-arw::after {
  border-color: #EDA611;
}

.btn-sub {
  border: #B7B8B8 solid 2px;
  display: block;
  text-align: center;
  color: #262828;
  font-weight: bold;
}

.btn-sub.-arw::after {
  border-color: #B7B8B8;
  margin-top: .5em;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .btn-sub.-arw::after {
    /* for sm */
    position: static;
    margin-left: .5em;
  }
}

[class*="btn-"].large {
  font-size: 1.7rem;
}

@media screen and (max-width: 374px) {
  /* for < 374 */
  [class*="btn-"].small {
    font-size: 1.2rem;
  }
}

/* END for < 374 */
@media print, (min-width: 768px) {
  /* for Tablet over */
  [class*="btn-"].large {
    font-size: 2.1rem;
  }
}

/* END for Tablet over */
@media all and (-ms-high-contrast: none) {
  [class*="btn-"] {
    padding-top: .7em;
  }
  .-arw::after {
    top: calc(50% - 4px);
  }
  .btn-secondary.-arw::after {
    top: -2px;
  }
  .btn-secondary .btn-inner {
    background: none;
  }
  .btn-panel {
    padding-top: .8em;
  }
  .btn-primary.-contact {
    padding-top: 1.35em;
  }
}

/* link */
.link-more {
  display: inline-flex;
  align-items: center;
  border-bottom: #999 solid 1px;
  padding-bottom: .2rem;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  color: #999;
}

.link-more .i-arw {
  fill: #999;
  width: 15px;
  height: 15px;
  margin-left: .3em;
}

.link-arw {
  display: inline-flex;
  align-items: center;
  border-bottom: #999 solid 1px;
  font-size: 1.4rem;
  color: #000;
}

.link-arw .i-arw {
  fill: rgba(115, 113, 177, 0.7);
  width: 15px;
  height: 15px;
  margin-right: .3em;
}

.link-block {
  display: block;
  padding: .25em;
}

.box-menu .link-block {
  text-align: center;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  background-color: rgba(115, 113, 177, 0.5);
  padding: .5rem 1rem .5rem 1em;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  color: #fff;
  border-radius: 1em;
}

.btn-more .i-arw {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-left: .3em;
}

.to-list,
.to-detail {
  align-items: center;
  padding: .3rem 1rem;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  color: #fff;
}

.to-list {
  display: flex;
}

.to-detail {
  display: inline-flex;
  background-color: #ccc;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .to-detail {
    /* for lg */
    border-left: #fff solid 1rem;
  }
}

.back-to-list {
  display: inline-flex;
  background-color: #fff;
  border: #73CCCF solid 1px;
  padding: .3rem 1rem;
  color: #73CCCF;
  text-decoration: none;
}

.back-to-list.-arw {
  align-items: center;
  flex-direction: row-reverse;
}

.back-to-list.-arw::after {
  transform: rotate(-180deg) translateX(0.15em);
  margin-left: 0;
  margin-right: .3em;
}

/* default */
.btn-box {
  border: #fff solid 1px;
  border-radius: 1px;
  display: block;
  border-radius: 4px;
}

/*!
* SASS  :  sass/fb-site-header.scss
* Modified  :  *******
*/
/* opa */
/*search custom*/
.search-trigger {
  position: relative;
  /*left: -10px;*/
  /* 180524 スマホ横向き～タブレット縦表示調整 */
  left: -3vw;
  width: 26px;
  height: 27px;
}

.search-trigger span:nth-of-type(1),
.search-trigger span:nth-of-type(3) {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
  border-radius: 1px;
  opacity: 0;
}

.search-trigger.open span:nth-of-type(1),
.search-trigger.open span:nth-of-type(3) {
  opacity: 1;
}

.search-trigger span:nth-of-type(2) {
  height: 28px;
  width: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.search-trigger.active span:nth-of-type(2) {
  opacity: 0;
  transition: all .2s;
}

.search-trigger.active span:nth-of-type(1),
.search-trigger.active span:nth-of-type(3) {
  opacity: 1;
}

.header-nav ul {
  /*position: absolute;*/
}

.m-floor .link::before {
  background-image: url(../img/icon-m1.png);
}

.m-news .link::before {
  background-image: url(../img/icon-m2.png);
}

.m-access .link::before {
  background-image: url(../img/icon-m3.png);
}

.m-shopnews .link::before {
  background-image: url(../img/icon-m4.png);
}

.m-shop-news .link::before {
  background-image: url(../img/icon-m5.png);
}

.m-special .link::before {
  background-image: url(../img/icon-m6.png);
}

.m-recruit .link::before {
  background-image: url(../img/icon-m7.png);
}

.m-search .link::before {
  background-image: url(../img/icon-m8.png);
}

.m-restaurant .link::before {
  background-image: url(../img/icon-c3.png);
}

.m-facility .link::before {
  background-image: url(../img/icon-m10.png);
}

.header-nav.switch .menu-trigger {
  z-index: 20000;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .header-nav label {
    display: none;
  }
  header.global h1{
    padding: 1rem 2rem 0 !important;
  }
}

/* END for sm */
/* /opa */
/* site-header */
/* header h1,
header h1 img {
  line-height: 23px;
  height: 35px;
} */

.header-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.header-nav {
  text-align: center;
}

.header-nav.switch {
  position: fixed;
  z-index: 10001;
}

.header-nav a {
  vertical-align: middle;
  text-decoration: none;
}

header.global {
  height: 60px;
}

header.global h1 {
  padding-left: 10px;
  margin: 0;
  padding-top: .5em;
  padding-right: 3rem;
}

.menu-trigger {
  position: relative;
  padding: 20px;
  background-color: #000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: opacity .3s;
}

.menu-en,
.menu-trigger {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.menu-en {
  background-color: #FFF;
  color: #000;
  display: inline-block;
  margin-right: -4px;
}

.menu-en span {
  border-bottom: 1px solid #000;
  letter-spacing: 3px;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #FFF;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  margin-top: -6px;
}

.menu-trigger span:nth-of-type(2) {
  width: 10px;
  /* transform: translateX(-8px); */
}

.menu-trigger span:nth-of-type(3) {
  margin-top: 6px;
}

.fixed .menu-trigger.open span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  margin-top: 0;
}

.fixed .menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}

.fixed .menu-trigger.open span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .menu-en {
    margin-right: 60px;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  header {
    z-index: 100;
    animation-duration: .1s;
  }
  header h1,
  header h1 img {
    height: 50px;
    width: auto;
  }
  header h1 {
    max-width: 42vw;
    max-width: 36.5vw;
  }
  header.global {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  header.global h1 {
    padding: 0 3rem 0 4rem;
  }
  .header-nav {
    width: 100%;
  }
  .fixed .header-nav {
    margin-right: 17px;
  }
  .header-nav [class*="menu-trigger"] {
    text-align: center;
    right: 0;
    padding: 40px;
    background-color: #000;
  }
  .menu-en {
    background-color: #FFF;
    color: #000;
    display: inline-block;
    margin-right: 80px;
  }
  .menu-en,
  .menu-trigger {
    width: 80px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
  }
  .menu-trigger span {
    width: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 20px;
    /* transform: translateX(-11px); */
  }
  .menu-trigger span:nth-of-type(1) {
    margin-top: -8px;
}
.menu-trigger span:nth-of-type(3) {
  margin-top: 8px;
}

  .header-nav label {
    display: inline-block;
    font-size: 1.2rem;
    font-feature-settings: "palt";
    line-height: 1.2;
    white-space: nowrap;
  }
  .header-nav [class*="trigger"] label {
    bottom: -.3em;
    position: absolute;
    transform: translateX(-50%);
  }
  .header-nav .item label {
    padding-top: .7em;
    position: static;
  }
  .header-nav label:hover {
    cursor: pointer;
  }
  .global-nav {
    display: flex;
    margin: 0 auto;
    padding-top: .4em;
    padding-left: 0;
    padding-bottom: .75em;
    width: 580px;
    width: 440px;
    text-align: center;
  }
  .global-nav .link {
    display: block;
    text-align: center;
  }
  /* header.small */
  header {
    animation-duration: .3s;
    animation-name: down;
  }
  .header-nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .header-nav .item label {
    padding-top: .4em;
  }
  .fixed body,
  .fixed .header-nav.switch {
    margin-right: 17px;
  }
}

/* END for lg */
/* layer
-----------------------------------------------------------*/
.layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.drawer {
  background-color: #fff;
  right: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: -2;
  opacity: 0;
  letter-spacing: 2px;
}

.drawer .primary {
  padding: 9rem 4rem 7rem;
}

.drawer .primary [data-section-en]::before {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #725C36;
}

.drawer .primary li {
  padding: 1.5rem 0;
}

.drawer a {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .fixed .layer {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
  }
  /* menu close */
  .layer {
    opacity: 0;
    transition: all .5s;
    z-index: -1;
  }
  .fixed .drawer.open {
    overflow-x: auto;
    width: 80%;
    opacity: 1;
    margin-right: 0;
    z-index: 10001;
  }
  .fixed .drawer .inner {
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-bottom: 2rem;
  }
  .primary .link {
    display: block;
  }
  .layer .i-fb,
  .layer .i-tw,
  .layer .i-insta {
    fill: #3c3c3c;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  /* menu open */
  .fixed .menu-trigger span {
    background-color: #fff;
  }
  .fixed .menu-trigger {
    color: #fff;
  }
  .fixed .layer {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
  }
  .fixed .drawer {
    opacity: 1;
    right: 0;
  }
  /* menu close */
  .layer {
    opacity: 0;
    transition: all .3s;
    top: 0;
  }
  .drawer {
    color: #000;
    right: -300px;
    width: 320px;
    height: max-content;
  }
  .drawer ul {
    padding: 1em 0;
  }
  .drawer .sns {
    text-align: center;
  }
  .drawer .primary [data-section-en]::before {
    font-size: 17px;
  }
  .drawer .primary .link {
    display: block;
    position: relative;
    font-size: 12px;
  }
}

/* END for lg */
/*!
 * SASS  :  sass/fb-icons.scss
 * Modified  :  *******
 */
/* icon */
[class*="icon-"] {
  position: relative;
}

.row-icon [class*="icon-"]::after {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  display: inline-block;
}

.icon-hours {
  display: flex;
  align-items: center;
}

.icon-hours::before {
  display: inline-block;
  content: "";
  background: url(../img/icon-hours-38.png) no-repeat center;
  background-size: cover;
  width: 27px;
  height: 27px;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* svg */
#i-mail .cls-1, #i-mail .cls-2 {
  fill: none;
  stroke-linejoin: round;
}

#i-mail .cls-1 {
  stroke-width: 1.5px;
}

#i-mail .cls-2 {
  stroke-width: 1.2px;
}

.i-mail {
  width: 23.5px;
  height: 23.5px;
  stroke: #fff;
  margin-top: -.25em;
  margin-right: .5em;
  vertical-align: middle;
}

.i-mail.link-color {
  stroke: #1D54B3;
  margin-top: -.35em;
}

.i-arw-down.fill-w {
  fill: #fff;
}

.i-arw-down {
  width: 9px;
  height: 6px;
  fill: #262828;
}

.i-tel {
  width: 16.14px;
  width: 24px;
  height: 18px;
  fill: #1D54B3;
  padding: 0 2px 0 4px;
}

.sns .icon {
  width: auto;
  display: inline-block;
  padding: 0 5px;
}

.sns .icon .link {
  display: block;
  padding: 5px;
}

.i-fb, .i-tw, .i-insta ,.i-line {
  fill: #333;
  width: 25px;
  height: 25px;
}

.i-fb.-wh, .i-tw.-wh, .i-insta.-wh, .i-line.-wh {
  fill: #FFF;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .row-icon [class*="icon-"]::after {
    bottom: .5rem;
  }
  .on-icon .on-icon-swimmer::after {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    content: "";
    display: inline-block;
    bottom: -.1rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .heading [class*="icon-"]::after {
    bottom: .7rem;
  }
  .on-icon .title[class*="icon-"]::after {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    content: "";
    display: inline-block;
  }
  .on-icon .on-icon-swimmer::after {
    bottom: .3rem;
  }
}

/* END for lg */
/*!
 * SASS  :  sass/fb-heading.scss
 * Modified  :  *******
 */
/* heading
---------------------------------------------------- */
.heading {
  line-height: 1.35;
  margin-bottom: 1rem;
}

.heading.-line {
  position: relative;
  margin-top: 2em;
  padding-top: 5em;
  padding-bottom: 3rem;
}

.heading.-line::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50px;
  border-right: 1px solid #000;
  display: block;
  margin: 0 auto;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.heading .title {
  margin-top: 0;
  font-size: 1em;
  /* letter-spacing: .1rem; */
}

.heading.-center {
  font-weight: normal;
  text-align: center;
}

.heading.-center .title {
  padding-bottom: .4em;
  font-size: 4.6rem;
  font-weight: bold;
}
.heading.-center .title .small{
  color: #000;
  font-weight: bold;
}

.heading .mt-1rem {
  margin-top: 1rem;
}

[data-section-en],
[data-section-jp] {
  display: flex;
  flex-direction: column;
}

[data-section-en].flex-column-r {
  flex-direction: column-reverse;
}

[data-section-en]::before {
  content: attr(data-section-en);
}

[data-section-en].flex-column-r::before {
  font-size: .7em;
  font-weight: normal;
  letter-spacing: .1rem;
  color: #7371B1;
}

[data-section-jp]::before {
  content: attr(data-section-jp);
}

.heading.-left .title[data-section-jp]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7em;
  padding: 0 1.5em .2rem .5em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.heading.-left .title[data-section-jp]::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5.8em;
  content: "";
  border: #fff solid calc(.65em + 1px);
  border-top: transparent solid calc(.65em + 1px);
  border-left: transparent solid calc(.65em + 1px);
  height: 0;
  width: 0;
  font-size: .65em;
  transform: rotate(-8deg);
  border-radius: 4px;
}

@media print, (min-width: 992px) {
  /* for lg */
  .heading [data-section-en]::before {
    font-size: 2.05em;
  }
  .home .heading.-center .title {
    font-size: 4.5rem;
    line-height: .8;
    padding-bottom: 3rem;
    position: relative;
  }
  .heading.-center .title {
    font-size: 3.5rem;
    line-height: .8;
    padding-bottom: 2rem;
    position: relative;
  }
  .heading.-center .title .small{
    font-size: 1.6rem;
  }

}

/* END for lg */
/* contact */
.page-title {
  background-color: #c7c6e0;
  padding: 0;
  text-align: center;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .page-title {
    /* for lg */
    padding: 5rem 1rem;
  }
}

.page-title.-thin {
  height: auto;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .page-title.-thin {
    /* for sm */
    border-bottom: #c7c6e0 solid 5px;
  }
}

.page-title .title {
  display: inline-flex;
  background-color: #fff;
  margin-top: 0;
  /* END for sm */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  .page-title .title {
    /* for sm */
    min-width: 10em;
    padding: 1rem 1.5rem;
    font-size: 1.8em;
  }
}

@media print, (min-width: 992px) {
  .page-title .title {
    /* for lg */
    min-width: 10em;
    padding: 1rem 1.5rem;
  }
}

.page-title.-thin .title {
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .page-title.-thin .title {
    /* for sm */
    width: 100vw;
    padding: 1.7rem 1.5rem 1.4rem;
  }
}

/* junior */
.heading.-left .title,
.heading.-right .title,
.heading.-right-reverse .title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .heading.-left .title,
  .heading.-right .title,
  .heading.-right-reverse .title {
    /* for sm */
    font-size: .9em;
  }
}

.heading.-right .title {
  justify-content: flex-end;
}

.heading.-right-reverse .title {
  /* END for lg */
}

@media print, (min-width: 992px) {
  .heading.-right-reverse .title {
    /* for lg */
    flex-direction: row-reverse;
  }
}

.heading.-left .title::before,
.heading.-right .title::before {
  margin-right: .5em;
}

.heading.-right-reverse .title::before {
  margin-left: .5em;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .heading.-right-reverse .title::before {
    /* for sm */
    margin-left: 0;
    margin-right: .5em;
    font-size: 2em;
  }
}

.title.badge-attention {
  position: relative;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .title.badge-attention {
    /* for sm */
    padding-left: 1.5em;
  }
}

.title.badge-attention::after {
  display: inline-block;
  content: "";
  width: 3.5em;
  height: 3.5em;
  background: url(../../_assets/img/i-attention.png) no-repeat center;
  background-size: contain;
  margin-right: .6em;
  transform: translateY(0.5em);
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .title.badge-attention::after {
    /* for sm */
    position: absolute;
    left: -2em;
    top: 1em;
  }
}

.heading.-left .title,
.heading.-right-reverse .title {
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .heading.-left .title,
  .heading.-right-reverse .title {
    /* for sm */
    margin-right: calc(-2em / .9);
    padding-right: calc(2em / .9);
  }
}

.heading.-right .title {
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .heading.-right .title {
    /* for sm */
    margin-left: calc(-2em / .9);
    padding-left: calc(2em / .9);
  }
}

.heading-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: .5em;
  color: #fff;
  /* END for sm */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  .heading-circle {
    /* for sm */
    width: 100vw;
    margin-left: 50%;
    margin-bottom: 1em;
    padding-top: .7rem;
    padding-bottom: .5rem;
    transform: translateX(-50%);
  }
}

@media print, (min-width: 992px) {
  .heading-circle {
    /* for lg */
    width: 8em;
    height: 8em;
    border-radius: 50%;
  }
}

.heading-circle .icon {
  margin-top: -.5em;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .heading-circle .icon {
    /* for sm */
    position: absolute;
    bottom: 0;
    margin-left: -10em;
  }
}

.row-title {
  background-color: #eaeaf3;
  background-color: #f2f2f2;
  padding: .5em;
}

@media screen and (max-width: 991px) {
  /* for sm */
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .heading.-line {
    padding-bottom: 5rem;
  }
  .heading.-line {
    margin-top: 2.5em;
  }
  .heading.-line::after {
    height: 80px;
  }
}

/* END for lg */
/* lower */
.heading.-fill::before {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50%);
  content: "";
  width: 100vw;
  z-index: -1;
  left: 0;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .heading.-fill {
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .heading.-fill::before {
    left: -2.8rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .heading.-fill {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .heading.-fill::before {
    height: 18.5em;
  }
}

/* END for lg */
/*!
* SASS  :  sass/fb-main.scss
* Modified  :  *******
*/
/* main */

/* .title, */
.ls-1px,
.date,
.category {
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .news .panel .meta-info {
    letter-spacing: 1px;
  }
}

/* END for sm */
body.home::before {
  content: " ";
  width: 100%;
  height: 665px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  /* for sm */
  /* body.home::before {
    background: linear-gradient(90deg, #b0a28d 0%, #b0a28d 50%, #FFF 50%, #FFF 100%);
    height: 240px;
  } */
}

/* END for sm */



/* slick slider */
.home .slider {
  padding-bottom: 2.5em;
}

.slick-arrow,
.shop-info .slick-arrow,
.news-detail .slick-arrow {
  position: absolute;
  border: none;
  background: #fff;
  border-radius: 50px;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  overflow: hidden;
  /*bottom: 0;*/
  top:42%;
  z-index: 101;
}

.slick-prev,
.shop-info .slick-prev,
.news-detail .slick-prev {
  left: -42px;
}

.slick-next,
.shop-info .slick-next,
.news-detail .slick-next {
  right: -42px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #fff;
}

.slick-prev::after,
.slick-next::after,
.shop-info .slick-prev::after,
.shop-info .slick-next::after,
.news-detail .slick-prev::after,
.news-detail .slick-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  z-index: 102;
  left: 0;
}

.slick-prev::after,
.shop-info .slick-prev::after,
.news-detail .slick-prev::after {
  border-bottom: #BCA475 solid 1px;
  border-left: #BCA475 solid 1px;
  transform: rotate(45deg) translate(-19px, -49px);
}

.slick-next::after,
.shop-info .slick-next::after,
.news-detail .slick-next::after {
  border-top: #BCA475 solid 1px;
  border-right: #BCA475 solid 1px;
  transform: rotate(45deg) translate(-22px, -47px);
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 1.25em;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #999999;
  font-family: 'slick';
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 0;
  padding: 13px 0 0;
  overflow: hidden;
  border-radius: 50%;
  content: '•';
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* END for sm */
}

.news-event .slick-dots li button:before,
.features .slick-dots li button:before{
  background-color: #D8D8D8;
}

@media screen and (max-width: 991px) {
  .slick-dots li button:before {
    /* for sm */
    transform: scale(0.8);
  }
}

.slick-dots li.slick-active button:before {
  background-color: #725C36;
}

/* slider */
@media screen and (max-width: 991px) {
  /* for sm */
  .home .slider {
    margin-left: 20%;
    margin-right: 20%;
  }
  .home .slick-list {
    overflow: visible;
  }
  .slick-dots {
    margin-left: -20%;
    margin-right: -20%;
    width: auto;
  }
  .slick-dots li {
    margin: 0 .8em;
  }
  .banners.slider {
    margin-left: 15%;
    margin-right: 15%;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .slider {
    /*height: 435px;*/
  }
}

/* END for lg */
/* main-visual - movie */
.main-visual {
  position: relative;
  max-width: 920px;
  margin: auto;
  padding-top: 1em;
  text-align: center;
}

.main-visual .hero-image {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 380px;
  margin-left: auto;
}

.main-visual .hero-catch {
  letter-spacing: 5px;
  position: absolute;
  text-align: left;
}

.main-visual .catch-ja {
  font-size: 18px;
  margin-bottom: 1rem;
}

.main-visual .catch-en {
  color: #856d47;
  font-size: 1.1rem;
  max-width: 20em;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .visual {
    min-height: 520px;
  }
  .main-visual .hero-image video {
    height: 380px;
    margin-left: -30%;
  }
  .main-visual .hero-catch {
    width: 90%;
    bottom: 4em;
  }
  .main-visual .hero-catch img {
    width: 275px;
  }
  .main-visual .hero-catch .catch {
    position: absolute;
    right: 0;
    margin-top: 0;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .wrapper {
    min-width: 1400px;
  }
  /* .main-visual {
    padding-top: 7rem;
  } */
  .main-visual .hero-image {
    width: 950px;
    height: 665px;
  }
  .main-visual .hero-image video {
    float: right;
  }
  .main-visual .hero-catch {
    margin-left: -24em;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-visual .catch {
    float: right;
  }
  .main-visual .catch-ja {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
  .main-visual .catch-en {
    font-size: 1.6rem;
  }
  .main-visual.-top{
    padding-top: 4rem;
  }
}

/* END for lg */
/* main-visual - slider */
.main-slider {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.main-slider.slick-dotted {
  margin-bottom: 40px;
}

.main-slider .slick-list {
  overflow: visible;
}

.main-slider img {
  margin: auto;
}

.main-slider .slick-dots {
  bottom: -35px;
  text-align: center;
  margin: auto;
  padding-top: 1em;
  width: 100%;
}

@media print, (min-width: 992px) {
  /* for lg */
  .main-slider {
    width: 1200px;
    max-width: 100%;
    margin: auto;
  }
  .main-slider.slick-dotted {
    margin-bottom: 40px;
  }
  .main-slider .slick-list {
    overflow: visible;
  }
  .main-slider .slick-list .slick-slide {
    padding: 0 20px;
  }
  .main-slider img {
    margin: auto;
    width: 100%;
  }
  .main-slider .slick-dots {
    bottom: -35px;
  }
}

/* END for lg */
/* category-search */
.category-search {
  text-align: center;
}

.category-search .col .link::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 44px;
  margin-bottom: .4em;
  background-size: auto 44px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.category-search .c-event .link::before {
  background-image: url(../img/default/icon-fashion.png);
}

.category-search .c-store .link::before {
  background-image: url(../img/default/icon-lifestyle.png);
}

.category-search .c-restaurant .link::before {
  background-image: url(../img/default/icon-amusement.png);
}

.category-search .c-feature .link::before {
  background-image: url(../img/default/icon-cafe.png);
}

.category-search .c-foodhall .link::before {
  background-image: url(../img/default/icon-foodhall.png);
}

.category-search .c-access .link::before {
  background-image: url(../img/default/icon-food.png);
}
.category-search .c-service .link::before {
  background-image: url(../img/default/icon-service.png);
}


.info-access .link label,
.category-search .link label {
  display: block;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .category-search .grid {
    margin-top: 2em;
    margin-bottom: .5em;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .category-search .grid {
    display: flex;
    padding: 1em 0;
  }
}

/* END for lg */
.item-tag {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #FFF;
  padding: .5em;
  writing-mode: vertical-rl;
  color: #000;
}

/* news-event */
/* .topic-tag {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .35em .5em;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
  letter-spacing: 1.5px;
} */
.topic-tag {
  background-color: #ff9000;
  display: inline-block;
  line-height: 1;
  padding: .35em .5em;
  position: absolute;
  top: 75px;
  left: -15px;
  transform: rotate(-40deg) translateY(-100%);
  transform-origin: left top;
  letter-spacing: 1.5px;
  font-size: 1rem;
  width: 135px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.news-event .grid a,
.features .grid a{
  overflow: hidden;
  display: block;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .topic-tag{
    font-size: 7px;
    top: 63px;
    left: -24px;
  }
}


/* .topic-tag.event {
  color: #85d433;
}

.topic-tag.opa-news {
  color: #08B0F2;
}

.topic-tag.special {
  color: #FF0D4C;
} */

.post-img {
  margin-bottom: 1.5em;
  vertical-align: top;
}

.meta-info span + span {
  margin-left: .7em;
}

.meta-info span + .floor {
  padding-left: 0;
}

.shop-list span + .category {
  border-left: none;
}

.meta-info .floor,
.search-tab-container .floor {
  color: #000;
  font-weight: bold;
}

.grid .col {
  display: inline-block;
  vertical-align: top;
  margin-right: -1px;
  letter-spacing: -.5px;
  line-height: 1.25;
  transition: all .2s;
}

.news-event .list .title {
  color: #121212;
}

.title + .meta-info {
  margin-top: 1em;
}

.meta-info .date {
  font-size: 1.6rem;
}

/*news-event*/
/*shop-news*/
@media screen and (max-width: 991px) {
  /* for sm */
  .meta-info .date {
    font-size: 1.3rem;
  }
  .grid .col {
    margin-bottom: 4rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .topic-tag {
    padding: 4rem 4rem 1rem;
  }
  .grid .col {
    margin-bottom: 2rem;
  }
  .news-event .grid {
    /*display: flex;
      flex-wrap: wrap;*/
    font-size: 1.4rem;
  }
  .grid .col {
    padding: 0 11px;
  }
}

/* END for lg */
@media (min-width: 768px) {
  /* iPad ポートレートモード除外 */
  .news-event .grid,
  .features .grid,
  .list.grid {
    margin-left: -31px;
    margin-right: -31px;
  }
  body:not(.home) .shop-news .grid {
    margin-left: -.65em;
    margin-right: -.65em;
    margin-top: 10rem;
  }
}


/* END for lg */
/* shop-list */
.shoplist .tab-switch::before,
.shoplist .tab-contents::before {
  background-color: #222222;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.shoplist .tab-switch::before {
  background: #2f2920 no-repeat center;
  background-size: cover;
}

.tab-switch {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tab-switch .tab-item {
  background-color: #fff;
  padding: .7em;
  line-height: 1.45;
  cursor: pointer;
}

.shoplist .tab-switch .tab-item.active {
  background-color: #222222;
  padding-top: calc(1em - 1px);
  padding-bottom: calc(1em - 1px);
  color: #fff;
}

[data-sub-en]::after {
  display: block;
  content: attr(data-sub-en);
}

.shoplist .categories {
  color: #fff;
}

.tab-contents .display {
  position: relative;
  opacity: 0;
  height: 0;
  transition: opacity 0s;
  z-index: -1;
}

.tab-contents .display.active {
  height: auto;
  opacity: 1;
  transition: opacity .16s;
  z-index: auto;
}

.shoplist .categories .active .btn-box,
.shoplist .categories .btn-box:hover {
  background-color: #665E56;
  border-color: #fff;
  color: #fff;
}

.card {
  background-color: #fff;
  height: 100%;
}

.card .caption .meta-info {
  display: inline-block;
  background-color: #655E57;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .65em 1em .5em;
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.meta-info .place {
  letter-spacing: 1.5px;
  margin: auto 0;
}

.meta-info span + .category::before {
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -1px;
  content: "";
  width: 1px;
  height: 1.2em;
  margin-right: .8em;
  vertical-align: middle;
}

.fig + .caption .sub-category {
  margin-top: 0;
}
.shoplist .caption .title {
  margin-top: .5em;
  font-weight: bold;
}
.floor .card .fit{
  width: 100%;
}
.detail-post .text p{
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .tab-switch {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  .shoplist .tab-switch {
    padding-top: 7rem;
  }
  .shoplist .tab-switch::before,
  .shoplist .tab-contents::before {
    left: 0;
  }
  .shoplist .tab-switch::before {
    background-image: url(../img/default/bg_shoplist.jpg);
  }
  .tab-switch .tab-item {
    font-size: 1.2rem;
    margin-left: .5em;
    margin-right: .5em;
    padding: .5em;
  }
  [data-sub-en]::after {
    font-size: 1rem;
  }
  .tab-contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .shoplist .categories .col {
    margin-bottom: .5em;
  }
  .shoplist .list .col {
    margin-bottom: 1rem;
  }
  /* .card .fit {
    height: 120px;
  } */
  .card .caption {
    padding: 0 1em 2.75em ;
  }
  .card .caption .meta-info,
  .fig + .caption .sub-category {
    font-size: .9rem;
    width: 85%;
  }
  section.shoplist.-sitetop .caption .title{
    height: auto;
    font-size: 1.4rem;
  }
  .fig + .caption .sub-category{
    height: auto;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .shoplist .tab-switch {
    padding-top: 20rem;
  }
  /* .shoplist .tab-switch::before,
  .shoplist .tab-contents::before {
    left: calc(-50vw + 522px + -14px);
  } */
  .shoplist .tab-switch::before {
    background-image: url(../img/default/bg_shoplist.jpg);
  }
  .tab-switch .tab-item {
    width: 30rem;
    margin-left: .75em;
    margin-right: .75em;
  }
  .shoplist .categories .col {
    margin-bottom: 1em;
  }

  .shoplist .card .caption {
    padding: 0 1em 4.75em;
  }
  .card .caption .meta-info {
    font-size: 1.5rem;
    width: 85%;
    display: flex;
  }

}

/* END for lg */
/* news */
.news .container > .exchange::before {
  background-color: #bfad91;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}

.panel {
  background-color: #fff;
}

.panel > .col:nth-of-type(n+2) > .link::before {
  display: block;
  background-color: #e2dfdc;
  content: "";
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  height: 1px;
}

.news .panel .category {
  color: #856d47;
}

.news .panel .date {
  display: block;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .news .exchange::before {
    left: 0;
  }
  .exchange .panel {
    margin-left: 2.8rem;
    margin-right: 2.8rem;
  }
  .panel > .col {
    padding: 1.5em;
  }
  .news .panel .fig {
    width: 100px;
    margin-right: 1em;
  }
  .news .panel .meta-info {
    font-size: 1.2rem;
  }
  .news .panel .date {
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 1.2rem;
  }
  .news .panel .normal {
    margin-top: .25em;
    font-size: 1.3rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .news .exchange::before {
    left: calc(-50vw + 512px + 8px);
  }
  .panel > .col {
    padding: 2.5em;
  }
  .panel > .col:nth-of-type(n+2) > .link::before {
    top: -2.5em;
  }
  .panel > .col:nth-of-type(2) > .link::before {
    display: none;
  }
  .news .panel .fig {
    margin-right: 2em;
  }
  .news .panel .date {
    padding-top: 1.25em;
    padding-bottom: .25em;
  }
}

/* END for lg */
/* editors */
.editors .col > .block {
  pointer-events: none;
}

.events-hover {
  pointer-events: auto;
}

.editors .fig {
  max-width: 630px;
}

.author-icon {
  background-color: #333;
  width: 6rem;
  height: 6rem;
  margin-right: 1em;
  border-radius: 6rem;
  overflow: hidden;
}

.author-icon .fit {
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .editors .jumbotron {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .banners .fig .fit {
    width: 100%;
    height: auto;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .editors .note {
    margin-top: -13em;
    margin-left: 50%;
    padding: 4rem 6rem;
  }
  .banners .fig .fit {
    width: 100%;
  }
  .editors .slick-dots {
    display: none;
  }
}

/* END for lg */
/* instagram */
@media screen and (max-width: 991px) {
  /* for sm */
  .instagram .list {
    margin-right: -1px;
  }
  .instagram .col {
    margin: 0 0 1px;
    padding: 0 1px 1px 0;
  }
  .instagram .fit {
    width: calc( calc(100vw + 1px) / 3 - 1px);
    height: calc( calc(100vw + 1px) / 3 - 1px);
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .instagram .col {
    margin: 1px 0;
    padding: 0 1px;
  }
  .instagram .fit {
    width: 254px;
    height: 254px;
  }
}

/* END for lg */
/* access */
.access .map {
  width: 100%;
}

.nav-btn.has-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-icon .icon-blank {
  margin-right: .85em;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .access .map {
    height: 100vmin;
  }
  .has-icon .icon-blank {
    width: 15px;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .access .map {
    height: 500px;
  }
  .has-icon .icon-blank {
    width: 26px;
  }
}

/* END for lg */
/*!
 * SASS  :  sass/fb-site-footer.scss
 * Modified  :  *******
 */
/* site-footer */
.wrapper footer {
  padding: 0 3.2rem 1rem 1rem;
  font-size: 1.2rem;
  border-top: solid 1px #B4B4B4;
}

.wrapper footer,
footer.global a {
  color: #000;
}

footer h1 {
  line-height: 26px;
  margin: 0 0 4rem;
}

footer h1 img {
  height: 60px;
}

footer .mall-info,
footer .copy {
  text-align: center;
}
footer .copy{
  padding-top: 2rem;
  text-align: center;
  width: 100%;
}

footer .mall-info {
  font-size: 1.1rem;
  line-height: 1.8;
  padding-bottom: 1.8em;
  margin-bottom: 1.5rem;
  /* END for lg */
}

@media print, (min-width: 992px) {
  footer .mall-info {
    /* for lg */
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem;
  }
  .footer-nav .item + .item .link::after {
    border-right: #808080 solid 1px;
    display: inline-block;
    content: "";
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: -2rem;
    margin-top: -10px;
  }
}

.footer-nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.footer-nav .item {
  padding: 0 1.3em;
}



.footer-nav .link {
  font-feature-settings: "palt";
  position: relative;
  color: #4D4D4D;
}

footer .copy {
  font-size: 1.1rem !important;
  letter-spacing: .45px;
  margin: 0;
  color: #4D4D4D;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  footer .copy {
    /* for sm */
    font-size: 1rem;
    padding: .5rem 0;
    letter-spacing: unset;
    text-align: center !important;
  }
}

@media print, (min-width: 992px) {
  /* for lg */
  footer .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  footer h1 img {
    height: 60px;
  }
  footer .mall-info {
    font-size: 1.3rem;
    text-align: left;
  }
  .footer-nav .item {
    display: inline-block;
    font-size: 1.3rem;
  }
  .footer-nav .item:first-child {
    padding-left: 0;
  }
  .footer-nav .item:last-child {
    padding-right: 0;
  }
}

/* END for lg */
/* to-top
-----------------------------------------------------------*/
.to-top {
  position: fixed;
  bottom: 9em;
  right: 0;
  margin-top: 0;
  transform: rotate(90deg);
  transform-origin: right top;
}

.to-top a {
  display: inline-block;
  background: #725C36 no-repeat 18% center;
  background-size: 9px auto;
  padding: .5em 1.5em .5em 4em;
  font-size: 14px;
  letter-spacing: .45px;
  line-height: 1.1;
  position: relative;
  color: #fff !important;
  text-decoration: none;
  z-index: 5;
}

.to-top a::before,
.to-top a::after {
  content: "";
  position: absolute;
}

.to-top a::before {
  width: 8px;
  height: 8px;
  border-top: #fff solid 1px;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 1em;
}

.to-top a::after {
  width: 20px;
  height: 1px;
  border-bottom: #fff solid 1px;
  transform: translateY(-50%);
  top: 50%;
  left: 1em;
}

@media print, (min-width: 992px) {
  /* for lg */
  .to-top {
    bottom: -4em;
  }
  .to-top a {
    padding: 1.5em 1.5em 1.5em 6em;
  }
  .to-top a::after {
    width: 56px;
  }
}

/* END for lg */
/*!
 * SASS  :  sass/fb-breadcrumbs.scss
 * Modified  :  *******
 */
/* breadcrumbs
---------------------------------------------------- */
@media screen and (max-width: 991px) {
  /* for sm */
  /* breadcrumbs */
  .breadcrumbs {
    display: none;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  /* breadcrumbs */
  .breadcrumbs {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.6rem;
    background-image: url(/_assets/img/default/bg_breadcrumb.png);
    height: 60px;
    background-size: cover;
  }
  .breadcrumbs .path {
    list-style: none;
  }
  .breadcrumbs .item {
    display: inline-block;
    padding-right: .9em;
    color: #9a9a9a;
    line-height: 1.1;
    font-size: 1.4rem;
  }
  .breadcrumbs .item::after {
    content: "";
    display: inline-block;
    margin-left: .9em;
    position: relative;
    top: -2px;
    width: 8px;
    height: 8px;
    border-top: #9a9a9a solid 1px;
    border-right: #9a9a9a solid 1px;
    transform: rotate(45deg);
  }
  .breadcrumbs .item:last-of-type::after {
    content: none;
  }
  .breadcrumbs .link {
    text-decoration: none;
    color: #000;
  }
  .breadcrumbs .link:hover {
    text-decoration: underline;
  }
}

/* END for lg */
/*!
 * SASS  :  sass/fb-contents.scss
 * Modified  :  *******
 */
/* lower contents
---------------------------------------------------- */
/* common */
@media screen and (max-width: 991px) {
  /* for sm */
  body:not(.home) .contents {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    /* padding-bottom: 3em; */
  }
}

/* END for sm */
/* info-access */
.info-guide {
  text-align: center;
  padding-top: 0;
}

.info-guide .heading,
.info-guide + .category-search .heading {
  font-size: 1.7rem;
  margin-bottom: .8em;
}

.info-guide .heading::before {
  background-image: url(../img/icon-time.png);
}

.category-search .heading::before {
  background-image: url(../img/icon-category.png);
  top: 3px;
  /*left: -.5em;*/
}

.info-guide .regular-time,
.info-guide .exception {
  display: inline-block;
  margin-left: 0;
}

.info-guide .regular-time {
  font-size: 1.9rem;
  margin-right: 13px;
}

.info-guide .regular-time .slash {
  /* 180419 */
  display: inline-block;
}

.info-guide .info-detail {
  padding: 0;
}

.info-detail .closing {
  background-color: #4b4b4b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 4% .8em;
  padding: .5em;
}

.info-detail .irregular {
  border: #4b4b4b solid 1px;
  color: #000;
  font-weight: bold;
  position: relative;
}

.info-detail .irregular .open {
  cursor: pointer;
  display: block;
  padding: .5em 2.4em .5em 1.2em;
}

.info-detail .open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1em;
  transition: all .3s;
}

.info-detail .open.close::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 1.2em;
}

.info-access {
  padding: 2em 0 1em;
}

.info-access .col a::before {
  content: "";
  display: inline-block;
  height: 41px;
  margin-bottom: .4em;
  width: 41px;
}

.info-access .col a::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.info-access .col a::before {
  background-position: center;
}

/* info-panel */
.info-panel {
  border: transparent solid 1px;
  padding: 0 .8em;
  position: relative;
  margin-top: -1px;
  /*transition: height .3s;*/
}

.info-panel .irregular-times {
  text-align: left;
  overflow: auto;
  /* 180419 */
  max-height: 74vh;
  /* 180419 */
  margin-top: .4em;
  /* 180419 */
}

.irregular-times .shop-time {
  margin: .3em 0 0 1.5em;
}

.irregular-times dl {
  margin: .7em 0;
}

.irregular-times dl + dl {
  border-top: #ebebeb solid 1px;
  padding-top: .8em;
}

.info-panel .control {
  margin: 0 -.8em;
}

.info-panel .control .btn {
  background-color: #fff;
  border: none;
}

/* category-search */
/* news-event */
/* btn */
/* shop-news */
.shop-news,
.shop-recommendation {
  clear: both;
}

section.shop-news {
  background-color: #EEE8E0;
}

section.bg-none,
section.shop-news.container {
  background-color: transparent;
}

.shop-news .note {
  border-bottom: #d9d9d9 solid 1px;
}

.view-switch {
  text-align: right;
  margin: -1em 0 1.5em;
}

.view-switch dt,
.view-switch dd {
  display: inline-block;
  margin-left: 1em;
  cursor: pointer;
}

.view-switch dt {
  font-weight: bold;
  padding-right: 1em;
  border-right: #bfbfbf solid 1px;
}

.view-switch span {
  display: inline-block;
  position: relative;
  height: 1.4em;
  top: 3px;
}

.view-switch .col-trigger span {
  width: .7em;
  cursor: pointer;
}

.view-switch .full-trigger span {
  width: 1.5em;
  background-color: #D9D9D9;
  cursor: pointer;
}

.view-switch .col-trigger span::before,
.view-switch .col-trigger span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #d9d9d9;
}

.view-switch .active span::before,
.view-switch .active span::after,
.view-switch .full-trigger.active span {
  background-color: #3c3d3d;
}

.view-switch .col-trigger span:nth-of-type(1)::before {
  left: 0;
  top: 0;
}

.view-switch .col-trigger span:nth-of-type(1)::after {
  left: 0;
  bottom: 0;
}

.view-switch .col-trigger span:nth-of-type(2)::before {
  right: 0;
  top: 0;
}

.view-switch .col-trigger span:nth-of-type(2)::after {
  right: 0;
  bottom: 0;
}

/* footer-banner */
.footer-banner .grid,
.drawer .grid {
  letter-spacing: -4px;
  margin-bottom: .5em;
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
}

.footer-banner .item,
.drawer .others .item {
  display: inline-block;
  letter-spacing: -1px;
  padding-bottom: 1em;
}

/* layer
-----------------------------------------------------------*/
[type="search"] {
  border: #9a9a9a solid 1px;
  border-radius: .25em;
  padding: .5em;
  line-height: 2.8rem;
  width: 100%;
  outline: 0;
}

[type="search"]:focus {
  background-color: #fff;
  border: #79abfe solid 1px;
  box-shadow: 0 0 1px 1px #a4c6fd;
}

.floor-search .heading::before {
  background-image: url(../img/icon-m1.png);
}

.floor-search .list {
  margin-bottom: 2em;
}

.floor-search .building + .building {
  margin-top: 2em;
}

.floor-search .building .title {
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 8px;
}

.floor-search ul {
  padding-left: 0;
}

.floor-search .item {
  border-bottom: #808080 dotted 1px;
  padding-bottom: .45em;
  margin-bottom: .45em;
  position: relative;
}

.floor-search .item::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: .3em;
  top: .9em;
}

.floor-search .item .link {
  display: table;
  padding: 0 .9em 0 .3em;
  line-height: 1.2;
  width: 100%;
}

.floor-search .item .floor,
.floor-search .item .name {
  display: table-cell;
  vertical-align: middle;
}

.floor-search .item .floor {
  font-weight: bold;
  font-size: 1.6rem;
  padding: .3em;
  width: 3em;
}

.floor-search .item .name {
  min-width: 13em;
}

/* 404 */
.page-not-found {
  text-align: center;
}

.page-not-found .text {
  margin-bottom: 5em;
  line-height: 2;
}

@media (max-width: 767px) {
  /* forSP */
  /* main */
  .slick-slider {
    /*margin-bottom: 24px;*/
  }
  .slide-nav {
    display: none;
  }
  .info-guide .heading {
    margin-top: .4em;
    /* 180406 */
    margin-bottom: .4em;
    /* 180406 */
  }
  .info-guide .regular-time .slash {
    /* 180419 */
    padding-left: .75em;
  }
  .info-detail .closing {
    /*display: inline-block;
    width: 240px;*/
    position: relative;
    /* 180406 */
  }
  .home main .info-detail .closing::after {
    /* 180406 */
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
  }
  .info-detail .irregular {
    width: 240px;
  }
  .info-panel {
    display: none;
    margin-top: 10px;
  }
  .info-panel.on {
    border-color: #000;
    height: 100%;
    padding: 0 .8em .8em;
  }
  .control {
    background-color: #ebebeb;
  }
  .info-panel .control {
    margin: 0 -.8em -.8em;
  }
  .info-panel .control .btn {
    padding: .4em .8em;
    margin: .3em 0;
  }
  .home .category-search .c-category {
    position: relative;
    top: .5em;
    width: 50%;
    font-size: 1.4rem;
  }
  .home .category-search .c-category .link::before {
    background-size: auto 27px;
    background-position: -161px center;
    width: 27px;
    height: 27px;
    margin: 0 .6em 0 0;
    position: relative;
    top: 6px;
  }
  .home .category-search .c-category label {
    display: inline-block;
  }
  .home .category-search .c-category br {
    display: none;
  }
  /* footer-banner */
  .footer-banner .item:nth-child(odd),
  .drawer .others .item:nth-child(odd) {
    padding-right: .7em;
  }
  .footer-banner .item:nth-child(even),
  .drawer .others .item:nth-child(even) {
    padding-left: .7em;
  }
  .footer-banner [class*="-2"] {
    width: 50%;
  }
  /* footer */
  .footer-nav .link::after {
    top: 1.25em;
  }
  /* SP */
  .sp-one-2 {
    width: 50% !important;
  }
}

/* END forSP */
@media (min-width: 768px) {
  /* forPC */
  section {
    padding: 2.5em 0;
  }
  /* main
-----------------------------------------------------------*/
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .container.lp {
    max-width: none;
  }
  .info-guide .container {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: .9em 2.2em;
    position: relative;
    text-align: left;
  }
  .info-guide .info {
    width: 41%;
  }
  .info-guide .heading {
    font-size: 2.2rem;
  }
  .info-guide .heading {
    background-color: #F5F5F5;
    float: left;
    font-size: 2.2rem;
    display: block;
    letter-spacing: 0;
    line-height: 93px;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 0 3% 0 4%;
    width: 39%;
  }
  .info-guide .regular-time {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    padding: .4em 0 0;
  }
  .info-guide .exception {
    font-size: 1.5rem;
    padding: .3em 0 0;
  }
  .info-guide .info-detail {
    width: 41%;
  }
  .info-guide .closing {
    margin: 0 0 .8em;
    text-align: center;
    font-size: 1.65rem;
  }
  .info-guide .irregular {
    display: block;
    text-align: center;
  }
  .info-guide .info-panel {
    display: none;
    border-width: 2px;
  }
  /*.info-guide .info-panel.off {
    height: 0;
    display: none;
}*/
  .info-guide .info-panel.on {
    display: block;
    padding-bottom: 1.6em;
    padding-right: 1.3em;
    margin-bottom: 1em;
  }
  .info-panel .btn.close {
    position: absolute;
    width: 42px;
    height: 0;
    padding-top: 39px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #4b4b4b;
  }
  .info-panel .btn::before,
  .info-panel .btn::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 3px;
    width: 36px;
    top: 1.15em;
    left: .2em;
  }
  .info-panel .btn::before {
    transform: rotate(45deg);
  }
  .info-panel .btn::after {
    transform: rotate(-45deg);
  }
  .irregular-times {
    display: flex;
    flex-wrap: wrap;
  }
  .info-panel .irregular-times {
    margin-top: 13px;
    /* 180419 */
  }
  .irregular-times dl {
    position: relative;
    /*top: .9em;*/
    /* 180419 */
    width: 50%;
    margin: 0;
    padding: .6em;
    padding-right: 1.5em;
    border-top: #ebebeb solid 1px;
    border-right: #ebebeb solid 1px;
  }
  .irregular-times dl:nth-of-type(1),
  .irregular-times dl:nth-of-type(2) {
    border-top: none;
  }
  .irregular-times dl:nth-of-type(even) {
    border-right: none;
  }
  .info-guide .info-access {
    position: absolute;
    right: 35px;
    width: 17%;
    padding-left: 4%;
  }
  .info-access .grid {
    background-color: #f5f5f5;
  }
  .info-access .m-access,
  .info-access .m-access .nav-btn {
    display: block;
    height: 93px;
    margin-bottom: 0;
    width: 100%;
  }
  .m-access .nav-btn {
    padding-top: 1em;
    padding-right: 1.2em;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
  .info-access .m-access .nav-btn::before {
    background-size: auto 36px;
    margin-bottom: 0;
  }
  .m-access .nav-btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: #000 solid 2px;
    border-right: #000 solid 2px;
    transform: rotate(45deg);
    top: 42px;
    right: 15px;
  }
  /* category-search */
  .info-guide + .category-search .heading {
    font-size: 2.6rem;
    margin-top: 0;
  }
  .category-search .grid {
    display: flex;
    padding: 0;
  }
  /* news-event */
  /* shop-news */
  .shop-news [class*="one-5"] {
    padding: 0 .65em;
  }
  .shop-news [class*="one-5"],
  .shop-news .title {
    line-height: 1.35;
  }
  .shop-news .note {
    border-bottom: none;
    padding-bottom: 0;
  }
  .shop-news .list .text {
    display: none;
  }
  .view-switch {
    margin-top: -2em;
  }
  .home .view-switch {
    margin-right: 1.5em;
  }
  .view-switch span {
    top: 6px;
  }
  .view-switch .full-trigger span {
    width: 1.4em;
  }
  .view-switch .col-trigger span::before,
  .view-switch .col-trigger span::after {
    width: 9px;
    height: 9px;
  }
  .shop-news .full .col {
    clear: both;
    display: block;
    margin-bottom: 3.4em;
  }
  .shop-news .full [class*="one-5"] .post-img {
    width: 310px;
    float: left;
  }
  .shop-news .full [class*="one-5"] .note {
    height: 310px;
    position: relative;
    margin-left: 340px;
  }
  .shop-news .full [class*="one-5"] .note::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #d9d9d9;
  }
  .shop-news .full [class*="one-5"] .title {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .shop-news .full [class*="one-5"] .text {
    display: block;
    line-height: 1.85;
    max-height: 130px;
    overflow: hidden;
  }
  .shop-news .full [class*="one-5"] .more-link {
    position: absolute;
    right: 0;
    bottom: 1em;
    padding: .5em;
    display: inline-block;
    display: table;
    margin-left: auto;
    border: solid 1px;
    font-size: 1.5rem;
  }
  .shop-news .full [class*="one-5"] .more-link::before {
    display: inline-block;
    /*position: absolute;*/
    content: "詳細を見る";
    /*font-weight: bold;
    bottom: 1em;
    right: 0;*/
    font-size: 1.5rem;
    padding-left: .5em;
    padding-right: 1.5em;
  }
  .shop-news .full [class*="one-5"] .more-link::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
  }
  .goog-te-gadget-simple {
    display: table !important;
    padding-top: 3px !important;
    width: 100%;
  }
  .goog-te-gadget-simple > img,
  .goog-te-gadget-simple > span {
    display: table-cell;
  }
  .goog-te-menu-value {
    display: block;
  }
  .goog-te-menu-value > span:first-child {
    display: inline-block;
    width: 108px;
  }
}

/* END forPC */
@media (min-width: 1025px) {
  /* forTablet-landscape PC 1025over */
  /*.fixed body {
    padding-right: 17px;
}
*/
  .fixed header {
    padding-right: 32px;
  }
}

/* END 1025over */
/* Google translated */
.translated-ltr .header-nav.switch {
  top: 59px;
}

.translated-ltr header.global {
  /*top: 42px;*/
}

.translated-ltr body {
  top: 39px !important;
}

.translated-ltr .layer {
  top: 106px;
}

@media (min-width: 768px) {
  /* forPC */
  .translated-ltr .header-nav.switch {
    top: 41px;
  }
  .translated-ltr .layer {
    top: 39px;
  }
}

/* 180403 営業時間入りヘッダ */
@media (min-width: 768px) {
  /* forPC */
  header.global > .info-guide {
    float: right;
    display: table;
    background-color: transparent;
    padding: 0;
    width: 180px;
    max-width: 200px;
    margin-top: 9px;
    margin-right: 285px;
    height: 62px;
  }
  .goog-te-menu-value > span:first-child {
    width: 97px;
  }
  .info-guide .container {
    display: table-row;
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0 0 2.2em;
    position: relative;
    text-align: left;
    box-sizing: content-box;
  }
  .info-guide .info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: 62px;
    margin: 0;
    padding-right: 1.3em;
    position: relative;
    padding-right: 15px;
  }
  /*.info-guide .info:not(.no-irregular) {
    cursor: pointer;
}*/
  .info-guide .info::after {
    content: "";
    position: absolute;
    width: .7em;
    height: .7em;
    border-top: #a4a4a4 solid 2px;
    border-right: #a4a4a4 solid 2px;
    transform: rotate(45deg);
    top: 43%;
    right: 0;
  }
  .info-guide .no-irregular::after {
    display: none;
  }
  .info-guide .heading {
    width: 100%;
    background-color: transparent;
    font-size: 1.4rem;
    text-align: left;
    line-height: initial;
    padding: 0;
  }
  .info-guide .heading::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 2px;
  }
  .info-guide .regular-time {
    font-size: 1.6rem;
    padding: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .info-guide .regular-time .slash {
    /* 180419 */
    padding-left: .25em;
    margin-right: -1.5em;
    font-size: 1.4rem;
  }
  .info-guide .regular-time .slash::before {
    /* 180419 */
    content: "/";
  }
  .info-guide .exception {
    font-size: 1.3rem;
    padding: 0 0 2px;
    margin-top: -2px;
    white-space: nowrap;
    cursor: pointer;
  }
  .info-guide .closing {
    position: relative;
    margin: 0;
    padding: 1px .5em;
    background-color: #4b4b4b;
    color: #fff;
    font-size: 1.3rem;
    line-height: 21px;
    white-space: nowrap;
    display: inline-block;
    min-width: 158px;
  }
  .info-guide .closing .day {
    display: inline-block;
    padding-left: .4em;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 21px;
  }
  header.global .global-nav {
    width: 400px;
    width: 31.5vw;
  }
  .info-panel {
    list-style: none;
    display: none;
    background-color: #fff;
    padding: 100px 2em 2em;
    position: fixed;
    z-index: 99;
    width: 940px;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 0;
    /* 180419 */
    /*bottom: 50px;*/
    /* 180419 */
    max-height: 100%;
    /* 180419 */
  }
  .fixed .info-panel {
    margin-left: calc(50% - 17px / 2);
  }
  .info-panel .btn.close {
    top: 100px;
    right: 10px;
  }
  .info-panel .info-detail {
    margin-left: 0;
    margin-bottom: .5em;
  }
  .info-panel .irregular {
    width: 60%;
    padding: .3em;
    margin: 5px auto 0;
    /* 180419 */
    text-align: center;
    display: block;
  }
  /* .global .info-detail */
  .home .slide-nav {
    display: none;
  }
  .global .regular-time + .info-detail .closing {
    margin-top: .5em;
  }
  .global .info-detail .closing {
    font-weight: normal;
  }
}

/* END forPC */
/* 180418 */
@media (max-width: 767px) {
  .home main .info-detail .closing::after {
    display: none;
  }
}

/* 180404 複数館あるモール対応 */
.home .shop-news .meta-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  min-height: 19px;
}

.shop-news .meta-info .guide {
  font-weight: bold;
  display: block;
  padding-bottom: 2px;
}

.shop-news .meta-info .guide + .floor + .shop-name {
  /*position: absolute;
    bottom: 0;*/
}

/* add ssk */
.topic-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.topic-text.multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}

.topic-text.multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #FFF;
}

.topic-text.line-2 {
  max-height: 3em;
}

.topic-text.line-3 {
  max-height: 4.5em;
}

/* END add ssk */
/* 180420 opa-group.opa-malls
-----------------------------------------------------------*/
/* タブレット対応 CSS上書きのため、PC用よりも後で読み込み */
@media (min-width: 415px) and (max-width: 768px) {
  /* forTablet */
  header.global {
    zoom: .95;
    /*padding: 0;*/
    /* 180524 スマホ横向き～タブレット縦表示調整 */
  }
  .home .single .slide-item {
    /* 180406 */
    left: 0;
  }
  .home .slide-item {
    margin-bottom: 0;
  }
}

/* END forTablet */
@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .wrapper {
    padding-top: 89px;
  }
  *::-ms-backdrop, .header-nav [class*="trigger"] label {
    margin-left: 13px;
    /* (w)36 / 2 - (padding)5 */
  }
  *::-ms-backdrop, .info-guide .closing {
    padding: 2px .5em 0;
  }
}

/* 18/10/18 ADD */
/* clearfix */
.cf:after {
  clear: both;
  content: " ";
  display: block;
}

a[class*="more-"] {
  position: relative;
  padding: 0.9em 1.5em;
  display: table;
  text-decoration: none;
  font-size: 1rem;
  margin: 2em auto 1em;
}

a.more-black {
  background: #404040;
  color: #fff;
  letter-spacing: .5em;
}

a[class*="more-"]::after {
  border-top: solid 1px;
  border-right: solid 1px;
  display: inline-block;
  content: "";
  height: .5em;
  width: .5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1em;
}

.contactTxt {
  font-size: .9rem;
  text-align: center;
}

.contactTxt span {
  border-bottom: 4px solid #d8edf1;
}

/* add 180727 */
.openTxt,
.global .openStaff-bnr {
  display: inline-block;
  vertical-align: middle;
}

.openTxt {
  width: 55%;
}

.global .openStaff-bnr {
  width: 40%;
}

a.more-black {
  background: none;
  border: 1px solid #404040;
  color: #404040;
  margin-top: 3em;
}

a.more-black:hover {
  background: #404040;
  color: #FFF;
  opacity: 1;
}

.contents .openStaff-bnr {
  text-align: center;
}

@media (max-width: 767px) {
  /* SP */
  .head-r-area {
    padding: .8em 0 .6em;
    border-top: #E5E5E5 solid 2px;
    text-align: center;
  }
  .openTxt {
    padding: 0;
    border-top: 0;
  }
  .openTxt {
    padding: 0 10px;
  }
  .openTxt img {
    width: 100%;
  }
  .contents .openStaff-bnr,
  .contents .openStaff-bnr img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* PC */
  .head-r-area {
    float: right;
    padding-top: 14px;
  }
  .openTxt {
    padding-top: 0;
    padding-right: 20px;
    float: none;
  }
  .head-r-area {
    max-width: 560px;
  }
  .openTxt {
    width: 365px;
  }
  .global .openStaff-bnr {
    width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  /* PC＆タブレット */
  .head-r-area {
    max-width: 340px;
    padding-top: 30px;
  }
  .openTxt {
    width: 200px;
  }
  .global .openStaff-bnr {
    width: 100px;
  }
}

@media (max-width: 767px) {
  /* SP */
  a.more-black {
    margin-top: 2em;
  }
}

/* /common */
.btn a:hover,
a.btn:hover,
.container:not(.page-newshop) a.arrow:hover {
  background-color: #C2C2C2;
  /* border-radius: 50px; */
}

.more.on-page {
  border-top: #d9d9d9 solid 1px;
  padding-top: 1em;
}

.on-page .btn {
  width: auto;
  background-color: transparent;
  border: none;
}

.arrow {
  display: inline-block;
  position: relative;
  padding-left: 1px;
  padding-right: 1em;
  text-decoration: none;
  border-radius: 1px;
}

.on-page .nav-btn::after {
  display: inline-block;
  content: "";
  height: 8px;
  position: absolute;
  width: 8px;
  top: 1.9em;
  border-top: none;
  border-right: #4b4b4b solid 2px;
  border-bottom: #4b4b4b solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  transition: all .3s;
}
.more .read-more::after{
  top: 2.2rem;
}
@media (max-width: 767px){
  .more .read-more::after{
    top: 1.5rem;
  }
}
.arrow::after {
  display: inline-block;
  content: "";
  height: 7px;
  position: absolute;
  width: 7px;
  top: .5em;
  border-top: #4b4b4b solid 2px;
  border-right: #4b4b4b solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: .4em;
  transition: all .3s;
}

/* shop-info
-----------------------------------------------------------*/
.logo.two-5 img {
  /* -squar */
  max-width: 40%;
}

.logo.three-5 img {
  /* -1:2; */
  max-width: 60%;
}

.logo.four-5 img {
  /* -1:3; */
  max-width: 80%;
}

/* outline */
.outline .heading {
  margin-bottom: .6em;
}

.outline > .heading::before {
  content: none;
}

.outline .floor .number {
  height: 2.8em;
  width: 2.8em;
  border-radius: 1.4em;
  line-height: 2.8em;
  background-color: #D2D2D2;
}

.outline .summery {
  line-height: 1.85;
}

.outline .sns .link {
  padding: 0 5px;
}

/* table */
.table {
  border-collapse: collapse;
}

.table.full {
  width: 100%;
}

.table.auto {
  margin: auto;
}

.table th,
.table td {
  padding: 1em .5em;
  line-height: 1.75;
  vertical-align: top;
  word-break: break-all;
}

.table tr + tr th,
.table tr + tr td {
  border-top: 1px solid #dee2e6;
}

.table th {
  text-align: left;
}

.table .i-fb,
.table .i-tw,
.table .i-insta {
  fill: #3c3c3c;
}

/* END table */
.engagement {
  margin-top: 1em;
}

.engagement .container {
  /*border: #f5f5f5 solid 2px;*/
  background-color: #f5f5f5;
  padding: .5em 2.5em 1.5em;
}

.engagement .heading::before {
  background-image: url(../img/icon-engagement.png);
}

.shop-recommendation .heading::before {
  background-image: url(../img/icon-menu.png);
  background-size: contain;
}

.faq .heading::before {
  background-image: url(../img/icon-faq.png);
}

.engagement .picture {
  margin: 0 1.3em 1.8em;
}

.twitter .heading::before {
  content: initial;
}

.twitter .heading .i-tw {
  width: 24px;
  fill: #000;
  margin-right: .8em;
  position: relative;
  top: 1px;
}

.twitter .hashtag {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.twitter .hashtag .twitter-timeline {
  text-decoration: none;
}

/* special-page */
/* page-info */
.signboard h2 {
  /*margin-top: 0;*/
  line-height: 1.3;
  font-size: 6vw;
}

.signboard span + h2 {
  /*margin-top: .83em;*/
}

.period {
  display: inline-block;
  padding: .4em .6em;
  background-color: #f0f0f0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

/* page-shop-list */
.note.arrow {
  width: 100%;
  display: flex;
  padding-left: 0;
}

.note.arrow::after {
  top: 2.3em;
  height: 10px;
  width: 10px;
}

.note.arrow .logo {
  max-width: 90px;
  height: 90px;
  width: 20%;
}

.note.arrow .logo + .meta-info {
  padding-left: 1em;
  width: 80%;
}

.page-shop-list .col .text,
.page-newshop .text {
  line-height: 1.6;
}

.recommended {
  margin-top: 2em;
  position: relative;
  border: #000 solid 2px;
  padding: 0 1.5em .9em;
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
}

.recommended .heading {
  /*position: absolute;
    top: -1.7em;*/
  display: inline-block;
  padding: 0 .8em;
  background-color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0;
}

.recommended .heading::before {
  content: none;
}

.recommended ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}

.recommended li {
  padding-bottom: .3em;
}

/* page-newshop */
.page-newshop {
  padding-top: 0;
}

.page-newshop > .list {
  margin-top: 0;
}

.page-newshop .flex {
  display: flex;
  flex-wrap: wrap;
}

.page-newshop .open-info {
  text-align: center;
}

.open-info .new-open,
.open-info .renewal,
.open-info .pop-up {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: #000 solid 1px;
  padding-bottom: .4em;
  margin: 0 0 .6em;
}

.open-info .new-open {
  color: #ff0d4c;
}

.open-info .renewal {
  color: #116ef4;
}

.open-info .pop-up {
  color: #0cbf0c;
}

.open-info time {
  display: block;
  font-size: 2.6rem;
}

.open-info time em {
  font-size: .55em;
  display: inline-block;
  padding-left: .4em;
  font-style: normal;
}

.page-newshop .floor {
  font-size: 2.4rem;
  font-weight: bold;
}

.open-info .facilities {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: -2px;
}

.page-newshop .note {
  margin: 1.5em 0 0;
}

.page-newshop div.note {
  margin: 0;
  padding-top: 1.5em;
}

.page-newshop div.arrow::after {
  display: none;
}

.shop-contact {
  width: 100%;
  padding: 3%;
  background-color: #f0f0f0;
  margin-top: 1.3em;
}

.shop-contact h3,
.shop-contact p {
  margin: 0 0 3px;
}

.shop-contact .tel {
  font-size: 1.6rem;
}

.page-newshop .item + .item {
  padding-top: 2em;
  border-top: #808080 dotted 1px;
  margin-top: 2em;
}

.shop-hp .link {
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}

.shop-hp .link:hover {
  text-decoration: underline;
}

/* 06-shop-list */
.shop-list span + span {
  border-left: none;
}

.shop-list .meta-info {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.shop-list .floor {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.86em;
}

.logo-img {
  border: solid 1px #898988;
  margin-bottom: 1em;
}

/* search-tab */
.search-tab {
  margin: 3.5em 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .search-tab {
    /* for sm */
    margin-left: -1.3rem;
    margin-right: -1.3rem;
    margin-top: 0;
  }
}

.search-tab-container .heading {
  margin: 2em 0;
  color: #8B7245;
}

.search-tab-keyword .heading::before {
  background-image: url(../img/icon-keyword.png);
}

.search-tab-category .heading::before {
  background-image: url(../img/icon-category.png);
}

.search-tab-floor .heading::before {
  background-image: url(../img/icon-m1.png);
  top: 3px;
}

li[class*="search-tab-"] {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  max-width: 33.3333%;
}

.search-tab-label {
  cursor: pointer;
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em .5em;
  border: solid 1px #fff;
  border-bottom: none;
  background: #EEE8E0;
  font-weight: bolder;
  height: 5em;
  border-radius: 2px 2px 0 0;
  line-height: 1.3;
  text-align: center;
}

.search-tab-label.active {
  background: #fff;
  border-color: #808080;
  /*box-sizing: border-box;*/
}

.search-tab-container {
  display: none;
}

.search-tab-label.active + .search-tab-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 300%;
}

.category-search .search-tab-label.active + .search-tab-container {
  align-items: initial;
}

.search-tab-container a {
  text-decoration: none;
}

li[class*="search-tab-"]:nth-child(2) .search-tab-label.active + .search-tab-container {
  margin-left: -100%;
}

li[class*="search-tab-"]:nth-child(3) .search-tab-label.active + .search-tab-container {
  margin-left: -200%;
}

.search-tab-keyword-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  position: relative;
}

.search-tab-keyword-form input[type="search"] {
  border-radius: 1em;
  padding: 0 1em;
  line-height: 2.5em;
  border: solid 1px #555;
  flex-basis: 100%;
  margin-left: 1em;
}

/*仮*/
.search-tab-keyword-form::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.25em;
  width: 1.25em;
  background-image: url(../img/icon-search.svg);
  margin-left: -2.25em;
}

.search-tab-keyword .line-set {
  align-items: center;
}

.search-tab-keyword label[for*="keyword"] {
  padding: 0 2em 0 0;
}

.search-tab-keyword-characters {
  border-top: dashed 1px #ccc;
  margin-top: 3em;
  text-align: center;
  padding: 0;
  padding-top: 1em;
}

.search-tab-keyword-characters > li {
  padding: 0.5em;
  border: solid 1px #ccc;
  font-weight: bold;
  margin: 1em 0;
  z-index: 100;
}

ul[class*="search-tab-keyword-characters-"] {
  display: flex;
  height: 10em;
  width: 100%;
  justify-content: space-around;
  padding: 0;
}

.search-tab-keyword-characters-hiragana {
  flex-flow: column wrap;
}

.search-tab-keyword-characters-alphabet {
  flex-flow: row wrap;
}

ul[class*="search-tab-keyword-characters-"] > li {
  height: 2em;
  width: 1.5em;
  width: 10%;
  padding: .35em .25em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  z-index: 150;
}

ul[class*="search-tab-keyword-characters-"] > li > a {
  height: 2em;
  display: block;
  width: 100%;
  line-height: 2em;
}

h3[class*="shop-list-subtitle"] {
  font-size: 2.4rem;
  color: #898988;
  font-weight: lighter;
  display: table;
  margin: 2.5em auto;
}

.shop-list-subtitle[class*="c-"]::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 41px;
  width: 41px;
  display: table;
  margin: auto;
  margin-bottom: .5em;
  background-image: url(../img/icons-category.png);
  background-size: auto 41px;
  display: none;
}

.shop-list-subtitle.c-ladies::before {
  background-position: 0 center;
}

.shop-list-subtitle.c-mens::before {
  background-position: -41px center;
}

.shop-list-subtitle.c-restaurant::before {
  background-position: -82px center;
}

.shop-list-subtitle.c-goods::before {
  background-position: -123px center;
}

.shop-list-subtitle.c-book::before {
  background-position: -164px center;
}

.shop-list-subtitle.c-service::before {
  background-position: -205px center;
}

.shop-list-subtitle.c-category::before {
  background-position: -246px center;
}

.category-search-detail .col,
.search-tab-category .col {
  background-color: #fff;
  border: #ccc solid 1px;
  width: calc(33.3333% + 1px);
  margin-left: -1px;
  margin-bottom: 3rem;
}

/*.category-search-detail .link,*/
.category-search .no-icons .col {
  display: flex;
  align-items: center;
}

.category-search .no-icons .col .link {
  width: 100%;
}

.category-search .no-icons .col .link::before {
  display: none;
}

/* capability */
:root {
  --color-special: #85D433;
  --color-event: #FF0D4C;
  --color-shopnews: #08B0F2;
  --color-black: #4b4b4b;
  --color-deepgray: #898988;
  --color-palegray: #f5f5f5;
  --icon-shop: url(../img/icon-shop.png);
  --icon-ladies: url(../img/icon-c1.png);
  --icon-food: url(../img/icon-c3.png);
  --icon-news: url(../img/icon-m2.png);
  --icon-newarrival: url(../img/icon-m5.png);
  --icon-special: url(../img/icon-m6.png);
  --icon-privatable: url(../img/icon-shop01.png);
  --icon-reservable: url(../img/icon-shop02.png);
  --icon-kiddable: url(../img/icon-shop03.png);
  --icon-takable: url(../img/icon-shop04.png);
  --icon-unsmokable: url(../img/icon-shop05.png);
}

.capability {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  margin-bottom: 1.5em;
}

.capability > li {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 10px;
  height: auto;
  position: relative;
}

.capability > li::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.capability > li > span {
  display: block;
  font-weight: bold;
  background: var(--color-palegray);
  padding: 1rem 0.2rem;
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.capability > li > span::before {
  content: "";
  display: block;
  width: 2px;
  height: 75%;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1.75em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.capability > li:nth-child(1) > span::after {
  background-image: url(../img/icon-shop01.png);
}

.capability > li:nth-child(2) > span::after {
  background-image: url(../img/icon-shop02.png);
}

.capability > li:nth-child(3) > span::after {
  background-image: url(../img/icon-shop03.png);
}

.capability > li:nth-child(4) > span::after {
  background-image: url(../img/icon-shop04.png);
}

.capability > li:nth-child(5) > span::after {
  background-image: url(../img/icon-shop05.png);
}

.capability > li > span::after {
  content: "";
  display: block;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  top: 1.75em;
  left: 0;
  right: 0;
  bottom: 0;
}

.capability > li.active > span,
.capability > li.non-smoking > span,
.capability > li.separate-smoking > span,
.capability > li.smoking > span {
  background: #fff;
  color: inherit;
}

.capability > li.active > span::before,
.capability > li.non-smoking > span::before,
.capability > li.separate-smoking > span::before,
.capability > li.smoking > span::before {
  display: none;
}

.capability > li.active > span::after,
.capability > li.non-smoking > span::after,
.capability > li.separate-smoking > span::after,
.capability > li.smoking > span::after {
  opacity: 1;
}

.capability > li.non-smoking > span::after {
  background-image: url(../img/icon-shop01.png);
}

.capability > li.separate-smoking > span::after {
  background-image: url(../img/icon-shop06.png);
}

.capability > li.smoking > span::after {
  background-image: url(../img/icon-shop07.png);
}

.capability > li + li {
  border-left: none;
}

.information .capability > li:last-child {
  display: none;
}

/* 08-item-detail */
.shop-news.news-detail [class*="label-"]::before {
  padding: 0.2em 0.4em;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.item-detail-information {
  border: solid 1px #ccc;
  text-align: center;
  padding: 3em 2em 3.5em;
  margin-bottom: 0;
}

.item-detail-information .more-white {
  margin-top: 2.5em;
}

.floor-number {
  height: 2.8em;
  width: 2.8em;
  border-radius: 1.4em;
  line-height: 2.8em;
  background-color: #ebebeb;
  display: inline-block;
  text-align: center;
}

.item-detail-information .floor-number {
  margin: 0.5em 0;
}

.item-detail-information .more .btn {
  width: auto;
  margin-top: 1em;
}

.item-detail-information .more .btn .nav-btn {
  font-size: 0.8em;
}

.item-detail + .new-arrival-list {
  background: var(--color-palegray);
}

.item-detail + .new-arrival-list > * {
  padding-top: 2em;
}

.item-detail .more-white {
  margin: 2em auto 0;
}

a.more-white,
button.more-white {
  background: #fff;
  color: var(--color-black);
  border: solid 1px;
}

.news-detail .col-left .logo {
  text-align: center;
}

/* 10-menu-list */
.menu-list .summery {
  line-height: 1.85;
}

.list-detail-horizontal .col {
  display: flex;
  align-items: stretch;
  margin-bottom: 3em;
}

.list-detail-horizontal .col > :first-child:not([class*="-note"]) {
  max-width: 33%;
  align-self: self-start;
  padding: 0 2em;
  padding-left: 0;
}

.list-detail-horizontal .col img {
  margin: 0;
}

.list-detail-horizontal .col p {
  line-height: 1.75;
  /*font-size: 0.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 12em;*/
}

.list-detail-horizontal [class*="-list-note"] {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0;
  padding-bottom: 1em;
  display: flex;
  flex-flow: column;
  flex: 1;
}

.menu-list-price {
  margin-left: auto;
}

.menu-list-title {
  display: flex;
}

.menu-list-section {
  /*border-bottom: 1px dashed;*/
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3em;
  background-image: linear-gradient(to right, #000, #000 8px, transparent 1px, transparent 5px);
  background-size: 13px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.menu-extra-list h4 {
  font-size: 0.9em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

[class*="menu-extra"] .menu-list-price {
  color: #777;
}

.menu-extra-box .menu-list-price {
  display: block;
  margin-top: 0.5em;
}

.menu-extra-box .menu-list-title {
  display: block;
}

.menu-extra-box img {
  margin-bottom: 0.5em;
}

.list-detail-horizontal li:last-child {
  margin: 0;
}

.menu-list-section li:last-child :first-child.menu-list-note {
  border: none;
}

.menu-list-section > h3 {
  margin-bottom: 1em;
  font-size: 2.5rem;
}

.menu-list-section-caption {
  margin-bottom: 2.5em;
}

.menu-list-note h5 {
  padding-left: 1em;
  margin: 0.25em 0;
}

.menu-list [class*="tile"] {
  display: grid;
  grid-gap: 1em 2em;
  padding: 0;
}

.menu-list [class*="tile-5"] {
  grid-template-columns: repeat(5, 1fr);
}

/* 12-category-search-detail */
.category-search-detail .grid {
  margin: 3em auto 0;
}

.category-search-detail .col .link::before {
  /*background-size: auto 18px;
    width: 18px;
    height: 18px;
    margin: 0 .3em 0 0;*/
}

.category-search-detail .c-ladies .link::before {
  background-position: 0 center;
}

.category-search-detail .c-mens .link::before {
  background-position: -41px center;
}

.category-search-detail .c-restaurant .link::before {
  background-position: -82px center;
}

.category-search-detail .c-goods .link::before {
  background-position: -123px center;
}

.category-search-detail .c-book .link::before {
  background-position: -164px center;
}

.category-search-detail .c-service .link::before {
  background-position: -205px center;
}

.category-search-detail .flex-wrap {
  margin: 0 auto;
}

/* 14-shop-news-list */
.shop-news .separate .note {
  display: block;
  border-bottom: none;
}

.shop-news .setarate .text {
  display: none;
}

/* 15-news-event */
.news-event-nav a {
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}

.news-event-nav .active {
  color: #FFF;
  background: #4b4b4b;
}

/* 16-news-detail */
[class*="detail"] .topic-tag {
  border: solid 1px #ccc;
  padding: 0.25em 0.4em;
  display: inline-block;
  font-weight: bold;
}

[class*="detail"] .col-left .topic-tag {
  margin-bottom: 1em;
}

.detail-information {
  border: solid 1px #ccc;
  padding: 0 1em 1.5em;
  margin-bottom: 4em;
}

.detail-information h3 {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.detail-information dl {
  overflow: hidden;
  margin-bottom: -0.25em;
}

.detail-information dl * {
  float: left;
  margin-bottom: 0.25em;
}

.detail-information dl dd {
  margin-left: 1em;
}

.detail-information dl dt {
  clear: both;
}

.information-open {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.detail-post {
  border-bottom: 1px solid #ccc;
}

.detail-post .text {
  margin-bottom: 2em;
  line-height: 1.75;
}

.detail-contents {
  margin-top: 3em;
  padding: 0;
}

.detail-contents:first-child {
  margin-top: 0;
}

.detail-contents li {
  margin-bottom: 2em;
}

.detail-contents h4 {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
  line-height: 3em;
  padding-left: 1rem;
  margin-bottom: 2em;
  position: relative;
  margin-top: 0;
}
/* .detail-contents h4::before{
  content:"";
  display:inline-block;
  width:5px;
  height:35px;
  background-color:#1ca291 ;
  position:absolute;
  left: 0;
  top: 6px;
} */

.detail-contents table, .detail-contents th, .detail-contents td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: .9em;
}

.detail-contents tr > .w18em {
  width: 18em;
}

.detail-contents .car {
  white-space: nowrap;
}

[class*="detail"] .pager {
  position: relative;
  height: 5em;
}

[class*="detail"] .pager a::after {
  border-top: #808080 solid 1px;
  border-right: #808080 solid 1px;
  display: inline-block;
  content: "";
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

[class*="detail"] .pager .prev-link::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 0.5em;
}

[class*="detail"] .pager .next-link::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0.5em;
}

/* aside */
.aside-title {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}

[class*="aside-list"] .list {
  font-size: 0.8em;
  margin: 0;
}

[class*="aside-list"] p, [class*="aside-list"] h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

[class*="aside-list"] p {
  line-height: 1.5;
  font-size: 0.9em;
  -webkit-line-clamp: 2;
  margin: 0;
}

[class*="aside-list"] li {
  padding: 1.5em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}

[class*="aside-list"] li > a {
  display: flex;
  text-decoration: none;
}

[class*="aside-list"] li img {
  margin: 0;
  max-width: 33.33333%;
  align-self: flex-start;
}

[class*="aside-list"] li div {
  padding: 0 1em;
}

[class*="aside-list"] .meta-info {
  padding: 0;
}

[class*="aside-list"] .meta-info span + span {
  border: none;
}

[class*="aside-list"] .more-link {
  text-align: right;
  background: #fff;
  padding: 0.5em 0;
}

[class*="aside-list"] .more-link a {
  display: inline-block;
  position: relative;
  color: #808080;
  text-decoration: none;
  padding: .5em 1em .5em .5em;
}

[class*="aside-list"] .more-link a::after {
  border-top: #808080 solid 1px;
  border-right: #808080 solid 1px;
  display: inline-block;
  content: "";
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  top: .3em;
  bottom: 0.4em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

/* special-item */
.page-info + .shop-news {
  background-color: transparent;
}

/* 20-special-restaurant */
.refine-search-box {
  margin-top: -1em;
  padding: 0 1.3em;
}

.page-info .col-wrap > .col + .col {
  letter-spacing: -.22em;
}

.page-info .link-img {
  padding: 0 .8em 1.3em;
}

.page-info .link-img .col {
  padding: 0 .5em;
}

.refine-search-box {
  margin: 1em 0;
}

.refine-search {
  display: table;
  position: relative;
  border-radius: 5px;
  border: solid 1px #ccc;
  overflow: hidden;
}

.refine-search-box strong {
  /* font-size: smaller;*/
  margin-bottom: 0.5em;
  display: block;
}

.refine-search select {
  height: 2em;
  padding: 0 2.5em 0 .5em;
  border: none;
}

.refine-search::before, .refine-search::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.refine-search::before {
  background: var(--color-palegray);
  right: 0;
  width: 2em;
  border-left: solid 1px #ccc;
}

.refine-search::after {
  border-top: solid 1px;
  border-right: solid 1px;
  height: .5em;
  width: .5em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 0.68em;
  top: -0.2em;
}

/* 23-faq */
.faq .aside .list {
  border: #d9d9d9 solid 2px;
  padding: 2em;
}

.faq .aside li {
  margin-left: 1em;
  text-indent: -1em;
}

.faq .aside li + li {
  margin-top: 1em;
}

.faq .aside .link {
  text-decoration: none;
}

.faq .aside .link:hover {
  text-decoration: underline;
}

.faq .aside .link::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: #808080 solid 1px;
  border-right: #808080 solid 1px;
  transform: rotate(45deg);
  margin-right: .6em;
  position: relative;
  top: -1px;
}

.faq .col-left {
  padding-bottom: 0;
}

.faq section {
  padding: 0 0 3em;
}

.faq .faq-set {
  border-bottom: #d9d9d9 solid 1px;
  /*padding-bottom: 1.5em;*/
}

.faq .faq-set:last-child {
  margin-bottom: 0;
}

.faq .title {
  text-align: left;
  border-bottom: #d9d9d9 solid 1px;
  padding-bottom: .8em;
}

.faq .question {
  padding-left: 2.2em;
  display: block;
  position: relative;
  text-indent: -1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  cursor: pointer;
}

.faq .question i {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: #3c3d3d solid 1px;
  left: -.6em;
  top: 4px;
}

.faq .question i::before,
.faq .question i::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #3c3d3d;
}

.faq .question i::before {
  width: 11px;
  height: 1px;
  left: 3px;
  top: 8px;
}

.faq .question i::after {
  width: 1px;
  height: 11px;
  top: 3px;
  left: 8px;
}

.faq .question.open i::after {
  display: none;
}

.faq .answer {
  margin: 0 0 1.5em;
  line-height: 1.7;
  background-color: #f5f5f5;
  padding: 1em;
  display: none;
}

.faq .answer p {
  margin: 0 0 .5em;
}

/*--- access ---*/
.google-map iframe {
  width: 100%;
  min-height: 340px;
}

.access .detail-post {
  border-bottom: none;
}

.detail-contents strong {
  color: #4d4d4d;
}

.detail-post ul {
  padding-left: 0;
}

.notice-contact {
  width: 100%;
  padding: 3% 8%;
  background-color: #f2f2f2;
  color: #4d4d4d;
  margin-top: 1.3em;
  line-height: 1.8;
}

.access-info .contents-list li {
  margin-bottom: 0;
}

/*--- recruit ---*/
.memo-area {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 2em;
  margin: 0;
  line-height: 1.8;
}

.recruit .arrow::after {
  content: none;
}

.job-list {
  padding: 3% 3% 0;
  background: #f7f7f7;
}

.job-list .grid {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.job-list .grid .item {
  padding: 1px;
  min-width: 33.3333%;
  /* ie11対策 */
}

.item-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.item-table .row th, .item-table .row td {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem .5rem;
}

.item-table .row th {
  width: 30%;
  vertical-align: top;
}

.item-table .row td {
  width: calc(100% - 30%);
}

.toggle-content .active {
  display: block;
}

.job-list .more-link {
  background: #FFF;
  border: 1px solid #e5e5e5;
  margin: 5% auto;
}

.recruit .more.on-page {
  border-top: none;
}

.recruit .btn.nav-btn {
  display: inline-block;
  margin-bottom: 0;
}

.btn.nav-btn.clicked::after {
  border: none;
  border-left: #4b4b4b solid 2px;
  border-top: #4b4b4b solid 2px;
}
.recruit .btn.nav-btn p{
  margin: 0;
  font-weight: bold;
}
.recruit .btn.nav-btn p::after {
content: "続きを見る";
transition: .2s;
-erbkit-transition: .2s;
}

.recruit .btn.nav-btn.clicked p::after{
content: "閉じる";
}
.page-shop-list.-recruit .more .read-more.clicked::after{
  top: 2.5rem;
  transition: unset;
}

/*--- floor ---*/
.floor-guide .f-list {
  margin: auto;
  text-align: center;
  display: table;
}

.floor-guide .f-list span {
  float: left;
  width: 60px;
  min-width: 50px;
  /* add ssk */
  height: 50px;
  line-height: 50px;
  background: #FFF;
  text-align: center;
  border: 1px solid #000;
  margin: 0 1rem;
  cursor: pointer;
  /*font-size: 2.3rem;*/
  font-size: 1.85rem;
  /* add ssk */
}

.floor-guide .f-list span.change {
  font-size: 1.7rem;
}

.floor-guide .f-list span.kirei {
  width: 80px;
}

.floor-guide .f-list span.active,
.floor-guide .f-list span:hover {
  background: #000;
  color: #FFF;
}

.floor-guide .f-list em {
  font-style: normal;
  font-size: 1.5rem;
}

.floor-map {
  margin-bottom: 4em;
  position: relative;
}

.floor-map .f-img {
  padding: .5em;
  text-align: center;
}

.floor .f-num {
  display: inline-block;
}

.floor .guide {
  display: block;
  position: relative;
  top: -.5em;
}

.floor .f-num {
  /*position: absolute;
    left: .3em;
    bottom: .1em;*/
  font-size: 3.5rem;
  font-weight: normal;
  padding-right: .4em;
  float: left;
  position: relative;
  top: -.5em;
}

.floor .f-num em {
  font-size: 2.6rem;
  font-style: normal;
}

.f-category {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: .8em;
  margin-bottom: 3em;
}

.floor li .num {
  background: #000;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  padding: .8rem 1.7rem;
  position: absolute;
  z-index: 2;
}

.floor .num + a img:not([src*="."]) + .note {
  margin-top: 2em;
}

.floor .tel span {
  margin-left: .5em;
  display: inline-block;
}

/*--- shop-name-search  ---*/
.shop-name-search .search-tab-label.active + .search-tab-container {
  width: 100%;
  margin-top: 4.5em;
}

.shop-name-search .search-tab-label.active {
  display: none;
}

/* special-shop-list */
.special-shop-list {
  padding-top: 0;
}

.special-shop-list .floor-name,
.special-shop-list .table {
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-position: 0 0, 25px 25px;
  background-size: 3px 3px;
  padding: 1em;
}

.special-shop-list .floor-name {
  background-color: #aaa;
  font-weight: bold;
  margin-bottom: .8em;
}

.special-shop-list .table {
  background-color: #d9d9d9;
  display: table;
  width: 100%;
  border: transparent solid 1em;
  margin-bottom: 1.6em;
}

.special-shop-list .table .tr {
  display: table-row;
}

.special-shop-list .table .tr > dt,
.special-shop-list .table .tr > dd {
  display: table-cell;
  background-color: #fff;
  padding: .5em;
}

.special-shop-list .table .tr > dd {
  padding-left: 1em;
}

.special-shop-list .table :not(.thead) > dt,
.special-shop-list .table :not(.thead) > dd {
  border-left: #e4e4e4 solid 1px;
  border-bottom: #e4e4e4 solid 1px;
}

.special-shop-list .table .tr.thead > dt,
.special-shop-list .table .tr.thead > dd {
  border-left: transparent solid 1px;
  border-bottom: transparent solid 1px;
}

.special-shop-list .table .tr > .th {
  font-weight: bold;
  background-color: transparent;
  padding-top: 0;
  border-left: transparent solid 1px;
  border-bottom: transparent solid 1px;
}

@media (max-width: 767px) {
  /* forSP */
  /* .access .heading::before {
    width: 20px;
    height: 32px;
    background-size: 20px;
  } */
  .access-info .heading::before {
    top: 10px;
  }
  .title .arrow::after {
    height: 10px;
    width: 10px;
    top: .3em;
  }
  /* shop-info */
  .shop-info {
    padding: 1.5em 0;
  }
  .shop-info .logo {
    margin: 0 10vw 1.35em;
    text-align: center;
  }
  .shop-info .slide-item {
    margin-bottom: 2em;
    margin-bottom: 3em;
  }
  .shop-info .slide-item-nav {
    margin-bottom: 0;
  }
  .shop-info .slick-list {
    z-index: 100;
  }
  .shop-info .slick-list img {
    /*width: 100%;*/
    /* 180408 */
  }
  .shop-info .slide-nav .item {
    margin-right: 5px;
  }
  .outline {
    padding: 1.3em 8% 1.5em;
  }
  .outline .floor,
  .outline .category {
    text-align: center;
  }
  .outline .floor {
    font-size: 1.4rem;
  }
  .outline .floor span {
    display: inline-block;
    margin: 0 .5em;
  }
  .outline .summery {
    margin-top: 2em;
  }
  .outline .table th.one-4 {
    width: 32%;
  }
  .table .sns {
    margin-left: 0;
  }
  .shop-detail .shop-news,
  .shop-detail .special {
    background-color: #EEE8E0;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    margin-bottom: 2px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
  .special .heading::before,
  .shop-list .heading::before {
    width: 31px;
    height: 31px;
    background-size: 30px;
    top: 8px;
  }
  .shop-detail + .new-arrivals {
    background-color: transparent;
  }
  .shop-detail + .new-arrivals {
    background-color: transparent;
  }
  .shop-detail + .new-arrivals .grid,
  .shop-news .separate {
    margin-left: 0;
    margin-right: 0;
  }
  .new-arrivals .full .col:nth-child(odd),
  .new-arrivals .full .col:nth-child(even) {
    padding: 0 !important;
  }
  .shop-detail + .new-arrivals .full .title {
    margin-top: 0;
  }
  .shop-detail + .new-arrivals .arrow {
    display: block;
  }
  .shop-detail + .new-arrivals .arrow::after {
    top: .35em;
    width: 10px;
    height: 10px;
  }
  .separate .note {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* special-page */
  /* page-info */
  .page-info {
    padding-top: 0;
  }
  .billboard {
    margin-left: -1.3em;
    margin-right: -1.3em;
  }
  .billboard img {
    width: 100%;
  }
  .billboard .signboard,
  .billboard .summery {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  .billboard .meta-info {
    margin-top: 1.7em;
  }
  .billboard .summery {
    margin-top: 0;
  }
  .billboard .period {
    margin-bottom: 2em;
  }
  /* page-shop-list */
  .page-newshop .flex {
    align-items: center;
  }
  .page-shop-list {
    padding: 0 1.3em 2.5em;
  }
  .page-shop-list .one-2 {
    width: auto;
  }
  .note.arrow .logo {
    max-width: 65px;
  }
  .page-newshop .logo-img {
    border: solid 1px #898988;
  }
  .note.arrow .title {
    margin: .4em 0;
  }
  .page-shop-list .col {
    margin-bottom: 0;
  }
  .page-shop-list .col + .col {
    padding-top: 2em;
    border-top: #808080 dotted 1px;
    margin-top: 2em;
  }
  .search-tab-category .grid {
    margin-top: 0;
  }
  .recommended .heading {
    margin-top: -1.5em;
    transform: translateY(-0.5em);
    margin-bottom: 0em;
  }
  /* 07-shopdetail */
  .shop-detail .new-arrivals .grid {
    margin-left: 0;
    margin-right: 0;
  }
  .text + [class*="more-"] {
    display: none;
  }
  .new-arrivals .grid.separate .note {
    display: block;
  }
  .twitter iframe {
    border: #f5f5f5 solid 2px !important;
  }
  .engagement {
    font-size: 1.3rem;
  }
  .shop-news .full .title .arrow {
    display: block;
  }
  /* 08-item-detail */
  .shop-news.news-detail {
    padding-left: 0;
    padding-right: 0;
  }
  .item-detail .logo.sp {
    text-align: center;
    margin: 0;
  }
  .shop-news.news-detail .logo.sp img {
    margin: 0;
  }
  /* .shop-news.news-detail .col-right {
    padding: 0 1.3em;
  } */
  .shop-news.sub-content {
    margin-top: 3em;
    /* padding-top: 3em; */
    padding: 3em 2.8rem 0;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
  [class*="-detail"] .slick-track {
    /* 180408 */
    display: flex;
    align-items: center;
  }
  [class*="-detail"] .slide-banner a {
    /* 180408 */
    text-align: center;
    display: block;
  }
  [class*="-detail"] .slide-banner img {
    /* 180408 */
    max-height: 90vw;
    display: inline-block;
  }
  /* 09-shop-detal-food */
  .shop-detail.food .shop-info {
    padding-top: 0;
  }
  .slider + .logo {
    margin-top: 2.5em;
    margin-bottom: 0;
  }
  .shop-detail.food .summery {
    border-top: #ccc solid 1px;
    padding-top: 2em;
    margin-bottom: 0;
    margin: 2em 1.3em 1.5em;
  }
  .shop-detail.food .col-right {
    padding: 0;
  }
  .shop-recommendation {
    padding-top: 0;
  }
  .shop-recommendation .heading::before {
    height: 25px;
  }
  /* capability */
  .capability {
    font-size: 1rem;
  }
  /* 10-menu-list */
  .menu-list .summery {
    line-height: 1.85;
  }
  .list-detail-horizontal .col > * {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .list-detail-horizontal .col {
    flex-flow: column;
  }
  [class*="tile"] {
    width: auto;
  }
  [class*="tile"][class*="-2"]:not([class*="2-"]) {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 12-category-search-detail */
  /* search-tab */
  ul[class*="search-tab-keyword-characters-"] {
    font-size: 1.4rem;
  }
  .category-search-detail .col .link,
  .search-tab-category .is-icon .link {
    padding: 1em .2em .75em;
  }
  .category-search-detail .flex-wrap .link {
    height: 4em;
  }
  /* 14-shop-news-list */
  .shop-news .separate .meta-info {
    /*display: none;*/
  }
  .shop-news .separate {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.8em;
  }
  .shop-news .grid.full {
    margin-bottom: 1.3em;
  }
  .shop-news .separate .col {
    margin-bottom: 10px;
  }
  /* 15-news-event */
  .news-event-nav {
    display: table;
    border: solid 1px;
    margin: 0 auto 3em;
  }
  .news-event-nav .btn {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: .35em;
    border: none;
  }
  .news-event-nav .btn + .btn {
    border-left: solid 1px;
  }
  /* 16-news-detail */
  .news-detail .col-left {
    margin-top: -1.5em;
  }
  /*[class*="detail"] .col-left > img, .item-detail-main-col .three-5-1 > .slider {
    margin-left: -1.3em;
    margin-right: -1.3em;
    max-width: 109%;
    width: 109%;
}*/
  [class*="detail"] .col-left .main-visual {
    margin-top: 0;
    margin-left: -1.3em;
    margin-right: -1.3em;
  }
  .col-right {
    margin-top: 4em;
  }
  .shop-detail .col-right {
    margin-top: 0;
  }
  .detail-aside-list {
    margin: 4rem -2.8rem 0;
    padding: 1rem 2.8rem 4rem 2.8rem;
    background: var(--color-palegray);
  }
  [class*="aside-list"] .list {
    padding: 0 1.5em;
    font-size: 0.8em;
    margin: 0;
    padding: 0 1.5em 2em;
    background: #fff;
  }
  .detail-aside-list ul li:first-child {
    border-top: none;
  }
  .detail-aside-list .more-link {
    text-align: center;
    font-size: 2rem;
    margin-top: 1px;
    margin-right: 0;
  }
  .detail-aside-list .title + p {
    display: none;
  }
  /* 23-faq */
  .faq .col-right {
    margin-top: 3em;
    margin-bottom: 4em;
  }
  .faq .question {
    font-size: 1.3rem;
  }
  /*--- recruit ---*/
  .memo-area {
    margin-bottom: 2em;
  }
  .job-list .more-link {
    font-size: 1.3rem;
  }
  .toggle-content {
    padding-bottom: 1px;
  }
  /*--- floor ---*/
  .floor-guide {
    padding: 0;
    margin-bottom: 2em;
  }
  .floor-guide .f-list span {
    /*width: 42px;*/
    min-width: 42px;
    /* add ssk */
    height: 42px;
    line-height: 42px;
    margin: 0 .15em .3em;
  }
  .floor-guide .f-list span:nth-child(7n+1) {
    /*clear: both; */
    /* add ssk */
  }
  /* add 0406 */
  .shop-news.news-detail .meta-info,
  .food .meta-info {
    margin: 1.5em 5% 0 0;
  }
  .shop-news.news-detail .meta-info span,
  .food .meta-info span {
    font-weight: normal;
  }
  .shop-detail .slider,
  .shop-news.news-detail .slider,
  .food .slider {
    padding: 0 1.3em;
  }
  .shop-detail .slide-banner .slick-dots,
  .food .slide-banner .slick-dots {
    display: none !important;
  }
  .shop-detail .shop-info .slide-item,
  .food .shop-info .slide-item {
    margin-bottom: 0;
  }
  .shop-detail .logo,
  .menu-list-section .logo {
    margin: auto;
  }
  .food.shop-detail .shop-info .logo {
    margin-top: 1.5em;
    /* margin-bottom: 0; */
  }
  .shop-detail .shop-info .logo {
    margin-bottom: 1.5em;
  }
  .maxh-fix-img img {
    max-width: 100%;
    max-height: 100px;
  }
  .food .shop-info .table {
    margin-bottom: 1.5em;
  }
  .shop-detail.food .summery {
    border-top: none;
    padding-top: 0;
    margin: 3rem 0 0;
  }
  .food .outline {
    border-top: #ccc solid 1px;
    margin: 2em 1.3em 0;
    padding: 0 0 1rem;
  }
}

/* END forSP */
@media (max-width: 374px) {
  /* for iPhone6以下 */
  .none-320 {
    display: none;
  }
}

/* END for iPhone6以下 */
@media (width: 414px) {
  /* for iPhone6+ */
  [class*="-detail"] .slide-banner img {
    position: relative;
    left: -.5px;
  }
}

/* END for iPhone6以下 */
@media (min-width: 768px) {
  /* forPC */
  .pc-left {
    float: left;
  }
  .pc-right {
    float: right;
  }
  .shop-detail .pc-left {
    width: 575px;
    max-width: 100%;
  }
  .shop-detail .pc-right {
    width: 400px;
    max-width: 100%;
  }
  .approach .pc-right {
    width: 720px;
    max-width: 100%;
  }
  .arrow::after {
    top: .4em;
    height: 8px;
    width: 8px;
  }
  .new-arrivals .title .arrow::after {
    display: none;
  }
  .title .arrow::after {
    display: none;
  }
  .col-center {
    width: 700px;
    margin: auto;
  }
  .access .google-map {
    margin: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .google-map iframe {
    min-height: 550px;
  }
  .notice-contact {
    font-size: 1.4rem;
  }
  /* shop-info */
  .shop-info .logo {
    margin-top: 5px;
  }
  .col-wrap {
    display: flex;
    justify-content: space-between;
  }
  .col-left {
    width: 575px;
  }
  .col-right {
    width: 485px;
    padding-left: 85px;
  }
  /* slider */
  .col-wrap .slide-nav .slick-track {
    width: auto !important;
  }
  .col-wrap .slide-nav .item {
    margin-left: 8px;
    width: 94px !important;
  }
  .col-left .slider {
    margin-bottom: 2em;
  }
  .col-left .slide-item-nav {
    margin-left: -8px;
  }
  .col-right .slide-nav .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  /* outline */
  .shop-info section.outline,
  .shop-detail section.shopnews,
  .shop-detail section.special {
    padding: 0 0 1.3em;
  }
  .pc-left .heading {
    text-align: left;
    border-bottom: #d9d9d9 solid 1px;
    padding-bottom: 1em;
  }
  .outline .heading,
  .information .heading {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .pc-left .heading::before,
  .col-wrap + section .heading::before {
    left: 0;
    margin-right: .6em;
  }
  .outline .guide,
  .outline .category {
    font-size: 1.5rem;
  }
  .outline .floor,
  .outline .floor span,
  .outline .category {
    display: inline-block;
  }
  .outline .floor span {
    margin-right: 1em;
    text-align: center;
  }
  .outline .summery {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1.5em;
    font-size: 1.6rem;
  }
  .outline .sns .link {
    position: relative;
    top: 3px;
  }
  .pc-right .heading {
    font-size: 2.2rem;
  }
  .pc-right .heading::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
    top: 8px;
  }
  .engagement .heading::before {
    background-image: url(../img/icon-engagement.png);
  }
  .engagement .container,
  .twitter {
    padding: .5em 1.5em 1em;
  }
  .engagement {
    padding: 4.5em 0 0;
  }
  .engagement .text {
    font-size: 1.5rem;
  }
  .twitter {
    background-color: #f5f5f5;
    margin-top: 4.5em;
    margin-bottom: 4em;
    padding-top: 1.2em;
  }
  .separate .post-img {
    margin-bottom: 2.5em;
  }
  .new-arrivals .separate .title {
    margin-top: 0;
  }
  .separate a[class*="more-"] {
    display: none;
  }
  /* special-page */
  /* page-info */
  .approach {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: #d9d9d9 solid 1px;
    margin-bottom: 2.7em;
  }
  .approach .signboard {
    width: 340px;
    padding: 1.7em;
  }
  .signboard h2 {
    font-size: 2.6rem;
  }
  .period {
    font-size: 2.2rem;
  }
  .billboard .summery {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0 1.7em 1.7em;
  }
  /* page-shop-list */
  .page-shop-list .col:nth-of-type(odd) {
    padding-right: 40px;
  }
  .page-shop-list .col:nth-of-type(even) {
    padding-left: 40px;
  }
  .page-shop-list .title {
    font-size: 2.6rem;
  }
  .page-shop-list .col {
    padding-bottom: 4em;
  }
  .recommended {
    font-size: 1.8rem;
    text-align: center;
  }
  .recommended .heading {
    /*top: -1.7em;
    left: 50%;*/
    font-size: 2.2rem;
    /*transform: translateX(-50%);*/
    margin-top: -1.5em;
    transform: translateY(-0.5em);
    margin-bottom: .5em;
  }
  /* special-shop-list */
  .special-shop-list .container {
    padding: 0 1.7em;
  }
  /* page-newshop */
  .page-newshop .item + .item {
    padding-top: 3em;
    margin-top: 3em;
  }
  .page-newshop .pc-left {
    padding-right: 20px;
  }
  .page-newshop .pc-right {
    padding-left: 40px;
  }
  .page-newshop .pc-right > img {
    margin-bottom: 1em;
  }
  .open-info .new-open,
  .open-info .renewal,
  .open-info .pop-up {
    font-size: 3.3rem;
    font-weight: 600;
  }
  .open-info time {
    font-size: 4.8rem;
    margin-bottom: -.2em;
  }
  .page-newshop .floor {
    font-size: 3.5rem;
    font-weight: bold;
  }
  .open-info .facilities {
    font-size: 1.6rem;
  }
  .page-newshop .logo {
    text-align: center;
    margin: 1.5em 0 1em;
  }
  .page-newshop .logo-img {
    border: none;
    max-height: 180px;
    width: auto;
  }
  /* shop-list */
  .shop-list .grid {
    margin-left: -1em;
    margin-right: -1em;
  }
  .shop-list .grid .col {
    padding-left: 1em;
    padding-right: 1em;
  }
  /* search-tab */
  .search-tab-keyword .line-set {
    width: 680px;
    align-items: center;
  }
  .search-tab-keyword label[for*="keyword"] {
    text-align: center;
    padding: 0 1em;
  }
  .search-tab-keyword button {
    top: 6px;
    right: 7px;
  }
  .search-tab-keyword-form {
    width: 60%;
  }
  .search-tab-label {
    font-size: 1.6rem;
  }
  .search-tab-keyword-characters {
    display: flex;
    width: 100%;
  }
  .search-tab-keyword-characters > li {
    /*display: inline-block;*/
    width: 50%;
    margin: 1.5em;
    font-size: 2.0rem;
  }
  .search-tab-keyword-characters > li:first-child {
    margin-left: 0;
  }
  .search-tab-keyword-characters > li:last-child {
    margin-right: 0;
  }
  .search-tab-floor nav {
    width: 70%;
  }
  .search-tab-category .grid .col,
  .category-search-detail .grid .col {
    border: none;
    padding: 0 .8em;
    margin-bottom: 1rem;
  }
  .search-tab-category .grid .link,
  .category-search-detail .grid .link {
    border: #ccc solid 1px;
    border-radius: 5px;
  }
  .search-tab-category .grid .link {
    position: relative;
  }
  .grid.is-icon {
    flex-wrap: wrap;
  }
  .is-icon .link,
  .no-icons .link {
    padding: 1em .5em;
  }
  .search-tab-category .grid .link br,
  .category-search-detail .grid .link br {
    display: none;
  }
  .search-tab-floor .building .title {
    font-size: 1.4rem;
    margin-bottom: 1.2em;
  }
  .search-tab-floor .item {
    margin-bottom: .5em;
  }
  .search-tab-floor .item .floor {
    font-size: 2.3rem;
  }
  /* 07-shopdetail */
  .shop-detail .information,
  .shop-detail .special {
    margin-top: -1.5em;
  }
  .information .heading {
    margin-top: 0;
  }
  .twitter {
    background-color: #f5f5f5;
  }
  /* 08-item-detail */
  .shop-news.sub-content .separate .title {
    margin-top: 0;
  }
  .shop-news.news-detail .content {
    padding-top: 0;
  }
  [class*="-detail"] .slick-track {
    /* 180408 */
    align-items: center;
  }
  [class*="-detail"] .slide-banner .slick-track {
    /* 180408 */
    display: flex;
  }
  [class*="-detail"] .col-left .slide-banner a {
    /* 180408 */
    text-align: center;
  }
  [class*="-detail"] .slide-nav .item {
    /* 180408 */
    line-height: 94px;
    height: 94px;
    text-align: center;
    margin-bottom: 8px;
    vertical-align: top;
    outline: none;
  }
  [class*="-detail"] .col-right .slide-banner,
  [class*="-detail"] .col-right .slide-banner a {
    /* 180408 */
    line-height: 400px;
    height: 400px;
    text-align: center;
  }
  [class*="-detail"] .slide-banner img,
  [class*="-detail"] .slide-nav img {
    /* 180408 */
    vertical-align: middle;
    display: inline-block;
  }
  [class*="-detail"] .col-left .slide-banner img {
    /* 180408 */
    max-height: 575px;
  }
  [class*="-detail"] .col-right .slide-banner img {
    /* 180408 */
    max-height: 400px;
  }
  [class*="-detail"] .slide-nav img {
    /* 180408 */
    max-height: 94px;
  }
  [class*="-detail"] .col-right .slide-nav .item.slick-current::after {
    top: 2px;
    bottom: -2px;
  }
  /* 09-shop-detail-food */
  .shop-detail.food .col-left .more-black {
    float: left;
  }
  .shop-recommendation {
    padding-bottom: 3.5em;
    background-color: #f5f5f5;
  }
  .shop-recommendation .grid {
    margin-left: -1em;
    margin-right: -1em;
  }
  .shop-recommendation .grid .col {
    padding-left: 1em;
    padding-right: 1em;
  }
  /* capability */
  .capability > li > span {
    font-size: 1.34rem;
  }
  /* 10-menu-list */
  .menu-list .logo {
    margin: 0 auto;
    width: 575px;
    text-align: center;
  }
  .list-detail-horizontal .col p {
    font-size: 0.9em;
  }
  .menu-list [class*="tile-2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 12-shop-news-list */
  .category-search-detail .grid,
  .search-tab-category .grid {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
  }
  .category-search-detail .col .link::before {
    /*background-size: auto 28px;
    width: 28px;
    height: 28px;
    margin: 0 .5em 0 0;*/
  }
  /*.category-search-detail .c-ladies .link::before      { background-position: 0 center; }
.category-search-detail .c-mens .link::before        { background-position: -28px center; }
.category-search-detail .c-restaurant .link::before  { background-position: -56px center; }
.category-search-detail .c-goods .link::before       { background-position: -84px center; }
.category-search-detail .c-book .link::before    { background-position: -112px center; }
.category-search-detail .c-service .link::before     { background-position: -140px center; }*/
  /* 14-shop-news-list */
  /* 15-news-event */
  .news-event-nav {
    display: flex;
    justify-content: space-around;
    margin: 3em auto;
    max-width: 80%;
  }
  .news-event-nav .btn {
    flex: 1;
    border: solid 1px;
    font-weight: bold;
    padding: .5em;
    margin: 0 .5em;
  }
  /* 20-special-restaurant */
  .refine-search-box,
  .page-info .link-img {
    padding: 0 1.7em 1.7em;
  }
  .page-info .link-img {
    padding: 0 1.3em 1.3em;
  }
  /* 23-faq */
  .faq .col-wrap,
  .recruit .col-wrap {
    flex-direction: row-reverse;
  }
  .faq .aside {
    position: relative;
  }
  .faq .aside .container {
    max-width: 100%;
    padding-bottom: 48px;
  }
  .faq .aside .list {
    margin: 0;
  }
  .faq .aside .container.on-header {
    position: fixed;
    top: 110px;
  }
  .faq .aside .container.attachment {
    position: absolute;
    bottom: 0;
    top: initial;
  }
  .faq .aside li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .faq .aside li + li {
    margin-top: 1em;
  }
  .faq .aside .link {
    text-decoration: none;
  }
  .faq .aside .link:hover {
    text-decoration: underline;
  }
  .faq .aside .link::before {
    width: 8px;
    height: 8px;
  }
  .faq .title {
    font-size: 2.4rem;
  }
  .faq .question {
    font-size: 1.7rem;
  }
  .faq .question i {
    top: 3px;
  }
  /*--- recruit ---*/
  .job-list .more-link {
    float: right;
    margin: 3% auto;
  }
  .recruit .col:nth-of-type(even),
  .recruit .col:nth-of-type(odd) {
    padding: 0;
  }
  .item-table .row th, .item-table .row td {
    padding: 15px 20px;
  }
  .item-table .row th {
    width: 13em;
    padding-left: 90px;
  }
  .item-table .row td {
    width: calc(100% - 200px);
  }
  /*--- floor ---*/
  .floor .grid,
  body:not(.home) .news-event .grid.separate {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .floor .grid .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    position: relative;
  }
  .floor-guide .f-list span.change {
    font-size: 1.9rem;
  }
  .floor-guide .f-list span.kirei {
    width: 90px;
  }
  .floor-map .f-img {
    padding: 1.5em;
  }
  .floor-map .f-num {
    font-size: 6.5rem;
  }
  .floor-map .f-num em {
    font-size: 5rem;
  }
  .floor li .num {
    font-size: 1.5rem;
    top: -4.3rem;
  }
  .recruit .col + .col,
  .page-newshop .item + .item {
    padding-top: 3em;
    margin-top: 3em;
    border-top: #808080 dotted 1px;
  }
  /* add 0406 */
  .menu-list-section .list-detail-horizontal {
    margin-right: -4%;
  }
  .menu-list-section .list-detail-horizontal .col {
    width: 46%;
    margin-right: 4%;
    float: left;
    margin-bottom: 0;
  }
  .menu-list-section .list-detail-horizontal .col + .col {
    border-top: 1px solid #ccc;
    padding-top: 2em;
  }
  .menu-list-section .list-detail-horizontal .col:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  .menu-list-section .list-detail-horizontal .col:nth-child(odd) {
    clear: both;
  }
  .menu-list-section .menu-list-title,
  .menu-list-section .menu-list-title span {
    display: block;
  }
  .menu-list-section .menu-list-title span {
    margin-top: .5em;
  }
  .menu-list-section .list-detail-horizontal [class*="-list-note"] {
    border-bottom: 0;
  }
  .maxh-fix-img img {
    max-height: 120px;
  }
  .food .shop-info {
    padding: 2.5em 0 0;
  }
  .food.shop-detail .information {
    margin-top: 0;
  }
  .menu-list .summery {
    margin-bottom: 2em;
  }
  .menu-list .list-detail-horizontal .col > :first-child:not([class*="-note"]) {
    max-width: 52%;
  }
}

/* END forPC */
@media (min-width: 1025px) {
  /* iPad除くPC */
  .faq .aside .container {
    width: 400px;
  }
  [class*="-detail"] .col-left .slide-banner a {
    /* 180408 */
    line-height: 575px;
    height: 575px;
  }
}

/* END iPad除くPC */
@media (min-width: 768px) and (max-width: 1024px) {
  /* iPad */
  section section {
    padding-left: 0;
    padding-right: 0;
  }
  .col-left {
    max-width: 60%;
  }
  .col-right {
    max-width: 40%;
    padding-left: 15px;
  }
  .news-detail > .col-left {
    padding-right: 1.5em;
  }
  .approach .pc-right {
    width: 67.9245%;
    max-width: 100%;
  }
  .approach .date,
  .approach .topic-tag {
    font-size: 1.4rem;
  }
  .approach .signboard {
    width: 32.0754%;
    padding: 1em;
  }
  .signboard h2 {
    font-size: 2.6vw;
  }
  .approach .period {
    font-size: 1.8rem;
  }
  .faq .col-left {
    padding-right: 1.5em;
  }
  .faq .aside .container.on-header {
    margin-right: 1.5em;
  }
  .faq .aside .container.attachment {
    margin-right: 0;
  }
  [class*="-detail"] .slide-nav .item {
    line-height: 7.9vw;
    height: 7.9vw;
    width: 7.9vw !important;
  }
  [class*="-detail"] .slide-nav .item img {
    max-height: 7.9vw;
  }
}

/* END iPad */
@media (min-width: 768px) and (max-width: 960px) {
  /* mini size tablet */
  .is-icon .link {
    height: 7em;
  }
}

/* 180417 アクセス情報追加 */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/close_off.png) no-repeat -25px 0 !important;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

.lightbox_btn {
  position: relative;
  background-color: #ddd;
  display: inline-block;
  padding: .3em 2em .3em .5em;
  font-size: 1.4rem;
  font-weight: bold;
}

.lightbox_btn::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: #666 solid 2px;
  border-radius: 50%;
  right: .75em;
  top: .45em;
}

.lightbox_btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  background-color: #666;
  transform: rotate(-45deg);
  right: .7em;
  top: .95em;
}

.cap-title {
  padding-bottom: .5em;
  font-weight: bold;
  display: block;
}

.lightbox figure {
  max-width: 480px;
  display: block;
  margin: 0;
}

.lightbox + p {
  margin-top: .7em;
}

/* add 180807 facility-information */
.facility-info .grid {
  margin-top: 1em;
  margin-left: -1em;
  margin-right: -1em;
}

.facility-info .grid .col {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  /* forPC */
  .facility-info .grid .col {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* END forPC */
@media all and (-ms-high-contrast: none) {
  /* IE11 */
  /* 16-news-detail */
  *::-ms-backdrop, [class*="aside-list"] li > a {
    display: block;
  }
  *::-ms-backdrop, [class*="aside-list"] li > a:after {
    clear: both;
    content: " ";
    display: block;
  }
  *::-ms-backdrop, [class*="aside-list"] li > a img {
    float: left;
  }
  *::-ms-backdrop, [class*="aside-list"] li > a img + div {
    overflow: hidden;
  }
  /* 09-shop-detail-food */
  *::-ms-backdrop, .capability {
    display: block;
  }
  *::-ms-backdrop, .capability > li {
    width: 20%;
    float: left;
  }
  *::-ms-backdrop, .list-detail-horizontal .col {
    display: block;
  }
  *::-ms-backdrop, .list-detail-horizontal .col:after, .menu-list [class*='tile-5']:after, .menu-list [class*="tile"]:after {
    clear: both;
    content: " ";
    display: block;
  }
  *::-ms-backdrop, .list-detail-horizontal .col img {
    float: left;
  }
  *::-ms-backdrop, .menu-list [class*='tile-5'] {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  *::-ms-backdrop, .menu-list [class*='tile-5'] > li {
    width: 20%;
    float: left;
    padding: 0 15px;
  }
  *::-ms-backdrop, .menu-list [class*="tile"] {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  *::-ms-backdrop, .menu-list [class*="tile-2"] > li {
    width: 50%;
    float: left;
    padding: 1em 15px 0;
  }
  .refine-search select::-ms-expand {
    display: none;
  }
}

/* search */
.search-tab-keyword .line-set {
  display: flex;
  margin-top: 1em;
  padding-bottom: 1em;
}

.drawer.search button, .search-tab-keyword button {
  position: absolute;
  top: 0px;
  right: 2px;
  background: url(../img/icon-search.png) no-repeat center center;
  background-size: cover;
  width: 28px;
  height: 0;
  padding: 28px 0 0;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.search-tab-keyword button {
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
}

/* facility */
.detail-contents h3 {
  position: relative;
  border-top: 2px solid #b2b2b2;
  line-height: 3em;
  padding-top: 0.5em;
  padding-left: 1.25em;
  margin-bottom: -2em;
}

.detail-contents h3::before {
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: .7em;
  bottom: .2em;
  left: 0;
  content: "";
  width: .25em;
}

/* shop-detail */
body:not(.home) .slider {
  padding: 0;
  width: 100%;
}

.slide-banner {
  transition: opacity 0.5s;
}

.shop-detail .slide-banner {
  opacity: 0;
}

.slide-banner.fade-in {
  opacity: 1;
}

.slider .item {
  transition: all .3s;
}

.slide-nav .item {
  position: relative;
}

.slide-nav .item.slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: #1a1a1a solid 1px;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .shop-news .separate .text {
    display: none;
  }
  .text + [class*="more-"] {
    display: none;
  }
  .shop-news .jumbotron {
    background-color: #fff;
    margin: auto;
    padding-top: 1.3rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .shop-news .editors.separate .note {
    padding-bottom: 1em;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .slide-item {
    position: relative;
    margin-bottom: 30px;
  }
  .shop-news .editors.separate .note {
    padding-bottom: 4rem;
  }
}

/* END for lg */
/* contact */
.complement {
  padding-left: 0;
  margin-bottom: 3em;
}

.complement li {
  padding-left: 1em;
  text-indent: -1em;
}

.contact .caution {
  border: #b2b2b2 solid 1px;
  padding: 1em 2em;
  margin-bottom: 5em;
}

.contact .caution ol {
  padding-left: 1.3em;
}

@media screen and (max-width: 991px) {
  /* for sm */
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
}

/* END for lg */
/* add 200924- */
.menu_thumbnails .slide-nav .item {
  float: left;
}

@media (max-width: 767px) {
  /* forSP */
  .menu_thumbnails .slide-nav {
    display: block;
  }
  .menu_thumbnails .slide-nav .item {
    width: 33.3333%;
    padding: 2px;
  }
}

/* END forSP */
/*!
 * SASS  :  sass/fb-form.scss
 * Modified  :  *******
 */
/* form
---------------------------------------------------- */
/* form */
.form-control {
  background-color: #fff;
  border: none;
  width: 100%;
  padding: .75em .5em;
  line-height: 1.25;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

@media print, (min-width: 992px) {
  /* for lg */
  .form-control {
    padding: calc(.4em + 1px);
  }
}

/* END for lg */
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 1px 1px rgba(63, 167, 243, 0.7);
}

[type="checkbox"],
[type="radio"] {
  margin: 0 .4em .5em .1em;
  top: -1px;
  display: none;
}

[type="checkbox"],
[type="checkbox"] + .inline-label,
[type="radio"],
[type="radio"] + .inline-label {
  cursor: pointer;
}

[type="checkbox"] + .inline-label,
[type="radio"] + .inline-label {
  position: relative;
}

[type="checkbox"] + .inline-label,
[type="radio"] + .inline-label {
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.7em;
  line-height: 1.35;
  /* END for lg */
}

@media print, (min-width: 992px) {
  [type="checkbox"] + .inline-label,
  [type="radio"] + .inline-label {
    /* for lg */
    padding-top: .75em;
  }
}

[type="checkbox"] + .inline-label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.6em;
}

[type="checkbox"] + .inline-label:not(:last-child),
[type="radio"] + .inline-label:not(:last-child) {
  padding-right: 1.5em;
}

[type="checkbox"] + .inline-label:empty,
[type="radio"] + .inline-label:empty {
  padding-right: 0;
}

[type="checkbox"] + .inline-label::before,
[type="radio"] + .inline-label::before {
  background: no-repeat center;
  background-size: cover;
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0px;
}

[type="checkbox"] + .inline-label::before {
  background-image: url(../img/i-check.png), url(../img/i-check-on.png);
}

[type="radio"] + .inline-label::before {
  background-image: url(../img/i-radio.png), url(../img/i-radio-on.png);
}

[type="checkbox"]:checked + .inline-label::before {
  background-image: url(../img/i-check-on.png);
}

[type="radio"]:checked + .inline-label::before {
  background-image: url(../img/i-radio-on.png);
  /* END for lg */
}

@media print, (min-width: 992px) {
  [type="radio"]:checked + .inline-label::before {
    /* for lg */
  }
}

.inline-label + .underline {
  line-height: 1.85;
}

select.form-control {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+50,cccccc+100 */
  min-width: 4em;
  border: #ccc solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/i-arw-btm.svg) no-repeat right 0.75em center;
  padding-top: calc(.75em + 1px);
  padding-bottom: calc(.75em + 1px);
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form .form-control:-ms-input-placeholder {
  color: #999;
}

.form .table,
form table,
form .table {
  width: 100%;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .form .form-control,
  form .form-control,
  form .form-control {
    font-size: 1.6rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .form .table,
  form table,
  form .table {
    font-size: 1.6rem;
  }
}

/* END for lg */
.form .table .th {
  vertical-align: top;
  font-weight: 600;
  padding-bottom: 0;
}

.form .table .td,
form table td,
form .table .td {
  color: #000;
  line-height: 1.4;
  padding-bottom: 1em;
}

.th, .td {
  line-height: 1.4;
}

.form-container .required,
.table > .row > .required {
  position: relative;
}

.optional::after,
.required::after {
  position: relative;
  top: .75em;
  display: inline-block;
  padding: .4rem .6em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-left: 1em;
  align-self: start;
}

.required::after {
  content: "必須";
  background-color: #e34343;
  color: #fff;
}

.optional::after {
  content: "任意";
  color: #999;
  border: #999 solid 1px;
}

.form-group .required,
.form-group .optional {
  display: flex;
  align-items: end;
}

.form-group .required::after,
.form-group .optional::after {
  font-size: 1.2rem;
  white-space: nowrap;
  height: 2em;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .form-group .required::after,
  .form-group .optional::after {
    /* for lg */
    margin-left: auto;
    top: .5em;
    right: 2rem;
    font-size: 1.4rem;
  }
}

@media print, (min-width: 992px) {
  /* for lg */
  .form-group .required + .relative,
  .form-group .optional + .relative {
    top: -.7rem;
  }
  .form-group .relative.list-flex {
    top: -.4rem;
  }
}

/* END for lg */
.form .form-control,
.form .ui-selectmenu-text {
  color: #111;
}

.form-group .hint {
  color: #777;
  display: block;
  font-size: 1.35rem;
  line-height: 1.4;
  padding: .6em .5rem 0;
}

.flex-wrap .hint {
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .flex-wrap .hint {
    /* for sm */
    width: 100%;
  }
}

textarea.form-control {
  height: 12em;
  line-height: 1.35;
  vertical-align: middle;
}

.form-group {
  position: relative;
  /* END for sm */
  /* END for lg */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  .form-group {
    /* for sm */
    width: 100%;
  }
}

@media print, (min-width: 992px) {
  .form-group {
    /* for lg */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.form-group + .form-group {
  padding-top: 2rem;
}

@media print, (min-width: 992px) {
  .form-group {
    /* for lg */
    display: flex;
    align-items: start;
  }
}

.form-group dt {
  line-height: 1.4;
  margin-top: .25em;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .form-group dt {
    /* for sm */
    padding-bottom: .7rem;
    font-size: 1.6rem;
  }
}

.form .form-group dt {
  font-size: 1.1875em;
}

input.form-control,
textarea.form-control {
  border: #ccc solid 1px;
}

.form-group .flex- .form-control {
  margin-right: .5em;
}

/* form-creditcard */
.popup-content .title {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: .85em;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  line-height: 1.45;
  text-align: center;
}

.popup-content .btn-primary {
  padding-left: 2em;
  padding-right: 2em;
}

@media all and (-ms-high-contrast: none) {
  .table .item .name {
    width: 270px;
  }
  select.form-control {
    background: none;
  }
}

/* contact-form7 */
.list-flex .wpcf7-list-item {
  display: block;
  min-width: 47%;
  margin-left: 0;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-right: 2em;
}

.wpcf7-list-item [type="checkbox"],
.wpcf7-list-item [type="radio"] {
  display: inline-block;
}

.wpcf7-list-item [type="checkbox"],
.wpcf7-list-item [type="radio"] {
  display: none;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: "";
}

[type="checkbox"] + .wpcf7-list-item-label::before {
  border-radius: 4px;
  top: auto;
}

[type="checkbox"] + .wpcf7-list-item-label::before,
[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  background-color: #fff;
  border: #818181 solid 1px;
  top: 9px;
  left: 1px;
  transform: scale(1.1);
}

.list-flex .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

[type="checkbox"] + .wpcf7-list-item-label,
[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: .45em;
  padding-bottom: .45em;
  padding-left: 1.5em;
  line-height: 1.35;
  cursor: pointer;
}

[type="radio"] + .wpcf7-list-item-label::before {
  border-radius: 50%;
}

[type="checkbox"]:checked + .wpcf7-list-item-label::before,
[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #1776DB;
}

[type="checkbox"]:checked + .wpcf7-list-item-label::after,
[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: .9em;
  height: .9em;
  position: absolute;
  background-size: contain;
  top: 10px;
  left: .35em;
}

[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  background: url(../img/common/checked.svg) no-repeat center;
}

[type="radio"]:checked + .wpcf7-list-item-label::after {
  background-color: #1776DB;
  border-radius: 50%;
  left: .15em;
  top: .2em;
  left: 1px;
  top: 7px;
  transform: scale(0.6) translate(10%, 33%);
}

/* contact */
#overlay {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#content {
  z-index: 1010;
  width: 50%;
  padding: 2em 1.5em 1.5em;
  background: #fff;
  height: 50%;
}

#content {
  display: flex;
  flex-direction: column;
  border-radius: .7rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  /* END for sm */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  #content {
    /* for sm */
    min-width: 92%;
    min-height: 75%;
    padding: 2em 1.2em 1.5em;
  }
}

@media print, (min-width: 992px) {
  #content {
    /* for lg */
    min-width: 805px;
    min-height: 560px;
  }
}

#content .window {
  border: #ddd solid 1px;
  overflow-y: auto;
  flex-grow: 1;
  border-radius: .3rem;
  box-shadow: 0 0 2px inset rgba(0, 0, 0, 0.25);
  /* END for sm */
}

@media screen and (max-width: 991px) {
  #content .window {
    /* for sm */
    padding-left: .35em;
    padding-right: .35em;
  }
}

#content .form-group {
  padding-top: .5rem;
  padding-top: .5rem;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  #content .form-group {
    /* for sm */
  }
}

#content .controllers {
  flex-shrink: 0;
}

.controllers [class*="btn-"] {
  border: #ccc solid 1px;
  margin-top: 1rem;
  padding: .75em 1.5em;
  border-radius: .5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  /* END for sm */
  /* END for lg */
}

@media screen and (max-width: 991px) {
  .controllers [class*="btn-"] {
    /* for sm */
    margin-left: .7em;
    margin-right: .7em;
  }
}

@media print, (min-width: 992px) {
  .controllers [class*="btn-"] {
    /* for lg */
    margin-left: 1em;
    margin-right: 1em;
  }
}

.controllers [class*="btn-"]:not(.btn-primary) {
  background-color: #dddddd;
  /* END for sm */
}

@media screen and (max-width: 991px) {
  .controllers [class*="btn-"]:not(.btn-primary) {
    /* for sm */
    font-size: 1.5rem;
  }
}

.error {
  display: inline-flex;
  padding-top: .5rem;
  color: #F22C5A;
  /* END for lg */
}

@media print, (min-width: 992px) {
  .error {
    /* for lg */
    white-space: nowrap;
  }
}

.error::before {
  content: "*";
  padding-right: .25em;
}

/*!
 * SASS  :  sass/fb-utility.scss
 * Modified  :  *******
 */
/* utility */
.setting,
.phase2 {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

.ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* display */
.block,
.block-link {
  display: block;
}

.inline,
.inline-link {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.off {
  display: none;
  z-index: -1;
}

.opacity05 {
  opacity: .5;
}

.grayscale100 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grayscale50 {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}

@media print, (min-width: 992px) {
  /* for lg */
  .inline-lg {
    display: inline-block;
  }
  .block-lg {
    display: block;
  }
}

/* END for lg */
/* fade */
.fade {
  opacity: 0;
  transition: opacity 1s;
}

.fade-in {
  opacity: 1;
  -moz-transition: opacity 1.2s, transform .7s;
  -webkit-transition: opacity 1.2s, transform .7s;
  -ms-transition: opacity 1.2s, transform .7s;
  transition: opacity 1.2s, transform .7s;
}

.fade-in:nth-child(2),
.fade-in:nth-child(even) {
  transition-delay: .15s;
}

@media print, (min-width: 992px) {
  /* for lg */
  .fade-in:nth-child(3) {
    transition-delay: .3s;
  }
  .fade-in:nth-child(4) {
    transition-delay: .45s;
  }
  .fade-in:nth-child(5) {
    transition-delay: .6s;
  }
  .fade-in:nth-child(6) {
    transition-delay: .75s;
  }
  .fade-in:nth-child(7) {
    transition-delay: .9s;
  }
  .fade-in:nth-child(8) {
    transition-delay: 1.05s;
  }
  .fade-in:nth-child(9) {
    transition-delay: 1.2s;
  }
}

/* END for lg */
/* position */
.relative {
  position: relative;
}

.fixed {
  /*position: fixed*/
}

/* layout */
.centered,
.x-auto {
  margin-left: auto;
  margin-right: auto;
}

.y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-auto {
  margin: auto;
}

.left-auto {
  margin-left: auto;
}

.right-auto {
  margin-right: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* border */
.border {
  border: #909090 solid 1px;
}

.borders-bottom > .item {
  padding-bottom: 1em;
  border-bottom: rgba(35, 24, 21, 0.08) solid 1px;
}

.border-bold {
  border: #ccc solid 2px;
}

.border-none,
.border-none > .item,
.content .border-none {
  border: none;
}

.box-border {
  border: #f2f2f2 solid 2px;
  border-radius: 6px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: .6em;
  padding-bottom: .6em;
}

.border-top {
  border-top: #F8F4EC solid 2px;
}

.border-bottom {
  border-bottom: #F8F4EC solid 2px;
}

.border-y {
  border-top: #F8F4EC solid 2px;
  border-bottom: #F8F4EC solid 2px;
}

.hr-gray-6 {
  border-top: #CFD1D1 solid 6px;
}

/* img */
.fit, .fit-cover {
  object-fit: cover;
}

.fit-cover.height100 {
  height: 100%;
}

/* list-type */
.list-inline > .item {
  display: inline-block;
}

.list-inline > .item + .item {
  margin-left: 1.3em;
}

/* clear */
.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}

/* radius */
.cols-radius-large .col a {
  border-radius: 2rem;
  overflow: hidden;
}

.cols-circle-clip .col figure {
  border-radius: 50%;
  overflow: hidden;
}

/* shadow */
.shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.shadow-drop {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

[class*="shadow"] > img {
  vertical-align: bottom;
}

/* box */
.reset {
  margin: 0;
  padding: 0;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-05em {
  margin-bottom: .5em;
}

.mt-05em {
  margin-top: .5em;
}

.ml-05em {
  margin-left: .5em;
}

.mr-05em {
  margin-right: .5em;
}

.mx-1em {
  margin-left: 1em;
  margin-right: 1em;
}

.my-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-1em {
  margin-top: 1em;
}

.ml-1em {
  margin-left: 1em;
}

.mr-1em {
  margin-right: 1em;
}

.mx-2em {
  margin-left: 2em;
  margin-right: 2em;
}

.my-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-2em {
  margin-top: 2em;
}

.ml-2em {
  margin-left: 2em;
}

.mr-2em {
  margin-right: 2em;
}

.mx-3em {
  margin-left: 3em;
  margin-right: 3em;
}

.my-3em {
  margin-top: 3em;
  margin-bottom: 3em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mx-4em {
  margin-left: 4em;
  margin-right: 4em;
}

.my-4em {
  margin-top: 4em;
  margin-bottom: 4em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-05rem {
  margin-top: .5rem;
}

.mb-05rem {
  margin-bottom: .5rem;
}

.my-1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-1em {
  padding-left: 1em;
  padding-right: 1em;
}

.py-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pl-1em {
  padding-left: 1em;
}

.pr-1em {
  padding-right: 1em;
}

.px-2em {
  padding-left: 2em;
  padding-right: 2em;
}

.py-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pl-2em {
  padding-left: 2em;
}

.pr-2em {
  padding-right: 2em;
}

.px-3em {
  padding-left: 3em;
  padding-right: 3em;
}

.py-3em {
  padding-top: 3em;
  padding-bottom: 3em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pl-05rem {
  padding-left: .5rem;
}

.pr-05rem {
  padding-right: .5rem;
}

.px-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.pb-1rem {
  padding-bottom: 1rem;
}

.pl-1rem {
  padding-left: 1rem;
}

.pr-1rem {
  padding-right: 1rem;
}

.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2rem {
  padding-top: 2rem;
}

.pb-2rem {
  padding-bottom: 2rem;
}

.px-3rem {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* font-size */
.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-38 {
  font-size: 3.77rem;
}

.medium {
  font-size: .9375em;
}

.small {
  font-size: .875em;
}

.x-small {
  font-size: .75em;
}

.large {
  font-size: 1.125em;
}

.x-large {
  font-size: 1.375em;
}

.xx-large {
  font-size: 1.625em;
}

.fz-2em {
  font-size: 2em;
}

.fz-1em {
  font-size: 1em;
}

/* Character stuffing */
.stuffing {
  display: inline-block;
  margin-left: -.35em;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .h1 {
    font-size: 2em;
  }
  .h2 {
    font-size: 1.55em;
  }
  .h3 {
    font-size: 1.5rem;
  }
  .h4 {
    font-size: 1.1875em;
  }
  .fz-14-sm {
    font-size: 1.4rem;
  }
  .fz-15-sm {
    font-size: 1.5rem;
  }
  .fz-38-sm {
    font-size: 3.77rem;
  }
  .medium-sm {
    font-size: .9375em;
  }
  .small-sm {
    font-size: .875em;
  }
  .x-small-sm {
    font-size: .75em;
  }
  .large-sm {
    font-size: 1.1875em;
  }
  .x-large-sm {
    font-size: 1.375em;
  }
  .xx-large-sm {
    font-size: 1.625em;
  }
  .fz-2em-sm {
    font-size: 2em;
  }
  .fz-1em-sm {
    font-size: 1em;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .h1 {
    font-size: 3em;
  }
  .h2 {
    font-size: 2em;
  }
  .h3 {
    font-size: 2rem;
  }
  .h4 {
    font-size: 1.5em;
  }
  .fz-14-lg {
    font-size: 1.4rem;
  }
  .fz-15-lg {
    font-size: 1.5rem;
  }
  .fz-36-lg {
    font-size: 3.6rem;
  }
  .medium-lg {
    font-size: .9375em;
  }
  .small-lg {
    font-size: .875em;
  }
  .x-small-lg {
    font-size: .8em;
  }
  .large-lg {
    font-size: 1.125em;
  }
  .x-large-lg {
    font-size: 1.375em;
  }
  .xx-large-lg {
    font-size: 1.625em;
  }
  .fz-2em-lg {
    font-size: 2em;
  }
  .fz-1em-lg {
    font-size: 1em;
  }
}

/* END for lg */
/* text-control */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.letter-spacing-1 {
  letter-spacing: .1rem;
}

.letter-spacing-2 {
  letter-spacing: .2rem;
}

.letter-spacing--1 {
  letter-spacing: -.1rem;
}

.indent-1 {
  text-indent: 1em;
}

.indent--05 {
  text-indent: -.5em;
}

.indent--1 {
  text-indent: -1em;
}

.line-14 {
  line-height: 1.4;
}

.line-18 {
  line-height: 1.8;
}

.burette {
  margin-left: -.25em;
  margin-right: -.25em;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.nodecoration {
  text-decoration: none;
}

.bold {
  font-weight: 600;
}

.normal {
  font-weight: 500;
  font-style: normal;
}

/* color */
.red {
  color: #e7493d;
}

.blue {
  color: #0000FF;
}

.orange {
  color: #ECB429;
}

.brown {
  color: #e39768;
}

.black {
  color: #000;
}

.purple {
  color: #7371b1;
}

.color-gray {
  color: #999;
}

.color-text {
  color: #4d4d4d;
}

.color-jr {
  color: #2562b5;
}

.color-well {
  color: #c06;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .color-gray-sm {
    color: #999;
  }
}

/* END for sm */
/* bg-color */
.bg-orange {
  background-color: #ECB429;
}

.bg-orange20 {
  background-color: #fbf0d4;
}

.bg-brown20 {
  background-color: #fbefe8;
}

/* width-extension */
.x-ex-05em {
  margin-left: -.5em;
  margin-right: -.5em;
}

.x-ex-1em {
  margin-left: -1em;
  margin-right: -1em;
}

.x-ex-15em {
  margin-left: -1.5em;
  margin-right: -1.5em;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .pc,
  .only-lg,
  [class*="flex"].only-lg,
  [class^="btn-"].only-lg,
  [class*="tag-"].only-lg,
  .arw-link.only-lg {
    display: none;
  }
  html.fixed,
  .fixed body {
    overflow: hidden;
    max-height: 100%;
  }
  .border-sm {
    border: #909090 solid 1px;
  }
  .no-border-sm {
    border: none;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-05em-sm {
    margin-top: .5em;
  }
  .mb-1em-sm {
    margin-bottom: 1em;
  }
  .mt-1em-sm {
    margin-top: 1em;
  }
  .mt-2em-sm {
    margin-top: 2em;
  }
  .mb-2em-sm {
    margin-bottom: 2em;
  }
  .mt-3em-sm {
    margin-top: 3em;
  }
  .my-3em-sm {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .mt-1rem-sm {
    margin-top: 1rem;
  }
  .mt-2rem-sm {
    margin-top: 2rem;
  }
  .pt-0-sm {
    padding-top: 0;
  }
  .pb-0-sm {
    padding-bottom: 0;
  }
  .px-1em-sm {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pt-1em-sm {
    padding-top: 1em;
  }
  .pt-2em-sm {
    padding-top: 2em;
  }
  .pt-05rem-sm {
    padding-top: .5rem;
  }
  .pb-05rem-sm {
    padding-bottom: .5rem;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .sp,
  .only-sm,
  [class*="flex"].only-sm,
  [class^="btn-"].only-sm {
    display: none;
  }
  .fz-19, .col .fz-19 {
    font-size: 1.9rem;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .letter-spacing--1-lg {
    letter-spacing: -.1rem;
  }
  .mt--1rem-lg {
    margin-top: -1rem;
  }
  .ml-0-lg {
    margin-left: 0;
  }
  .mr-0-lg {
    margin-right: 0;
  }
  .mx-0-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-2em-lg {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mb-1em-lg {
    margin-bottom: 1em;
  }
  .mt-1em-lg {
    margin-top: 1em;
  }
  .ml-1em-lg {
    margin-left: 1em;
  }
  .mr-1em-lg {
    margin-right: 1em;
  }
  .mb-2em-lg {
    margin-bottom: 2em;
  }
  .mt-2em-lg {
    margin-top: 2em;
  }
  .ml-2em-lg {
    margin-left: 2em;
  }
  .mr-2em-lg {
    margin-right: 2em;
  }
  .mb-3em-lg {
    margin-bottom: 3em;
  }
  .mt-3em-lg {
    margin-top: 3em;
  }
  .my-4em-lg {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .mb-4em-lg {
    margin-bottom: 4em;
  }
  .mt-4em-lg {
    margin-top: 4em;
  }
  .px-1em-lg {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pt-1em-lg {
    padding-top: 1em;
  }
  .pb-1em-lg {
    padding-bottom: 1em;
  }
  .pl-1em-lg {
    padding-left: 1em;
  }
  .pr-1em-lg {
    padding-right: 1em;
  }
  .pr-2em-lg {
    padding-right: 2em;
  }
  .pl-2em-lg {
    padding-left: 2em;
  }
  .border-lg {
    border: #909090 solid 1px;
  }
  .no-border-lg {
    border: none;
  }
  .w-ex-1em {
    width: calc(100% + 1em);
    max-width: calc(100% + 1em);
  }
  .w-ex-2em {
    width: calc(100% + 2em);
    max-width: calc(100% + 2em);
  }
  .w-ex-3em {
    width: calc(100% + 3em);
    max-width: calc(100% + 3em);
  }
}

/* END for lg */
.mt-5em {
  margin-top: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mt-8em {
  margin-top: 8em;
}

@media screen and (max-width: 991px) {
  /* for sm */
  .mt-5em-sm {
    margin-top: 5em;
  }
  .mt-6em-sm {
    margin-top: 6em;
  }
  .mt-7em-sm {
    margin-top: 7em;
  }
  .mt-9em-sm {
    margin-top: 9em;
  }
}

/* END for sm */
@media print, (min-width: 992px) {
  /* for lg */
  .mt-5em-lg {
    margin-top: 5em;
  }
  .mt-6em-lg {
    margin-top: 6em;
  }
}

/* END for lg */
@media screen and (max-width: 374px) {
  /* for sm-374 */
  .hide-374 {
    display: none;
  }
}

/* END for sm-374 */
/*!
 * SASS  :  sass/fb-print.scss
 * Modified  :  *******
 */
/* print
---------------------------------------------------- */
/*

主な印刷用紙のピクセル値（横/縦）
（参考）https://www.plusdesign.co.jp/blog/?p=6880
A4:　595px / 847px

@media print, (min-width:992px) {}
と、コンマ区切りでprintを加えるか、
@media screen and (max-width:767px) {}
screen限定にして対応する。

*/
@media screen {
  /* for screen */
  .print-only {
    height: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
  }
}

@media print {
  /* for print */
  .not-print {
    display: none !important;
  }
  html {
    overflow: visible !important;
    zoom: .85 !important;
  }
  body {
    min-width: 1200px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .content {
    min-width: 992px !important;
  }
  main {
    font-family: "游ゴシック体" , YuGothic , "Yu Gothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding-top: 0 !important;
  }
  .print-estimate main .container {
    max-width: 992px !important;
    min-width: 992px;
  }
  .site-header {
    position: static;
  }
  .print-estimate .global-nav,
  .print-estimate .important-notice,
  .print-estimate .breadcrumbs,
  .print-estimate .site-footer,
  .print-estimate .to-pagetop,
  .wrapper > .page-end-nav,
  .print-estimate .estimate .switch {
    display: none !important;
  }
  .print-estimate .site-header {
    position: static;
    border-bottom: none;
    margin-top: 2em;
  }
  .print-estimate .site-header .sub-nav {
    display: none !important;
  }
  .print-estimate .contents {
    padding-top: 0;
    margin-top: 0;
    line-height: 1.3;
  }
  .print-estimate .breadcrumbs {
    background: transparent;
  }
  .print-estimate .breadcrumbs > .container > span:first-of-type > .link::before {
    content: attr(title);
  }
  .print-estimate .content {
    padding-bottom: 0;
  }
  .print-estimate .content ~ .content {
    margin-top: 4rem;
  }
  .print-estimate .inner-title {
    border-bottom: #ccc solid 3px;
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: .6em;
  }
  .print-estimate .table > tbody > tr + tr {
    border-top: #ccc solid 1px;
  }
  　　
  .print-only.inline {
    display: inline-block;
  }
  .print-only.block {
    display: block;
  }
  .print-txt-c {
    text-align: center;
  }
  .print-none {
    display: none;
  }
  .print-mt-0 {
    margin-top: 0;
  }
  .print-mt-1em {
    margin-top: 1em;
  }
  .print-mt--1em {
    margin-top: -1em;
  }
  .print-mt-2em {
    margin-top: 2em;
  }
  .print-mt-6em {
    margin-top: 6em;
  }
  .print-px-0 {
    padding: 0;
  }
  .print-pl-0 {
    padding: 0;
  }
  /* estimate */
  html.print-estimate {
    font-size: 11px;
  }
  .print-estimate .site-header .logo {
    margin: 0;
    zoom: 1.414;
  }
  .estimate .flex.print-ctrl,
  .estimate .flex-.print-ctrl {
    display: block;
  }
  .estimate .h2.print-ctrl {
    border-bottom: none;
    font-size: 1.6rem;
    padding: 0;
  }
  .estimate .table.print-ctrl > .row > .th,
  .estimate .table.print-ctrl > .row > .td {
    width: auto;
    font-size: 1.6rem;
    padding: 0;
    display: inline-block;
    vertical-align: baseline;
  }
  .estimate .table.print-ctrl > .row > .th::after {
    content: "：";
  }
  .estimate .form-control.print-ctrl {
    color: #3a3a3a;
    padding: 0;
    border: none;
    width: auto;
  }
  .print-estimate .col-6.print-ctrl {
    width: 100%;
  }
  .print-estimate .form .row > .title.print-ctrl {
    background-color: transparent;
    padding: .5em 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-bottom: #ccc solid 3px;
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: .6em;
  }
  .print-estimate select.form-control.print-ctrl {
    border: none;
    font-weight: bold;
    margin-left: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .print-estimate .form .table .th,
  .print-estimate .form .table .td {
    line-height: 1.3;
    padding-top: 1.1rem;
    padding-bottom: 1rem;
  }
}

/* END for print */
@media print, (min-width: 768px) {
  /* for 768 < */
  .estimate .only-sm,
  .estimate [class*="flex"].only-sm {
    display: none;
  }
}


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

.icon-hours::before{
  width: 15px;
  height: 15px;
}
.top-info{
  font-size: 1.8rem;
  margin-bottom: 0;
  border: solid 1px #C7B299;
  background: #fff;
  padding: 2rem 4rem;
}
.top-info .flex{
  align-items: center;
}
.top-info li{
  text-align: left;
}
.top-info p{
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.top-info .tag {
  font-weight: bold;
  margin-right: 4rem;
  color: #7F612A;
  white-space: nowrap;
}
.top-info .text{
  display: flex;
}
.top-info .text .date{
  color: #878787;
  margin-right: 1.5rem;
}
.banner-box ul{
  justify-content: space-between;
}
.banner-box .banner{
  width: 500px;
  height: auto;
}
section.bg-gray{
  background-color: #f8f8f8;
}
.parking-navi{
  background: #f5f5f5;
  border: solid 1px #cccccc;
  border-radius: 5px;
  padding: 1rem;
  width: 550px;
  height: 150px;
  margin: 0 auto 3rem;
}
.parking-navi .text-p{
  font-size: 10rem;
  font-weight: bold;
  color: #1ca291;
  margin: auto 3rem auto 2rem;
  line-height: 1.4;
}
.parking-navi ul{
  margin: auto;
}
.parking-navi li{
  display: flex;
}
.parking-navi li p{
  margin: auto 0 auto 1rem;
}
.parking-navi .navi{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.1;
}
.parking-navi .navi.-blue{
  background: #6eabe2;
}
.parking-navi .navi.-yellow{
  background: #f0b95b;
}
.parking-navi .navi.-red{
  background: #c1272d;
}
.parking-navi .box-live{
  width: 150px;
  background: #fff;
  padding: 1rem;
  margin: auto 0 auto auto;
}
.parking-navi .box-live p{
  margin: 0 auto 1rem auto;
}
.parking-navi .box-live p{
  font-size: 1.6rem;
  color: #1ca291;
}
.parking-navi .box-live .navi{
  width: 70px;
  height: 70px;
  margin: auto;
  position: relative;
}

.parking-navi .box-live .navi::before{
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 25%;
}
.parking-navi .box-live .navi.-blue::before{
  content: "空";
}
.parking-navi .box-live .navi.-yellow::before{
  content: "混";
}
.parking-navi .box-live .navi.-red::before{
  content: "満";
}
.shoplist .sub-category{
  color: #6D6D6D;
  font-size: 1.3rem;
}


.floorguide .right-col p{
  line-height: 2.3;
  margin: 0;
}
.floorguide .floor-link{
  border-bottom: solid 2px #1ca291;
}
.floorguide .floor-link ul{
  margin-top: 7rem;
}
.floorguide .floor-link li{
  border: solid #1ca291 1px;
  background: #fff;
  text-align: center;
  padding: 1.3rem 0;
}
.floorguide .floor-link a{
  color: #1ca291;
  position: relative;
}
.floorguide .floor-link a::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #1ca291;
  border-right: solid 2px #1ca291;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 55%;
  left: -100%;
  margin-top: -7px;
}
.floorguide .floor-link li._active{
  background: #1ca291;
}
.floorguide .floor-link li._active a{
  color: #fff;
}
.floorguide .floor-link li._active a::before{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.access p{
  text-align: center;
  margin: -1rem auto 5rem;
  font-size: 1.8rem;
}
.box-sns {
  margin-top: 5rem;
}
.box-sns p{
  text-align: center;
  margin: 0;
}
.box-sns img{
  width: 60px;
  height: 60px;
}
.box-sns ul{
  justify-content: center;
  margin-top: 3rem;
}
.box-sns li{
  padding: 0 2rem;
}
footer .logo{
  width: 116px;
  height: auto;
  margin: 0 2rem 0 0;
  border-bottom: none !important;
}


/* .heading.-center.-fill .title,
.heading.-center.-fill .title .small{
  color: #fff;
} */

.floor .caption .title{
  color: #1ca291;
}

.access .detail-post .text p{
  text-align: left;
  font-size: 1.6rem;
}
.on-page .btn{
  overflow: unset;
}
.page-info .topic-tag,
.news-detail .topic-tag{
  display: none;
}

section.shoplist.-search{
  background: none;
}
section.shoplist.-search .card,
section.shop-list.-all a.card{
  display: block;
  filter: drop-shadow(0px 0px 5px #ccc);
  padding-top: 1rem;
  transform: translateZ(0);
}

.shop-news .list.grid.separate{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.shop-news .list.grid.separate .post-img{
  margin-bottom: 1rem;
}
.contact .more.box .btn{
  margin-top: 3rem;
}
.container.news-detail.-center{
  justify-content: center;
}
.card .caption .meta-info .inner{
  margin: auto auto auto 0;
}

/* pointcard */
.table-point{
  border-collapse: collapse;
  width: 100%;
}
.table-point th,.table-point td{
  border: solid 1px #808080;
  border-collapse: collapse;
}
.table-point .bonus-ttl{
  font-size: 3rem;
  font-weight: bold;
  color: #1ca291;
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: dashed #1ca291 2px;
}
.table-point .txt{
  margin-top: 1rem;
}
.table-point .txt-orange{
  color: #e3912a;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.table-point .txt-orange.-birth{
  font-size: 2.7rem;
  line-height: 1;
}
.table-point .txt-orange.-birth span.big{
  font-size: 4rem;
}
.table-point .txt-orange.-birth span.p-txt{
  font-size: 3.2rem;
}
.table-point .txt-red{
  color: #ff2c00;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-top: 0;
}
.table-point .txt .red{
  color: #ff2c00;
}
.table-point ul{
  margin-top: 2.5rem;
}
.table-point ul.mt-0{
  margin-top: 0;
}
.table-point li{
  font-size: 1.4rem;
  padding: .2rem 0;
}
.table-point td .box{
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}
.table-point td .box.-last{
  padding-bottom: 2rem;
}
.table-point td .box.border-gray{
  border-bottom: solid 3px #ccc;
}
.table-point td .box .img{
  width: 550px;
  margin: 2rem 0 0;
}
.table-point .box-step-flex{
  display: flex;
  margin-top: 3rem;
}
.table-point .box-step-flex .step{
  color: #1ca291;
  padding: .1rem .5rem;
  font-weight: bold;
  border: solid 2px;
  line-height: 1.5;
}
.table-point .box-step-flex .right{
  margin: 1rem 0 0 2rem;
}
.table-point .box-step-flex .img-qr{
  margin-top: 2rem;
}
.table-point .box-step-flex .img-qr img{
  width: 130px;
  margin-bottom: 1rem;
}
.table-point .box-step-flex .img-qr a{
  white-space: nowrap;
}
.table-point .box-step-flex .img-card{
  width: 450px;
  margin: 2rem 0 0;
}
.table-point td a{
  color: #e3912a;
  text-decoration: underline;
}

.header-menu .link::before{
  content: "";
  display: inline-block;
  width: 55px;
  height: 37px;
  background-size: auto 37px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.header-menu .link.-guide::before{
  background-image: url(../img/default/icon_guide.png);
}
.header-menu .link.-search::before{
  background-image: url(../img/default/icon_shop.png);
}
.header-menu .link.-shopnews::before{
  background-image: url(../img/default/icon_event.png);
}
.header-menu .link.-access::before{
  background-image: url(../img/default/icon_access.png);
}
.header-menu .link.-shop::before{
  background-image: url(../img/default/icon_shop.png);
  background-size: auto 30px;
}
.header-menu .link.-event::before{
  background-image: url(../img/default/icon_event.png);
}
.header-menu .link.-gourmet::before{
  background-image: url(../img/default/icon_gourmet.png);
}
.header-menu .link.-card::before{
  background-image: url(../img/default/icon_card.png);
  background-size: auto 30px;
}
.header-menu .link.-logo::before{
  background-image: url(../img/default/icon_centerrace.png);
  background-size: auto 30px;
}



@media print, (min-width: 992px) {
  section.-sitetop{
    padding: 10rem 0;
  }
  section.-sitetop.shoplist{
    padding-top: 0;
    padding-bottom: 0;
  }
  section.editors{
    padding: 1rem 0 5rem;
  }
  section.category-search.-top{
    padding-top: 0;
    padding-bottom: 8rem;
  }
  section.access.-sitetop{
    padding: 9rem 0;
  }
  section.category-search{
    padding: 12rem 0 0;
  }
  .header-menu{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menu li.hours p{
    font-size: 1.2rem;
    margin: 0;
    padding: .5rem 0 0 3rem;
  }
  .header-menu li{
    margin: 0 3rem;
    height: 70px;
  }
  .header-menu li.hours{
    margin: auto 1rem auto 2rem;
    position: absolute;
    right: 150px;
  }

  .header-menu .link label {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .header-menu a{
    display: block;
    text-align: center;
  }
  .header-menu li .tel{
    display: flex;
    text-align: left;
    align-items: center;
  }
  .header-menu li .tel p{
    margin: 0 0 0 1.5rem;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: bold;
    white-space: nowrap;
  }
  .header-menu li .tel span{
    font-size: 1.4rem;
  }
  .header-menu li .tel img{
    height: 50px;
    max-width: initial;
  }
  .header-menu li .icon-hours{
    font-size: 1.2rem;
  }

  .shoplist .list-border{
    border-bottom: solid 1px #cccccc;
    margin: 0 4rem;
  }
  .shoplist .fig img{
    width: 100%;
    height: 100%;
  }
  .shoplist .caption .title{
    font-size: 1.8rem;
  }
  .shoplist .list li{
    margin: 0 0 4rem;
    padding: 0 10px;
  }
  .info-access .link label,
  .category-search .link label{
    font-size: 1.4rem;
  }
  .category-search .grid .col{
    padding: 0 .5rem;
  }
  .category-search .col .link::before{
    margin-bottom: 2rem;
  }
  .floorguide .floor-pic img{
    width: 600px;
  }
  .floorguide .right-col{
    padding: 3rem 0 0 6rem;
    width: 40%;
  }
  .floorguide .floor-link li{
    width: 300px;
    margin: auto;
  }
  .floorguide .more{
    margin-top: 6rem;
  }
  .floorguide .floor-area .show {
    display:block !important;
  }
  .floorguide .floor-area .floor-pic {
    display:none;
  }
  .box-sns p{
    font-size: 1.8rem;
  }
  .shoplist .tab-switch .tab-item.active {
    padding-top: calc(1.1em - 1px);
    padding-bottom: calc(1.1em - 1px);
  }
  .shoplist [data-sub-en]::after{
    font-size: 1.6rem;
    font-weight: normal;
  }
  .tab-switch .tab-item{
    font-size: 2.3rem;
    font-weight: bold;
  }
  .wrapper footer a{
    font-size: 1.1rem;
  }

  .floor .card .caption {
    padding: 0 0 4.5rem;
  }
  .shop-news .meta-info .date{
    line-height: 2;
  }
  .shoplist.-search .card .caption,
  .shop-list.-all .card .caption{
    padding: 0 2rem 4.5em;
    width: auto;
  }
  .shoplist.-search .card,
  .shop-list.-all .card{
    padding: 0;
  }
  .shoplist.-search .list li,
  .shop-list.-all .list li{
    padding: 0 20px;
    margin-bottom: 5rem;
  }
  .shoplist.-search .fig{
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .shop-list.-all .fig{
    width: 290px;
    height: 290px;
    margin: auto;
  }
  .shoplist.-search .fig img,
  .shop-list.-all .fig img{
    width: 100%;
    height: auto;
  }
  .shoplist.-search .caption .title,
  .shop-list.-all .caption .title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: .5rem;
    padding: .5rem 0 0;
  }
  section.shop-search{
    padding: 2rem 0;
  }
  /* .shop-detail.col-wrap{
    flex-direction: row-reverse;
  } */

  .block-copyright {
    text-align: end;
    margin: 2.4rem 0 0 auto;
  }
  .block-copyright img{
    width: auto;
    height: 12px;
    margin-bottom: 1.5rem;
  }
  .footer-nav .block-list{
    margin: 2.4rem 0 0;
  }
  .footer-nav .list.only-lg{
    margin-bottom: 1rem;
  }
  .page-shop-list.-recruit .more .read-more::after{
    top: 1.4em;
    right: 0;
    transition: unset;
  }
  .footer-banner .item, .drawer .others .item{
    width: 33.3333%;
    padding-bottom: 2em;
  }
  .footer-banner.container .list{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .contact .more.box .btn{
    margin-top: 5rem;
  }
  .shoplist .list li+li .card{
    border-top: solid 1px #cccccc;
  }
  .shoplist .list li+li:nth-child(2) .card{
    border-top: none;
  }
  .drawer .sns.list img{
    width: 60px;
    height: 60x;
  }

  /* pointcard */
  .table-point th, .table-point td{
    padding: 15px;
  }
  .table-point th{
    width: 20%;
    text-align: left;
    background: #f7f7f7;
    vertical-align: initial;
  }
  .table-point .box-step-flex .img-qr{
    display: flex;
  }
  .table-point .box-step-flex .img-qr img{
    margin-right: 2rem;
  }
  .table-point .box-step-flex .img-qr a{
    display: flex;
    align-items: center;
  }
  .table-point td .small{
    font-size: 1.4rem;
    padding-left: 1rem;
  }


  /* shuttlebus */
  .pic-weekday{
  margin-bottom: 6rem;
  }


}
@media screen and (max-width: 991px) {
  /* for sm */
  section.editors{
    padding: 1rem 0 3rem;
  }
  section.editors.-banner{
    padding: 4rem 2rem 1rem;
  }
  section.-sitetop{
    padding: 4rem 0 3rem;
  }
  .main-visual{
    padding-top: 0;
  }
  section.category-search{
    padding-top: 0;
  }

  .top-info{
    display: block;
    text-align: left;
    padding: 1.5rem 1.5rem;
    width: 90%;
    margin: auto;
  }
  .top-info .tag{
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
  .top-info .text{
    font-size: 1.4rem;
  }
  .top-info p{
    font-size: 1.4rem;
  }
  .top-info .tag.-red::before{
    width: 16px;
    height: 16px;
  }
  .top-info li:last-child{
    padding-bottom: 0;
  }
  .container,
  .heading.container {
    max-width: 100%;
  }
  .banner-box{
    padding: 0 2.8rem;
  }
  .banner-box .banner{
    width: 100%;
    margin-bottom: 1rem;
  }
  .parking-navi{
    width: 100%;
    height: auto;
  }
  .parking-navi .flex{
    display: flex;
  }
  .parking-navi .text-p{
    margin: auto 1rem;
    line-height: 1.3;
  }
  .parking-navi ul{
    margin: 0 auto 1rem;
  }
  .parking-navi .box-live{
    width: 100%;
  }
  .topic-tag{
    padding: 8em 1.5em .9em 0;
  }
  .heading.-center .title{
    font-size: 2.5rem;
    line-height: .8;
    padding-bottom: 1rem;
    position: relative;
  }
  .home .heading.-center .title{
    font-size: 3rem;
    padding-bottom: 1.5rem;
  }
  .heading.-center .title::after{
    bottom: -10px !important;
    width: 60px !important;
    height: 3px !important;
  }
  .heading.-center .title .small{
    font-size: 1.3rem;
    font-weight: bold;
  }
  /* .news-event .list{
    padding: 0 1rem;
  } */
  /* .features .grid .col:first-of-type .note{
    width: 210px;
    position: fixed;
    overflow: visible;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
    right: 10px;
  } */
  /* .features .grid .col:first-of-type{
    margin: auto auto 7rem;
  } */
  section.shoplist{
    padding-bottom: 0;
    background: unset;
  }
  section.news-event.bg-gray{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shoplist .caption .title{
    font-size: 1.4rem;
    padding-top: .5rem;
    margin-top: .1rem;
  }
  .shop-list.-all .caption .title{
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: .5rem;
    margin-top: .1rem;
  }
  .card .caption .meta-info{
    font-size: .9rem;
    width: 90%;
  }
  .shoplist .caption .detail{
    font-size: 1.2rem;
  }
  .shoplist .shoptext{
    font-size: 1.2rem;
  }
  .fig + .caption .sub-category{
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .shoplist .card .fit{
    width: 100%;
    height: 100%;
  }
  /* .shoplist figure{
    height: 150px;
  } */
  .category-search .list.grid{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 1rem;
  }
  .category-search .list.grid .col{
    margin-bottom: 3rem;
  }
  .category-search .heading.-center{
    margin-top: 5rem;
  }
  .banners.grid .col{
    margin-bottom: 2rem;
  }
  .floorguide .flex{
    padding: 0 2.8rem;
  }
  .floorguide .floor-pic{
    margin-bottom: 2rem;
  }
  .floorguide .floor-link ul{
    margin: 3rem 0 4rem;
  }
  .floorguide .floor-link{
    border: none;
  }
  .floorguide .floor-area .show {
    display:block !important;
  }
  .floorguide .floor-area .floor-pic {
    display:none;
  }
  .access p{
    font-size: 1.4rem;
    margin: -1rem auto 4rem;
  }
  .box-sns ul{
    display: flex;
  }
  .box-sns p{
    margin: 0;
  }
  .box-sns ul{
    margin: 2rem auto 0;
  }
  .box-sns img{
    width: 65px;
    height: 65px;
  }
  .footer-nav .item{
    padding: 0;
    height: 15px;
    margin-bottom: 1rem;
  }
  .footer-nav .item a{
    padding: 0 1.5rem 0 0;
    height: 15px;
    font-size: 1.2rem !important;
  }
  .footer-nav .item.-lastchild .link::after{
    display: none;
  }
  .footer-nav .item.line a{
    border-right: #4D4D4D solid 1px;
  }
  .wrapper footer{
    padding: 0;
  }
  footer .logo img{
    width: auto;
    height: 19px;
    margin: 0 auto 1.1rem;
    display: block;
  }

 footer .logo.only-sm{
  display: contents;
 }
  footer .full{
    border-top: 1px solid #B4B4B4;
    padding: 1.2rem 0 .9rem;
  }
  .wrapper footer{
    border-top: none;
  }
  footer .item.-info{
    text-align: center;
    margin-bottom: .5rem;
  }
  .footer-nav .list{
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }


  section.floor{
    padding: 2em 0 0;
  }
  .shop-news .col{
    padding-left: 0;
    padding-right: 0;
  }
  .shop-news .full [class*="one-5"] .title{
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  .shop-news .note{
    padding-bottom: 2rem;
  }

  header h1 img{
    width: 100px !important;
    height: auto !important;
  }

  .detail-contents h4{
    padding: 0 0 0 1rem;
  }
  .detail-contents h4::before{
    width: 4px;
    height: 30px;
    top: 6px;
  }

  .contact .col{
    padding: 0;
  }
  .contact .col + .col{
    padding-left: 1.5rem;
  }
  .contact .contact{
    background: none;
  }

  .on-page .nav-btn::after{
    top: 2.5rem;
    right: 10px;
  }
  .recruit .on-page .nav-btn::after{
    top: 1.5rem;
    right: -1rem;
    transition: unset;
  }
  .page-shop-list.-recruit .more .read-more.clicked::after{
    top: 1.8rem;
  }

  .slick-prev::after,
  .slick-next::after,
  .shop-info .slick-prev::after,
  .shop-info .slick-next::after,
  .news-detail .slick-prev::after,
  .news-detail .slick-next::after {
    width: 10px;
    height: 10px;
  }
  .slick-prev,
  .shop-info .slick-prev,
  .news-detail .slick-prev {
    left: -50px;
  }

  .slick-next,
  .shop-info .slick-next,
  .news-detail .slick-next {
    right: -45px;
  }
  .slick-next::after,
  .shop-info .slick-next::after,
  .news-detail .slick-next::after {
    transform: rotate(45deg) translate(-24px, -41px);
  }
  .col-right{
    margin-top: 1rem;
  }
  .shoplist.-sitetop .card .caption{
    padding: 0 .8rem 5rem;
  }
  .shoplist.-search .card .caption,
  .shop-list.-all .card .caption{
    padding: 0 0 2.75em;
  }

  .floor .card .caption{
    padding: 0 0 2.75em;
  }

  h3[class*="shop-list-subtitle"]{
    margin: 2.2em auto;
  }

  .pc-left .heading{
    text-align: center;
  }
  .food .outline{
    border-top: none;
  }
  /* .shop-detail .shop-news, .shop-detail .special{
    padding-bottom: 0;
  } */
  .shop-news .list.grid.separate .col{
    width: 47%;
  }
  .shop-news .list.grid.separate{
    justify-content: space-between;
    margin-top: 0;
  }
  .shop-news .grid .col{
    margin-bottom: 2rem;
  }
  .drawer .primary{
    padding: 7rem 3rem 0;
  }
  .page-shop-list.-recruit{
    padding: 0 0 2.5em;
  }
  .contact .control{
    background: none;
  }

  .drawer .primary [data-section-en]::before{
    font-size: 17px;
  }
  .primary .link{
    font-size: 11px;
  }
  .drawer .primary li{
    padding: 0 0 2rem;
  }
  .footer-banner.container .list{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-banner.container{
    padding: 2rem 0 0;
  }
  /* .editors .banners .col:nth-child(even), */
  .drawer .others .col:nth-child(even){
    padding-left: .7em;
  }
  /* .editors .banners .col:nth-child(odd), */
   .drawer .others .col:nth-child(odd){
    padding-right: .7em;
  }
  .editors .banners {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .editors.-banner li{
    padding: .8rem !important;
  }
  .features.-sitetop ul{
    justify-content: center;
  }
  .drawer .sns.list{
    padding-left: 3em;
  }
  .drawer .sns.list img{
    width: 60px;
    height: 60x;
  }
  .caption .meta-info .place{
    margin-top: 5px;
  }
  /* pointcard */
  .table-point th, .table-point td{
    display: block;
    width: 100%;
    text-align: left;
  }
  .table-point td .box .img{
    width: 100%;
  }
  .table-point .box-step-flex .img-card{
    width: 100%;
  }
  .table-point .bonus-ttl{
    font-size: 2rem;
  }
  .table-point th{
    padding: 1rem;
    background: #f7f7f7;
  }
  .table-point td{
    padding: 2rem 1rem;
  }
  .table-point li{
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    font-size: 1.3rem;
  }
  .table-point .txt-orange.-birth{
    font-size: 2rem;
  }
  .table-point .txt-orange.-birth span.big{
    font-size: 3.3rem;
  }
  .table-point .txt-orange.-birth span.p-txt{
    font-size: 2.7rem;
  }
  .table-point .txt-orange{
    font-size: 1.8rem;
  }
  .table-point .box-step-flex .right{
    margin: .8rem 0 0 1rem;
  }
  .table-point .box-step-flex{
    margin-top: 2rem;
  }
  .table-point td .box{
    margin-bottom: 2rem;
  }
  .table-point td .box.border-gray {
    border-bottom: solid 2px #ccc;
  }
  .table-point td .box.-last{
    padding-bottom: 0;
  }


  /* shuttlebus */
  .pic-weekday{
  margin-bottom: 3rem;
  }

  .facility-info .grid .col{
    margin-bottom: 0;
  }
  .footer-nav .link{
    font-size: 1rem;
  }
  .footer-nav .list{
    margin-bottom: 1rem;
  }

  /* header SP版 電話番号追加 */
  .global .flex-sm{
    display: flex;
  }
  .global .flex-sm .tel-sm{
    display: flex;
    align-items: center;
    margin: auto 7rem auto auto;
  }
  .tel-sm .tel{
    display: flex;
  }
  .tel-sm .tel p{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 .5rem 1rem;
  }
  .tel-sm .tel span{
    font-size: 1rem;
  }
  .tel-sm .tel .pic img{
    height: 34px;
  }
  .tel-sm .tel .pic{
    margin: auto;
  }

}

@media screen and (max-width: 1250px) {
  /* .header-menu .link label{
    display: none;
  } */
  /* header h1, header h1 img{
    height: 60px;
  } */
  .header-menu li{
    height: 60px;
  }
  .header-menu li {
    margin: 0 1rem;
  }
  .header-menu li .tel p{
    font-size: 2.3rem;
  }
  .header-menu li .tel img{
    height: 45px;
  }
  /* .header-menu li.icons{
    display: none;
  } */
  .header-menu li.box-tel{
    position: absolute;
    right: 420px;
  }
}
/* @media screen and (max-width: 1500px) {
  header h1, header h1 img{
    height: 60px;
  }
  .header-menu li{
    height: 60px;
  }
  .header-menu li {
    margin: 0 1rem;
  }
  .header-menu li .tel p{
    font-size: 2.3rem;
  }
  .header-menu li .tel img{
    height: 45px;
  }
  .header-menu .link::before{
    margin-top: 8px;
  }
} */
/* @media screen and (max-width: 1700px) {
  .header-menu li {
    margin: 0 2rem;
  }
} */

/* add 20220301 */
.group-head .menu-link{
  display: inline-block;
}
.group-head .menu-link+.menu-link{
  margin-left: 3rem;
}
.group-head .menu-link::before{
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-right: .5rem;
  font-size: 1.9rem;
  vertical-align: middle;
}
.group-head .menu-link.-hours::before{
  content: "\f017";
}
.group-head .menu-link.-staff::before{
  content: "	\f2bd";
}
.group-head .menu-link.-staff{
  margin-right: 3rem;
}
.group-head .sns-link{
  width: 25px;
  height: 25px;
  display: inline-block;
}
.group-head .sns-link+.sns-link{
  margin-left: 1.5rem;
}
.home .heading.-center .title::after{
  display: none;
}
.news-event.-sitetop .slick-dots li.slick-active button:before,
.features.-sitetop .slick-dots li.slick-active button:before {
  background-color: #BCA475;
}
.news-event.-sitetop.-shop .note{
  background: #fff;
  padding: 2rem;
  height: 100%;
}
.news-event.-sitetop.-shop .note h3{
  margin: 0 0 1rem;
}
.news-event.-sitetop.-shop .slick-track {
  display: flex;
}
.news-event.-sitetop.-shop .slick-slide {
  height: auto !important;
}
.news-event.-sitetop.-shop .date{
  color: #6D6D6D;
}
.news-event.-sitetop.-shop .news-floor{
  position: relative;
}
.news-event.-sitetop.-shop .news-floor .meta-info .inner{
  display: inline-block;
  background-color: #3D3833;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .65em 1em .5em;
  color: #fff;
  line-height: 1;
  max-width: 90%;
  font-weight: bold;
}
.news-event.-sitetop.-shop .slick-track{
  display: flex;
}
.news-event.-sitetop.-shop .slick-track .slick-slide{
  height: auto !important;
}

.news-panel .card{
  height:100%;

}
.editors.-banner li a img{
  width: 100%;
}
.editors.-banner li{
  padding: 10px;
}
.editors .grid .col{
  padding: 0 11px;
  margin-bottom: 3rem;
}
.editors.-related .grid{
  margin: 0 -21px;
}

footer.global{
  background: #222222;
  padding: 10rem 0 2rem;
}
footer.global p{
  color: #fff;
  font-size: 1.6rem;
}
footer.global .link{
  color: #fff;
  font-size: 1.4rem;
}
footer.global .footer-nav{
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
footer.global .sns.list{
  display: flex;
  justify-content: end;
}

.heading.-center .title::after{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 65px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #BEA47F;
}
.floor .grid a{
  border: solid 1px #707070;
}
.floor .grid li .fig{
  padding: 2rem;
}

.shop-news .heading.h2.-center{
  font-size: 4.5rem;
  font-weight: bold;
  line-height: .8;
  padding-bottom: 3rem;
  position: relative;
}
.shop-news .heading.h2.-center .small{
  font-size: 1.6rem;
}

.contact-form{
  border-collapse: collapse;
}
.contact-form th{
  background: #E9E4DE;
  padding: 2.5rem;
  text-align: left;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.contact-form td{
  padding: 1.5rem 4rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.contact-form th.v-top{
  vertical-align: top;
}
.contact-form th span{
  font-weight: normal;
  font-size: 1.4rem;
}
.contact .description{
  justify-content: center;
}
.more .nav-btn.-brown{
  background:#665E56;
  color: #fff;
  border: none;
  margin: auto;
}
/* access .tbl_access */
.block_parking .ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.block_parking .text{
  font-size: 1.6rem;
}
.block_parking{
  margin-top: 4rem;
}
.tbl_access {
  border-collapse: collapse;
  width: 90%;
  margin: 0 0 4rem;
}
.tbl_access tr {
  border: #000 solid 1px;
}
.tbl_access th,
.tbl_access td{
  font-size:1.5rem;
  margin:0;
  padding:10px;
  text-align: center;
}
.tbl_access th{
  border:#000 solid 1px;
  font-weight: normal;
  background:#EEE;
  width:200px;
}
.tbl_access td{
  border:none;
}
.map_centerrace{
  margin-bottom: 8rem;
  width: 100%;
}
.access .google-map{
  max-width: 100%;
  margin: auto auto 5rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  /* for sm */
  /* access .tbl_access */
  .block_parking .ttl{
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
  .block_parking .text{
    font-size: 1.4rem;
  }
  .block_parking{
    margin-top: 3rem;
  }
  .tbl_access {
    width: 100%;
    margin: 0 0 3.5rem;
  }
  .tbl_access th,
  .tbl_access td{
    font-size:1.4rem;
  }
  .tbl_access th {
    width: 120px;
  }
  .access .google-map{
    margin: auto auto 2rem;
    padding: 0;
  }
  .access .detail-post .text p{
    font-size: 1.4rem;
  }
  .map_centerrace{
    margin-bottom: 5rem;
  }
}

@media print, (min-width: 992px) {
  .main-bg{
    background-image: url(../img/default/bg_main.png);
    background-size: contain;
  }
  .group-head{
    margin: auto 130px auto auto;
  }
  .group-head.-top{
    margin: auto;
    padding: 4rem 0 0;
  }
  section.news-event.-sitetop{
    width: 85%;
    margin: auto auto 10rem;
    background: #fff;
    border-radius: 10px;
    padding: 5rem 2rem 4rem;
  }
  .news-event.-sitetop .grid .col{
    margin-bottom: 4rem;
    padding: 0 20px;
  }
  section.news-event.-sitetop.-shop{
    width: 85%;
    margin: auto;
    background: none;
    border-radius: 10px;
    padding: 0 0 10rem;
  }
  section.editors.-banner{
    padding-top: 9rem;
    padding-bottom: 0;
  }

  section.-sitetop.shoplist .gap-24-lg{
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
  .newslist .col{
    margin-bottom: 6rem;
  }
  .newslist.separate .post-img{
    margin-bottom: 1.5rem ;
  }
  .access .col-center{
    width: 900px;
  }
  section.shop-news{
    padding: 6rem 0 8rem;
  }
  section.news-event,
  section.news-detail,
  section.shop-search,
  section.accsess,
  section.contact{
    padding-bottom: 5em;
  }

  .contact .col-center{
    width: 1000px;
  }
  .news-event.-sitetop .container{
    max-width: 1050px;
  }
  .news-event.-sitetop.-shop .container{
    max-width: 1180px;
  }

  .shoplist.-sitetop .container{
    max-width: unset;
    padding: 0;
  }
  .shoplist.-sitetop .tab-container .display{
    max-width: 1024px;
    padding: 0 1rem;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  /* for sm */
  header.global{
    height: 45px;
  }
  .menu-en, .menu-trigger {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .header-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  .header-menu li{
    height: auto;
    text-align: center;
    margin: .7rem;
  }
  .header-menu li label{
    display: block;
    font-size: 1.2rem;
  }
  .header-menu .link::before{
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }
  .header-menu .link.-logo::before{
    background-size: auto 16px;
  }
  .header-menu .link.-card::before{
    background-size: auto 17px;
    width: 25px;
  }
  /* main-slider */
  .main-slider.slick-dotted{
    margin-bottom: 2rem;
  }
  .main-slider .slick-list .slick-slide{
    padding: 0 .7rem;
  }
  .main-slider .slick-list{
    padding: 0 2.5rem !important;
  }
  .main-visual .slick-next{
    right: 10px;
  }
  .main-visual .slick-prev{
    left: 10px;
  }
  .main-visual .slick-arrow{
    background: #fff;
    border-radius: 50px;
    width: 20px;
    height: 0;
    padding: 20px 0 0;
    top: 38%;
  }
  .main-visual .slick-prev::after,
  .main-visual .slick-next::after{
    width: 8px;
    height: 8px;
  }
  .main-visual .slick-prev::after{
    transform: rotate(45deg) translate(-16px, -26px);
  }
  .main-visual .slick-next::after{
    transform: rotate(45deg) translate(-18px, -25px);
  }

  .main-bg-sp{
    background-image: url(../img/default/bg_main_sp.jpg);
    background-repeat:repeat-y;
    background-size: contain;
  }
  .top-info .text .date{
    margin-right: .5rem;
  }
  .news-event.-sitetop{
    background: #E9E4DE;
  }
  .news-event.-sitetop.-shop{
    background: none;
  }
  .news-event.-sitetop.-shop .note{
    padding: 1rem .5rem 0;
  }
  .news-event.-sitetop.-shop .note h3{
    font-size: 1.4rem;
  }
  section.access.-sitetop{
    padding: 3rem 0 2rem;
  }
  .grid .col{
    margin-bottom: 2rem;
  }
  .editors.-banner .banners{
    padding: 3rem .7rem 0;
    width: 100%;
  }
  .editors .grid .col{
    margin-bottom: 1rem;
    padding: 0 5px;
  }
  .editors .banners{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    width: 95%;
    margin: auto !important;
  }
  .news-event .list .title{
    font-size: 1.4rem;
    margin-top: .5rem;
  }
  .news-event.-sitetop.-shop .news-floor .meta-info span{
    font-size: .9rem;
  }
  .news-event.-sitetop.-shop .news-floor .meta-info .inner{
    padding: .5rem 1rem;
  }
  .news-event.-sitetop.-shop .note .date{
    font-size: 1.2rem;
  }
  .home .news-event .list .title{
    margin-top: 1rem;
  }
  .news-event.-sitetop .col{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .news-event .heading.-center .title::after{
    font-size: 1.3rem;
  }
  .floor .grid .col{
    position: relative;
    margin-bottom: 4rem;
  }
  .floor li .num{
    top: -2.5rem;
    padding: .5rem 1.2rem;
  }
  .floor .grid li .fig{
    padding: 1rem;
  }
  .news-event .grid .col{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .news-event .grid .post-img{
    margin-bottom: 1rem;
  }

  .shop-news .heading.h2.-center{
    font-size: 3rem;
  }
  .shop-news .heading.h2.-center .small{
    font-size: 1.3rem;
  }

  .slick-arrow,
  .shop-info .slick-arrow,
  .news-detail .slick-arrow {
  position: absolute;
  border: none;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  overflow: hidden;
  background: none;
  top:42%;
  z-index: 101;
  }
  .slick-prev, .shop-info .slick-prev, .news-detail .slick-prev{
    left: -40px;
  }

  /* contact */
  .contact-form th,
  .contact-form td{
    display: block;
    padding: 1rem;
    border: none;
  }
  .contact-form th{
    display: block;
    padding: 1rem;
  }
  .contact-form td{
    border: none;
    padding: 1.5rem 1rem;
  }
  .contact-form tr{
    display: block;
    margin-bottom: 2rem;
  }


  /* footer */
  footer.global{
    padding: 1rem 2rem;
  }
  footer h1{
    text-align: left;
    margin: 0 0 2rem;
  }
  footer h1 img{
    height: 40px;
  }
  footer.global p{
    font-size: 1.2rem;
    text-align: left;
  }
  footer.global .link{
    font-size: 1.2rem;
  }
  .footer-nav .item .link::after{
    border-right: #808080 solid 1px;
    display: inline-block;
    content: "";
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: .7rem;
    margin-top: -10px;
  }
  footer .mall-info.full{
    border-top: none;
  }
  footer .info-flex{
    display: flex;
    justify-content: space-between;
  }
  footer.global .sns.list{
    margin: auto 0 0;
  }
  .sns .icon .link{
    padding: 0;
  }
  .i-fb, .i-tw, .i-insta, .i-line{
    width: 20px;
    height: 20px;
  }
  .to-top{
    bottom: -2.4em;
  }
  .more .btn{
    margin: auto;
  }

  .footer-banner.container{
    display: none;
  }

  section.shoplist.-search .card,
  section.shop-list.-all a.card{
    padding: .8rem;
  }
  section.news-event,
  section.shop-search,
  section.accsess{
    padding-bottom: 3em;
  }

}

/* END for 768 < */
/* size Definition */
/*
sm =  ( =< 991 )
lg =  ( 992 =< (1280) )
xlg = ( 1281 < )
*/
/* media querys Definition */

/*# sourceMappingURL=front.css.map */