@charset "UTF-8";
/*
example
@include textjustify
*/
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
/*-------------------------------------------*/
/*
google font
Cinzel
*/
/*
Cinzel フォント設定
400：Regular（デフォルト）
*/
/*-------------------------------------------*/
/*
ゴシック基本フォント
*/
/*
Cinzel フォント設定
400：Regular（デフォルト）
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -------------------------------------------------------------

共通要素

------------------------------------------------------------- */
.sec_ttl {
  text-align: center;
  padding-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 460px) {
  .sec_ttl {
    padding-bottom: 0.45rem;
  }
}
.sec_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 0.4rem;
  background-color: #cac1bb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 460px) {
  .sec_ttl:after {
    height: 0.3rem;
  }
}
.sec_ttl:before {
  content: attr(data-en);
  display: block;
  margin-bottom: 0.24rem;
  font-size: 0.46rem;
  font-family: "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ba9969;
}
@media screen and (max-width: 460px) {
  .sec_ttl:before {
    margin-bottom: 0.1rem;
    font-size: 0.35rem;
  }
}
.sec_ttl span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.os-android .sec_ttl span {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 460px) {
  .sec_ttl span {
    font-size: 0.14rem;
  }
}

/* -------------------------------------------------------------

フロアマップ

------------------------------------------------------------- */
.sec_floormap {
  padding: 0.34rem 0 0;
}
@media screen and (max-width: 460px) {
  .sec_floormap {
    position: relative;
    padding: 0.96rem 0 0.35rem;
    background-position: center 0.14rem;
    background-repeat: no-repeat;
    background-image: url(../img/shopguide/sec_shoplist_first_bg_sp.png);
    background-size: 4.05rem auto;
  }
}
@media (min-width: 461px) {
  .sec_floormap .sec_ttl {
    background-image: url(../img/shopguide/sec_shoplist_first_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 13.58rem auto;
    padding-top: 0.56rem;
  }
}
.sec_floormap .mv_box {
  height: 6.4rem;
}
@media screen and (max-width: 460px) {
  .sec_floormap .mv_box {
    height: 2.5rem;
  }
}
.sec_floormap .mv_box .mv {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 461px) {
  .no-touchevents .sec_floormap .mv_box .mv {
    background-attachment: fixed;
  }
}
.sec_floormap .mod_wrap01 {
  position: relative;
  height: 5.69rem;
}
@media (min-width: 461px) {
  .sec_floormap .mod_wrap01 {
    width: 12rem;
    margin-top: 0.62rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_floormap .mod_wrap01 {
    height: 1.97rem;
  }
}
@media (min-width: 461px) {
  .sec_floormap .mod_wrap01 .map_trigger {
    pointer-events: none !important;
  }
}
.sec_floormap .maptype {
  width: 3.28rem;
  height: 2.94rem;
  position: absolute;
  top: 0.16rem;
  right: -0.9rem;
}
@media screen and (max-width: 460px) {
  .sec_floormap .maptype {
    margin: 0.45rem auto 0;
    width: 3.16rem;
    height: 1.08rem;
    position: relative;
    top: auto;
    right: auto;
  }
}
.sec_floormap .map {
  width: 9.3rem;
  height: 6.84rem;
}
@media screen and (max-width: 460px) {
  .sec_floormap .map {
    margin: 0.1rem auto 0;
    width: 3.35rem;
    height: 3.11rem;
  }
}

/* -------------------------------------------------------------

ショップリスト

------------------------------------------------------------- */
.sec_shoplist {
  margin-top: -0.3rem;
  padding: 0;
  background-color: #eeedea;
  background-image: url(../img/shopguide/sec_shoplist_content_bg.png);
  background-repeat: no-repeat;
  background-position: center 1.33rem;
  background-size: 13.88rem auto;
}
@media screen and (max-width: 460px) {
  .sec_shoplist {
    padding: 0.4rem 0 0.7rem;
    background-position: center 2.27rem;
    background-repeat: no-repeat;
    background-image: url(../img/shopguide/sec_shoplist_content_bg_sp.png);
    background-size: 4.05rem auto;
  }
}
@media screen and (max-width: 460px) {
  .sec_shoplist .mod_wrap01 {
    margin: 0 0.3rem;
  }
}
.sec_shoplist .shoplist_wrap {
  padding-top: 1.1rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .shoplist_wrap {
    padding-top: 0.55rem;
  }
}
.sec_shoplist .shoplist_wrap + .shoplist_wrap {
  margin-top: 0;
}
.sec_shoplist .mod_btn01.coupon {
  margin: 0.35rem auto 0 auto;
}
.sec_shoplist .floor {
  font-family: "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.36rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ba9969;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .floor {
    font-size: 0.3rem;
  }
}
.sec_shoplist .shoplist {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .shoplist {
    margin-top: 0.16rem;
  }
}
@media (min-width: 461px) {
  .sec_shoplist .shoplist li {
    width: 3.4rem;
    margin: 0.98rem 0 0 0.4rem;
  }
  .sec_shoplist .shoplist li:nth-child(3n+1) {
    margin-left: 0;
  }
  .sec_shoplist .shoplist li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .sec_shoplist .shoplist li {
    width: 100%;
  }
  .sec_shoplist .shoplist li + li {
    margin-top: 0.44rem;
  }
}
.sec_shoplist .img_box {
  position: relative;
}
@media (min-width: 461px) {
  .sec_shoplist .img_box {
    height: 2.4rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_shoplist .img_box {
    padding-top: 60%;
  }
}
.sec_shoplist .img_box .img {
  position: absolute;
  top: 0;
  left: 0;
}
.sec_shoplist .img_box .place {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 0.5rem;
  height: 0.7rem;
  font-size: 0.18rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .img_box .place {
    font-size: 0.14rem;
    width: 0.38rem;
    height: 0.54rem;
  }
}
.sec_shoplist .img_box .place.bl {
  background-color: #324678;
}
.sec_shoplist .img_box .place.g {
  background-color: #506e28;
}
.sec_shoplist .img_box .place.br {
  background-color: #ba9969;
}
.sec_shoplist .ttl_logo {
  display: flex;
  margin-top: 0.2rem;
}
@media (min-width: 461px) {
  .sec_shoplist .ttl_logo {
    min-height: 1.3rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box {
  width: 2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box {
    width: calc(100% - 1.05rem);
  }
}
.sec_shoplist .ttl_logo .ttl_box:last-child {
  width: 100%;
}
.sec_shoplist .ttl_logo .ttl_box .ttl {
  margin-top: 0.1rem;
  font-weight: 700;
  font-size: 0.22rem;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .ttl {
    font-size: 0.19rem;
    margin-top: 0.05rem;
    letter-spacing: 0;
  }
}
.sec_shoplist .ttl_logo .ttl_box .ttl:nth-child(2) {
  margin-top: 0.06rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .ttl:nth-child(2) {
    margin-top: 0.03rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .ttl small {
  font-size: 0.14rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .ttl small {
    font-size: 0.12rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .sub {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .sub {
    margin-top: 0.04rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .en {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
  color: #ba9969;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .en {
    margin-top: 0.06rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .en:nth-child(2) {
  margin-top: 0.22rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .en:nth-child(2) {
    margin-top: 0.14rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .info {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .info {
    margin-top: 0.08rem;
  }
}
.sec_shoplist .ttl_logo .ttl_box .info:nth-child(3) {
  margin-top: 0.22rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .ttl_box .info:nth-child(3) {
    margin-top: 0.14rem;
  }
}
.sec_shoplist .ttl_logo .logo {
  width: 1.4rem;
  height: 1.06rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .ttl_logo .logo {
    width: 1.05rem;
    height: 0.8rem;
  }
}
.sec_shoplist .mod_btn_box {
  margin-top: 0.18rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ba9969;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .mod_btn_box {
    padding-bottom: 0.5rem;
    margin-top: 0.37rem;
  }
}
.sec_shoplist .mod_btn_box .mod_btn01 {
  margin: 0 auto;
  width: 2.4rem;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .mod_btn_box .mod_btn01 {
    width: 2.5rem;
  }
}
.sec_shoplist .txt {
  margin-top: 0.2rem;
  border-top: 1px solid #ba9969;
  padding-top: 0.18rem;
  font-size: 0.14rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .txt {
    font-size: 0.12rem;
  }
}
.sec_shoplist .business_time_tel {
  margin-top: 0.18rem;
}
.sec_shoplist .business_time_tel dl {
  position: relative;
}
.sec_shoplist .business_time_tel dl:last-of-type {
  margin-top: 0.1rem;
}
.sec_shoplist .business_time_tel dl dt {
  font-size: 0.14rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-weight: bold;
  position: absolute;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .business_time_tel dl dt {
    font-size: 0.12rem;
  }
}
.sec_shoplist .business_time_tel dl dd {
  font-size: 0.14rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  width: calc(100% - 0.76rem);
  margin-left: auto;
}
@media screen and (max-width: 460px) {
  .sec_shoplist .business_time_tel dl dd {
    font-size: 0.12rem;
    width: calc(100% - 0.66rem);
  }
}
.sec_shoplist .business_time_tel .txt {
  border-top: none;
  padding-top: 0;
  margin-top: 0.18rem;
}

/* -------------------------------------------------------------

クーポン

------------------------------------------------------------- */
.sec_coupon {
  padding: 0.5rem 0;
}
@media screen and (max-width: 460px) {
  .sec_coupon {
    padding: 0.4rem 0;
  }
}
.sec_coupon .sec_ttl {
  padding-bottom: 0;
}
.sec_coupon .sec_ttl::before {
  font-size: 0.4rem;
}
@media screen and (max-width: 460px) {
  .sec_coupon .sec_ttl::before {
    font-size: 0.27rem;
  }
}
.sec_coupon .sec_ttl::after {
  display: none;
}
.sec_coupon .mod_btn01.coupon {
  margin: 0.4rem auto 0 auto;
}
@media screen and (max-width: 460px) {
  .sec_coupon .mod_btn01.coupon {
    margin: 0.2rem auto 0 auto;
  }
}

/* -------------------------------------------------------------

お得な会員サービス

------------------------------------------------------------- */
.sec_member {
  padding: 1rem 0;
  background-color: #F8F5F0;
}
@media screen and (max-width: 460px) {
  .sec_member {
    position: relative;
    padding: 0.46rem 0 1.4rem;
  }
}
.sec_member .member_ttl {
  text-align: center;
  position: relative;
}
.sec_member .member_ttl:before {
  content: attr(data-en);
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
  font-family: "Cinzel", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #0074bd;
}
@media screen and (max-width: 460px) {
  .sec_member .member_ttl:before {
    margin-bottom: 0.12rem;
    font-size: 0.27rem;
  }
}
.sec_member .member_ttl span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.os-android .sec_member .member_ttl span {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 460px) {
  .sec_member .member_ttl span {
    font-size: 0.18rem;
  }
}
.sec_member .mod_wrap01 {
  margin-top: 0.5rem;
}
@media (min-width: 461px) {
  .sec_member .mod_wrap01 {
    display: flex;
  }
}
@media screen and (max-width: 460px) {
  .sec_member .mod_wrap01 {
    margin: 0.26rem 0.3rem;
  }
}
@media (min-width: 461px) {
  .sec_member .l {
    width: 4.1rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_member .l .yumenavi {
    position: relative;
    padding-top: 36%;
  }
}
.sec_member .l .yumenavi img {
  display: block;
  width: 4.1rem;
  height: 1.5rem;
}
@media screen and (max-width: 460px) {
  .sec_member .l .yumenavi img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sec_member .l .btn_box {
  margin-top: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .sec_member .l .btn_box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
}
.sec_member .l .btn_box_txt {
  color: #0074bd;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.2rem;
}
.os-android .sec_member .l .btn_box_txt {
  font-family: "Noto Serif JP", serif;
}
.sec_member .l .btn_box_txt span {
  display: inline-block;
  position: relative;
  padding: 0 0.15rem;
}
.sec_member .l .btn_box_txt span:before, .sec_member .l .btn_box_txt span:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 0.26rem;
  height: 0;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sec_member .l .btn_box_txt span:before {
  right: 100%;
}
.sec_member .l .btn_box_txt span:after {
  left: 100%;
}
.sec_member .l .mod_btn01 {
  margin: 0.2rem auto 0;
  background-color: #0074bd;
}
@media screen and (max-width: 460px) {
  .sec_member .l .mod_btn01 {
    margin-top: 0.12rem;
  }
}
.no-touchevents .sec_member .l .mod_btn01:hover {
  background-color: #00529b;
}
.sec_member .r {
  box-sizing: border-box;
}
@media (min-width: 461px) {
  .sec_member .r {
    padding-left: 0.6rem;
    width: calc(100% - 4.1rem);
  }
}
@media screen and (max-width: 460px) {
  .sec_member .r {
    margin-top: 0.2rem;
  }
}
.sec_member .r .heading {
  color: #0074bd;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.os-android .sec_member .r .heading {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 460px) {
  .sec_member .r .heading {
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.56;
  }
}
.sec_member .r .caption {
  margin-top: 0.26rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.os-android .sec_member .r .caption {
  font-family: "Noto Serif JP", serif;
}
.os-android .sec_member .r .caption {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 460px) {
  .sec_member .r .caption {
    margin-top: 0.12rem;
    font-size: 0.12rem;
    line-height: 1.66;
  }
}
.sec_member .r .txt {
  margin-top: 0.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.os-android .sec_member .r .txt {
  font-family: "Noto Serif JP", serif;
}
.os-android .sec_member .r .txt {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 460px) {
  .sec_member .r .txt {
    margin-top: 0.12rem;
    font-size: 0.11rem;
    line-height: 1.54;
  }
}

/* -------------------------------------------------------------

モーダル

------------------------------------------------------------- */
[data-inlinemodalsimple] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 461px) {
  [data-inlinemodalsimple] {
    display: none;
  }
}

[data-inlinemodalsimple-inline] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 461px) {
  [data-inlinemodalsimple-inline] {
    display: none;
  }
}
[data-inlinemodalsimple-inline].active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
[data-inlinemodalsimple-inline] img {
  display: block;
  width: 150%;
}

[data-inlinemodalsimple-area] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  perspective: 500px;
  transition: 1s;
}
@media (min-width: 461px) {
  [data-inlinemodalsimple-area] {
    display: none;
  }
}
[data-inlinemodalsimple-area].active {
  opacity: 1;
  pointer-events: auto;
}
[data-inlinemodalsimple-area].active .wrap {
  transform: none;
  opacity: 1;
}
[data-inlinemodalsimple-area].disabled {
  pointer-events: none;
}
[data-inlinemodalsimple-area].modalone .pager,
[data-inlinemodalsimple-area].modalone .prev,
[data-inlinemodalsimple-area].modalone .next {
  display: none;
}
[data-inlinemodalsimple-area] .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 10001;
}
[data-inlinemodalsimple-area] .wrap {
  position: absolute;
  margin: auto;
  background-color: #fff;
  z-index: 10001;
  transform-style: preserve-3d;
  opacity: 0;
  transition: 1s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  top: 50%;
  left: 10px;
  right: 10px;
  bottom: 50%;
  transform: scale(0.7);
  width: calc(100% - 0.4rem);
  height: 3.35rem;
}
[data-inlinemodalsimple-area] .content {
  position: absolute;
  overflow: scroll;
  z-index: 10001;
  background-color: #fff;
  top: 0.2rem;
  bottom: 0.2rem;
  right: 0.2rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
}
[data-inlinemodalsimple-area] .prev,
[data-inlinemodalsimple-area] .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10001;
}
[data-inlinemodalsimple-area] .prev:before,
[data-inlinemodalsimple-area] .next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  transition: 0.2s;
}
[data-inlinemodalsimple-area] .prev:after,
[data-inlinemodalsimple-area] .next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transition: 0.2s;
}
.no-touchevents [data-inlinemodalsimple-area] .prev:hover:before,
.no-touchevents [data-inlinemodalsimple-area] .next:hover:before {
  background-color: #000;
}
.no-touchevents [data-inlinemodalsimple-area] .prev:hover:after,
.no-touchevents [data-inlinemodalsimple-area] .next:hover:after {
  border-color: #FFF;
}
[data-inlinemodalsimple-area] .prev {
  left: -22px;
}
[data-inlinemodalsimple-area] .prev:after {
  left: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}
[data-inlinemodalsimple-area] .next {
  right: -22px;
}
[data-inlinemodalsimple-area] .next:after {
  right: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
[data-inlinemodalsimple-area] .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10001;
}
[data-inlinemodalsimple-area] .pager button {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
[data-inlinemodalsimple-area] .pager button:after, [data-inlinemodalsimple-area] .pager button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #DDD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 460px) {
  [data-inlinemodalsimple-area] .pager button:after, [data-inlinemodalsimple-area] .pager button:before {
    width: 6px;
    height: 6px;
  }
}
[data-inlinemodalsimple-area] .pager button:after {
  transition: 0.2s;
}
.no-touchevents [data-inlinemodalsimple-area] .pager button:hover:after, [data-inlinemodalsimple-area] .pager button.active:after {
  background-color: #000;
}
[data-inlinemodalsimple-area] .pager button.active {
  cursor: default;
  pointer-events: none;
}
[data-inlinemodalsimple-area] .contentclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: #fff;
  z-index: 10001;
  cursor: pointer;
  transition: 0.2s;
}
[data-inlinemodalsimple-area] .contentclose:after, [data-inlinemodalsimple-area] .contentclose:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
[data-inlinemodalsimple-area] .contentclose:after {
  transform: rotate(45deg);
}
[data-inlinemodalsimple-area] .contentclose:before {
  transform: rotate(-45deg);
}
.no-touchevents [data-inlinemodalsimple-area] .contentclose:hover, [data-inlinemodalsimple-area] .contentclose.active {
  background-color: #000;
}
.no-touchevents [data-inlinemodalsimple-area] .contentclose:hover:after, .no-touchevents [data-inlinemodalsimple-area] .contentclose:hover:before, [data-inlinemodalsimple-area] .contentclose.active:after, [data-inlinemodalsimple-area] .contentclose.active:before {
  background-color: #FFF;
}

/* -------------------------------------------------------------

ハック

------------------------------------------------------------- */
.ie .sec_member .r .caption {
  letter-spacing: -0.04em;
}
.ie .sec_member .r .txt {
  letter-spacing: 0.01em;
}

.sec_floormap .mod_wrap01 {
  height: auto;
  padding-bottom: 1rem;
}

.sec_floormap--bg {
  background-color: #eeedea;
}

.sec_floormap-list-link-wrap {
  gap: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 460px) {
  .sec_floormap-list-link-wrap {
    gap: 0.4rem;
  }
}

.sec_floormap-list-link a {
  position: relative;
  width: 2.8rem;
  height: 0.6rem;
  background: #BA9969;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  line-height: 2;
  border-radius: 0.03rem;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  transition: 0.5s;
}
@media screen and (max-width: 460px) {
  .sec_floormap-list-link a {
    font-size: 0.14rem;
    line-height: 1.4285714286;
    width: 1.33rem;
    height: 0.55rem;
  }
}

.sec_floormap-list-link a::after {
  position: absolute;
  background: url(../img/index/arrow.png) no-repeat center center/cover;
  width: 0.06rem;
  height: 0.1rem;
  content: "";
  right: 0.2rem;
  transform: rotate(90deg);
  transition: 0.5s;
}

.sec_floormap-list-link a:hover {
  background: #987747;
  transition: 0.5s;
}

.sec_floormap-list-link a:hover::after {
  transform: translateY(0.06rem) rotate(90deg);
  transition: 0.5s;
}

.sec_floormap-list-link-br {
  display: none;
}
@media screen and (max-width: 460px) {
  .sec_floormap-list-link-br {
    display: block;
  }
}
