@charset "UTF-8";
/* reset
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
button:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

/* base
----------------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* IE8 */
}
a:hover {
  text-decoration: underline;
}
a.mouse-over:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.lnk-txt{
  text-decoration:underline;
}

.cate-text{
	font-size:87.5%;
	font-weight:normal;
}
.cate-text2{
	font-size: 71.5%;
	line-height: 1.5em;
	display: inline-block;
	color: #ea3535;	
}
/* base PC
----------------------------------------------------------*/
.pc-mode-01 {
  display: block !important;
}
.pc-mode-02 {
  display: inline !important;
}
.pc-mode-03 {
  display: inline-block !important;
}
.sp-mode-01 {
  display: none !important;
}
.sp-mode-02 {
  display: none !important;
}
.sp-mode-03 {
  display: none !important;
}

/* base SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .pc-mode-01 {
    display: none !important;
  }
  .pc-mode-02 {
    display: none !important;
  }
  .pc-mode-03 {
    display: none !important;
  }
  .sp-mode-01 {
    display: block !important;
  }
  .sp-mode-02 {
    display: inline !important;
  }
  .sp-mode-03 {
    display: inline-block !important;
  }

}



/* contents
----------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 1097px;
  margin: 0 auto;
  position: relative;
}
.inner {
  max-width: 1077px;
  margin: 0 auto;
  padding: 0 10px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*** header ***/
.header-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #DCF8FF;
  position: relative;
  z-index: 2;
}
.header-global {
  position: relative;
  z-index: 1;
}
.header-global:before {
  content: " ";
  display: inline-block;
  background: url(/vierra/common/images/common/bg_header_global.png) no-repeat;
  background-size: auto;
  background-position: right bottom;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 84px;
  bottom: -3px;
  right: 10px;
}
.header-logo {
  float: left;
  width: 262px;
  margin: 0 0 14px 0;
  position: relative;
  z-index: 10;
}
.header-logo a {
  display: block;
}
.header-global-menu {
  float: right;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 10;
}
.header-global-menu li {
  float: left;
  border-right: 1px solid #9E9E9F;
  height: 15px;
}
.header-global-menu li:first-child {
  border-left: 1px solid #9E9E9F;
}
.header-global-menu li a {
  display: block;
  text-align: center;
  color: #231815;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 0 1em;
  font-weight: bold;
  line-height: 1.2;
}
.header-global-menu .contact a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(/vierra/common/images/common/icon_header_contact.png) no-repeat  left top;
  background-size: auto;
  width: 14px;
  height: 9px;
  position: relative;
  top: -1px;
  left: 0;
  margin: 0 5px 0 0;
}
/* .nav-tenant */
.nav-tenant {
  background: #FFF6E6;
  border-top: 2px solid #967C72;
}
.nav-tenant-list .nav-tenant-menu ul{
	margin-bottom:4px;
}
.nav-tenant-list li.nav1 ul{
border-left:4px solid #ea923b;
}
.nav-tenant-list li.nav2 ul{
border-left:4px solid #3dabe8;
}
.nav-tenant-list li.nav3 ul{
border-left:4px solid #56963b;
}
.nav-tenant:before {
  content: " ";
  display: block;
  background: url(/vierra/common/images/common/bg_nav_tenant.jpg) repeat center top;
  background-size: auto;
  height: 15px;
  position: relative;
  top: 0;
  left: 0;
}
.home{
	width:4em;
	float:left;
	color: #313131;
	font-size: 14px;
	font-size: 1.4rem;
	box-sizing: border-box;
	font-weight: bold;
}

.nav-tenant-menu-ttl{
	font-size: 1.4rem;
	color: #231815;
	font-weight: bold;
	margin-right:10px;
	width:5em;
	float:left;
}

.nav-tenant-box{
	padding-top:6px;
	}
.nav-tenant .nav-tenant-list{
	float:left;
	width:987px;

}
.nav-tenant-menu {
	width:900px;
	float:left;
	margin-bottom:2px;

}
.nav-tenant-menu li {
  float: left;
  position: relative;
  margin: 0;
}
.nav-tenant-menu li:after{
  content: " ";
  display: inline-block;
  position: absolute;
  border-right: 1px solid #ADADAD;
  height: 12px;
  top: 5px;
}
.nav-tenant-menu li:before {
  left: 0;
}
.nav-tenant-menu li:after {
  right: -1px;
}
.nav-tenant-menu li a {
  display: block;
  text-align: center;
  color: #313131;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  padding: 0 1.85em;
  font-weight: bold;
}
.nav-tenant-menu .no-lnk {
  display: block;
  text-align: center;
  color: #313131;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  padding: 0 1.85em;
  font-weight: bold;
}

/*** main ***/
/* .breadcrumb */
.breadcrumb {
  border-bottom: 1px solid #b4b4b5;
  padding: 6px 10px;
}
.breadcrumb li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #231815;
}
.breadcrumb li:before {
  content: ">";
  display: inline-block;
  color: #717071;
  position: relative;
  background-size: 100%;
  top: 0;
  left: 0;
  margin: 0 0.6em 0 0.75em;
}
.breadcrumb li.bc-home:before {
  display: none;
}
/* .main-bg */
.main-bg {
  position: relative;
  z-index: 1;
}
.main-bg:before {
  content: " ";
  display: block;
  background: url(/vierra/common/images/common/bg_main.png) no-repeat;
  background-size: auto;
  background-position: center top;
  width: 100%;
  height: 507px;
  position: absolute;
  z-index: 1;
  top: 0;
}
/* .main */
.main {
  position: relative;
  z-index: 2;
  margin-bottom: 10em;
}

/*** 施設紹介 ***/
/* .mv-wrap */
.hidden {
	display:none;
}

.mv-wrap {
  margin: 45px 0 35px 0;
}
.mainvisual {
  float: left;
  width: 654px;
  margin: 0 0 0 26px;
  position: relative;
  z-index: 1;
}
.mv-icon {
  position: absolute;
  top: -36px;
  left: -26px;
  width: 200px;
  z-index: 2;
}
.mv-txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0;
  position: relative;
  z-index: 2;
}
.nt-wrap {
  float: right;
  width: 368px;
  height: 319px;
  padding: 26px;
  background: #fff5d7;
  box-sizing: border-box;
  overflow: auto;
}
.nt-ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #562419;
  border-bottom: 1px solid #595757;
}
.nt-list {
  font-size: 14px;
  font-size: 1.4rem;
}
.nt-list li {
  border-bottom: 1px dotted #b4b4b5;
  padding: 1em 0;
}
.nt-date {
  color: #707070;
}

/*ニュース画像付き（テナント内のみ）*/
.nt-list .newsimg{
	width: 122px;
	margin-top: 5px;
}


/*更新日*/
.shop-date{
	text-align:right;
}

/*** 個別テナント情報 ***/
/* .tab-tenant */
.tab-tenant-cat {
  margin: 0 0 28px 0;
  border-bottom: 1px solid #9e9e9f;
}

.tab-tenant-cat h3{
	display:inline;
}

.tab-tenant-cat li {
  float: left;
  width: 216px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border: 1px solid #9e9e9f;
  box-sizing: border-box;
  margin: 0 -1px -1px 0;
}
.js-tab-active {
  background: #F4F4F4;
}
.ttc-icon {
  width: 32px;
  vertical-align: bottom;
  margin: 0 0.7em 0 0;
      display: inline-block !important;
}
.ttc-icon2{
  width: 115px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}


.tab-tenant-cat li a {
  display: block;
  padding: 0.8em 0.4em;
}
#js-tab-01.js-tab-active{
	background-color:#ffe9d3;
}
#js-tab-02.js-tab-active{
	background-color:#ebf8d5;
}
#js-tab-03.js-tab-active{
	background-color:#fefdd0;
}
#js-tab-04.js-tab-active{
	background-color:#fae4f8;
}
#js-tab-05.js-tab-active{
	background-color:#ddf6f8;
}
.tab-tenant-cat li a.mouse-over:hover {
  text-decoration: none;
}
.tab-tenant-wrap {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.tab-tenant-list {
  width: 102%;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  margin: 0 0 1px 0;
}
.tab-tenant-cont {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 31.3%;
  margin: 0 2% 2em 0;
  color: #231815;
}
.ttl-name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #9e9e9f;
  background: #f7dfd5;
  padding: 0.25em 1%;
  line-height: 1.5;
  display:block;
}
.ttl-inner {
  padding: 10px 1%;
}
.ttl-txt {
  float: left;
  width: 54%;
  margin: 0 6% 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ttl-ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.ttl-copy {
  font-size: 14px;
  font-size: 1.4rem;
}
.ttl-img {
  float: right;
  width: 40%;
}
.ttl-photo {
  margin: 0 0 10px 0;
}
.ttl-floor {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.icon_floor {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin: 0 8px;
}
.ttl-info {
  border-top: 1px solid #595757;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2em 1%;
}
.ttl-info p{
	letter-spacing:normal;
}
.ttl-info-list {
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
}
.ttl-ti {
  font-size: 1.143em;
  font-weight: bold;
  color: #525252;
}

.ttl-tel {
  margin: 0.25em 0.75em 0 0;
  line-height: 1.5em;
}
.ttl-url-icon {
	margin:1em 0 0.8em;
}
.tab-tenant-cont .open{
	color:#ea3535;
	font-weight:bold;
}
/*** フロアマップ ***/
.cm-ttl-01 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #595757;
  font-weight: bold;
  border-bottom: 1px solid #b4b4b5;
  margin: 0 0 1em 0;
}
.floor-map {
  margin: 0 0 60px 0;
  overflow: hidden;
}
.fm-list {
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  width: 103%;
}
.fm-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 48%;
  margin: 0 2% 0 0;
}

/*** 施設情報 ***/
.ti-map {
  width: 40%;
  height: 306px;
  float: left;
  margin: 0 3% 0 0;
}
.ti-map.big-map {
  height: 386px;
}

.ti-map iframe {
  width: 100%;
}
.ti-list-wrap {
  float: left;
  max-width: 57%;
  min-width: 400px;
  margin-bottom: 1em;
}
.ti-list-wrap .btn-01{
  margin-top: 1em;
}
.ti-list {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #b4b4b5;
  box-sizing: border-box;
  padding: 0.8em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ti-list dt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 27%;
  margin: 0 3% 0 0;
}
.ti-list dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.ti-contact {
  border: 1px solid #ddd;
  background: #fafafa;
  margin-top: 2em;
  padding: 0.5em 1em;
}
.ti-contact .items + .items{
  margin-top: 1em;
}

/*** footer ***/
.footer-tenant {
  background: #FFF6E6;
}
.ft-list {
  padding-top: 18px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.footer-global {
  padding-top: 14px;
  padding-bottom: 34px;
  background: #604B39;
}
.ft-list-wrap {
  float: left;
  margin: 0 12px 0 0;
  padding-top:10px;
}
.ft-list-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  color: #231815;
  font-weight: bold;
}
.ft-list-menu {
  float: left;
  padding: 0 25px;
}
.ft-list-menu li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.ex-list-menu {
  margin-right: 70px;
}
.footer-global-menu {
  float: right;
}
.footer-global-menu li {
  float: left;
  border-right: 1px solid #FFF;
  padding: 0 15px;
  line-height: 1.2;
}
.footer-global-menu li:first-child {
  border-left: 1px solid #FFF;
}
.footer-global-menu li a {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
.copyright {
  float: left;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
.pagetop {
  text-align: right;
  margin-bottom: 16px;
}
.pagetop a {
  color: #000;
}
.arrow-btn {
  display: inline-block;
  vertical-align: middle;
  background: #DBDCDC;
  width: 29px;
  height: 29px;
}
.no-floor-map{
	border-top:none;
}
/*** other ***/
.font-narrow-01 {
  letter-spacing: -1px;
}
.font-narrow-02 {
  letter-spacing: -2px;
}
.font-narrow-03 {
  letter-spacing: -3px;
}
/* jquery.sidr.js */
.sidr {
  position: static; /*必須*/
}
.sidr.right {
  left: auto; /*必須*/
  right: -240px; /*必須*/
}
/***  notfound  ***/
.ttl-clm {
    padding-top:120px;
    padding-bottom: 47px;
}
.ttl-clm h1{
    font-size:24px;
}
.txt-clm{
    padding-bottom:200px;
}
.main-bg-nf::before {
    background: rgba(0, 0, 0, 0) url("/vierra/common/images/common/bg_main_nf.png") no-repeat scroll center top;
    content: " ";
    display: block;
    height: 507px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.main-bg-nf {
    position: relative;
    z-index: 1;
}
.notfound .main{
	margin-bottom:60%;
}

.txt-sup{
	vertical-align:super;
	font-size:0.75em;
}
.fukushima .tab-tenant-cat li{
	width:270px;
	min-height:57px;
	vertical-align:middle;
}
.fukushima .tab-tenant-cat li a{
	padding-top:0.9em;
	line-height:1.5em;
}
.fukushima #js-tab-01.js-tab-active,
.fukushima #js-tab-02.js-tab-active,
.fukushima #js-tab-03.js-tab-active,
.fukushima #js-tab-04.js-tab-active,
.fukushima #js-tab-05.js-tab-active{
	background-color:#fad4ba;
}

/* 重要な注意事項
----------------------------------------------------------*/
.main-notice{
    color: #fff;
    text-align: center;
    padding-top: 16px;
	padding-bottom: 16px;
	font-size: 22px;
    letter-spacing: 0.05em;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
	background:#df4900;
}
.main-notice .notice{
	background:url(/vierra/common/images/common/arw_notice.png) left center no-repeat;
	padding-left: 1em;
}
.main-notice .x-small{
	font-size: 71%;
}

.notice-clm{
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}
.notice-box{
	border: 2px solid red;
	padding: 0.75% 3%;
	box-sizing: border-box;
	background-color: #fee;
}
.notice-box .notice-txt{
	color: #d32525;
	text-decoration: underline;
}
.notice-box .notice-ttl{
	font-size:16px;
	color: #d32525;
	margin-top: 0.2em;
	display: block;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 0.25em;
}
.notice-box p{
	margin-bottom: 1em;
	text-align: center
}
.notice-box p:last-child{
	margin-bottom: 0
}
.notice-box .notice-txt-02{
	font-size: 18px;
}

/* テナント近日公開予定 */
.tenant-notice{
  color: #d32525;
  border: 3px solid #ff0000;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: auto;
  text-align: center;
  padding: 13px 0;
  width: 646px;
}
.note-txt,
.note-lnk-txt{
  font-size: 1.6rem;
}
.note-lnk-txt{
	color: #d32525;
}
.note-lnk-txt a{
	text-decoration: underline;
}
.note-lnk-txt a:hover{
	text-decoration: none;
}
.note-lnk-txt + .note-lnk-txt{
  margin-top: 1em;
}

/* 下側お知らせ */
.outer-topic{
  margin: -20px 0 20px 26px;
}
.outer-topic .outer-topic-img{
  display: block;
  float: left;
  width: 506px;
  margin-right: 19px;
}
.outer-topic .note-lnk-txt{
  margin-bottom: 1em;
}
.outer-topic .outer-list{
  list-style: disc outside;
  padding-left: 1.5em;
}
.outer-topic .em-txt{
  font-size: 1.5em;
  font-weight: bold;
}
.outer-topic .indent-txt{
  margin-left: 1em;
}

.outer-topic .topic-split{
  display: flex;
  gap: 2em;
}
/* 下側お知らせ横並びリスト */
.outer-topic dl.list-01{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 0;
  width: calc(100% - 525px);
}
.outer-topic dl.list-01 > dt{
  width: 20%;
}
.outer-topic dl.list-01 > dd{
  width: 80%;
}
/* 下側お知らせ2つ表示 */
.second-topic{
  margin-top: 40px;
}

/* 内容に合わせて微調整 */
.outer-topic-02{
	margin: 0 0 40px 26px;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .wrapper {
    min-width: 0;
  }
  .inner {
    padding: 0 2%;
  }
  /*** header ***/
  .header-global {
    background: url(/vierra/common/images/common/bg_header_global_sp.png) no-repeat;
    background-size: 50%;
    background-position: right bottom; /* Old Browser*/
    background-position: right -10% bottom;
  }
  .header-logo {
    width: 30%;
    min-width: 135px;
    margin: 0 0 8px 0;
  }
  .nav-tenant-btn {
    float: right;
    width: 16%;
    min-width: 77px;
    margin: 1em 0 0 0;
  }
  .nav-tenant-btn a {
    display: block;
  }
  .nav-tenant-close {
    margin: 0 0 1em 0;
  }
  .nav-tenant-close a {
    display: block;
    float: right;
    width: 20px;
  }

.home{
	width:100%;
	float:none;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	padding: 1em 0;

	font-weight: bold;
}

.nav-tenant-menu-ttl{
	margin-right:0;
	width:100%;
	float:none;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	padding: 1em 0 0 0 ;
}

.nav-tenant-box{
	padding-top:0;
	}
.nav-tenant .nav-tenant-list{
	float:none;
	width:100%;

}
.nav-tenant-menu {
	width:100%;
	float:none;
	margin-bottom:3em;

}
.nav-tenant .nav-tenant-list li.nav1 ul{
border-top:4px solid #ea923b;
border-left:none;
}
.nav-tenant .nav-tenant-list li.nav2 ul{
border-top:4px solid #3dabe8;
border-left:none;
}
.nav-tenant .nav-tenant-list li.nav3 ul{
border-top:4px solid #56963b;
border-left:none;
}

.ttc-icon {
	width:26px;
}

  .header-global {
    margin-bottom: 8px;
  }
  .header-global:before {
    background: url(/vierra/common/images/common/bg_nav_tenant.jpg) repeat center top;
    background-size: auto;
    border-top: 2px solid #967C72;
    height: 8px;
    bottom: -8px;
    right: 0;
    left: 0;
  }
  /*** main ***/
  .mv-wrap {
    margin: 0 0 12% 0;
  }
  .main-bg {
    padding: 40px 0 0 0;
  }
  .main-bg:before {
    background: url(/vierra/common/images/common/bg_main_sp.png) no-repeat;
    background-size: 100%;
  }
  .main-bg-nf {
  padding: 40px 0 0 0;
  }
    .main-bg-nf:before {
  background: url(/vierra/common/images/common/bg_main_sp.png) no-repeat;
  background-size: 100%;
  }
  /*** 施設紹介 ***/
  .mainvisual {
    float: none;
    width: auto;
    margin: 0;
  }
  .mv-icon {
    width: 31.25%;;
    top: -22px;
    left: 0;
  }
  .mv-img {
    width: 104%;
    margin: 0 0 0 -2%;
    position: relative;
    z-index: 1;
  }
  .mv-img:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/vierra/common/images/common/bg_mvimg_sp.png) no-repeat;
    background-size: 100%;
    bottom: -65%;
    position: absolute;
    z-index: 1;
  }
 .ttc-icon img{	
   margin-top:-4px;
   }
  
  .mv-img img {
    z-index: 2;
    position: relative;
  }
  .mv-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nt-wrap {
    float: none;
    width: auto;
    height: auto;
	padding-top:1.28em;
	padding-bottom:1.28em;
	max-height: 30vh;
  }
  .nt-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nt-list {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /*** 個別テナント情報 ***/
  
  
  
  .tab-tenant-list {
    width: 100%;
  }
  .tab-tenant-wrap {
    margin: 0 0 1em 0;
  }
  .tab-tenant-cat {
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    border-bottom: none;
  }
  .tab-tenant-cat li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 50%;
    margin: 0 0 1em 0;
    font-size: 11.5px;
    font-size: 1.15rem;
  }

  .tab-tenant-cat li:nth-child(odd) {
    margin-right: -1px;
  }
  .tab-tenant-cat li a {
    padding: 0.9em 0.4em;
	text-align:center;
	margin-left:0;
  }
  .tab-tenant-cont {
    display:block;
    width: auto;
    margin: 0 0 2.5em 0;
  }
  .ttl-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ttl-txt {
    width: 55%;
    margin: 0 5% 0 0;
  }
  .ttl-ttl,
  .ttl-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .icon_floor {
    width: 20px;
  }
  .ttl-floor {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 0.7em 0;
  }
  .ttl-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ttl-url-icon {
    width:100%;
  }
.fm-list {
  width: 100%;
}
  /*** フロアマップ・施設情報 ***/
  .cm-ttl-01 {
    font-size: 17px;
    font-size: 1.7rem;
  }

  /*** フロアマップ ***/
  .floor-map {
    margin: 0 0 3em 0;
  }

  /*** 施設情報 ***/
  .tenant-info {
    margin: 0 0 5em 0;
  }
  .ti-map {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
    height:auto;
  }
  .ti-list-wrap {
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0 0 1em 0;
  }
  .ti-list {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fm-list li {
    width: 100%;
    margin: 0 0 1em 0;
  }

  /*** footer ***/
  .footer-tenant {
    display: none;
  }
  .footer-global {
    padding-top: 0;
    padding-bottom: 14px;
  }
  .footer-global .inner {
    padding: 0;
  }
  .footer-global-menu {
    float: none;
    letter-spacing: -0.5em; /* 隙間を無くすため*/
  }
  .footer-global-menu li {
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #FFF;
    text-align: center;
    padding: 0;
  }
  .footer-global-menu li:first-child {
    border-left: none;
  }
  .footer-global-menu li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }
  .footer-global-menu li:nth-child(even) {
    border-right: none;
  }
  .footer-global-menu li a {
    display: block;
    padding: 1em 0.5em;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .copyright {
    float: none;
    font-size: 7px;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 14px;
    padding: 0 10px;
  }
  .pagetop {
    background: #FFF6E6;
    margin-bottom: 0;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .arrow-btn {
    width: 14.5px;
    height: 14.5px;
    margin: 0 7px 0 0;
  }
  .arrow-txt {
    font-size: 10.5px;
    font-size: 1.05rem;
  }

  /*** other ***/
  .nav-tenant {
    display: none; /* JSを読み込む前は非表示に */
  }
  .js-wrapper-fix {
    position: fixed; /* スマホメニューが開いている時はコンテンツのスクロールを停止 */
  }
  /* jquery.sidr.js */
  .sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #604b39;
  }
  .sidr.right {
    left: auto;
    right: -240px;
  }
  /* nav-tenant */
  .nav-tenant {
    padding: 1em 20px;
    border: none;
    box-sizing: border-box;
  }
  .nav-tenant-menu {
    padding: 0;
  }
  .nav-tenant-menu li{
    float: none;
    border-bottom: 1px solid #9e8b7d;
  }
  .nav-tenant-menu li:first-child {
    border-top: 1px solid #9e8b7d;
  }
  .nav-tenant:before,
  .nav-tenant-menu li:before,
  .nav-tenant-menu li:after {
    display: none;
  }
  .nav-tenant-menu li a {
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    padding: 1em;
  }
  .nav-tenant-menu .no-lnk {
    text-align: left;
    color: #7d7d7d;
    font-weight: normal;
    padding: 1em;
  }
  .ttl-clm {
    padding-top:16px;
    padding-bottom: 47px;
}
.ttl-clm h1{
    font-size:24px;
}
.txt-clm{
  padding-bottom:200px;
}

.fukushima .tab-tenant-cat li{
	width:50%;
}
	
/* 重要な注意事項
----------------------------------------------------------*/
  .main-notice{
	font-size: 1em;
	text-align: left;
	padding: 6% 3%;
	box-sizing: border-box;
	line-height: 1.5em;
}
	.main-notice .notice{
	background-size: 6px;
	font-size: 1.4em;
	line-height: 1.5em;
}
.notice-box .notice-ttl{
	margin-bottom: 0.5em;
	}
	.notice-clm{
		padding: 1em;
	}
	.notice-box.inner{
		padding: 4% 4% 3%;
	}

/* テナント近日公開予定 */
.tenant-notice{
  font-size: 1em;
  width: auto;
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
	
.note-txt,
.note-lnk-txt{
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.mainvisual .note-txt,
.mainvisual .note-lnk-txt{
	z-index: 4;
	position: relative;
}

/* 下側お知らせ */
.outer-topic {
  margin: 0 0 1.5em;
  position: relative;
  z-index: 10;
  }

.outer-topic .outer-topic-img {
  display: block;
  width: 100%;
  margin-right: 0;
}
.outer-topic .topic-split {
  display: block;
}
/* 下側お知らせ横並びリスト */
.outer-topic dl.list-01{
  width: 100%;
}
/* 下側お知らせ2つ表示 */
.second-topic{
  margin-top: 6.25vw;
}

/* 内容に合わせて微調整 */
.outer-topic-02 {
	margin: 1.5em 0 2.5em;
}
}
