/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* $ */
/* ---------------------
Common
--------------------- */
/* line 24, ../scss/style.scss */
body {
  background-color: #000000;
  font-family: sans-serif;
}

/* line 28, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 31, ../scss/style.scss */
.btn {
  display: block;
  border-width: 3px;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px 10px;
}

/* line 41, ../scss/style.scss */
.fill_red {
  color: #fff;
  background-color: #cb0d00;
  background-image: url("img/arrow_white_right.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
/* line 47, ../scss/style.scss */
.fill_red.bottom {
  background-image: url("img/arrow_white_bottom.png");
  background-position: 15px center;
}

/* line 52, ../scss/style.scss */
.fill_white {
  color: #000;
  background-color: #fff;
  background-image: url("img/arrow_red_right.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
/* line 58, ../scss/style.scss */
.fill_white.bottom {
  background-image: url("img/arrow_red_bottom.png");
  background-position: 15px center;
}

/* line 63, ../scss/style.scss */
.fill_black {
  color: #fff;
  background-color: #000;
  background-image: url("img/arrow_white_right.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}

/* line 70, ../scss/style.scss */
.opt_red {
  color: #cb0d00;
  border-color: #cb0d00;
  background-image: url("img/arrow_red_right.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}

/* line 77, ../scss/style.scss */
.opt_white {
  color: #fff;
  border-color: #fff;
  background-image: url("img/arrow_white_right.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}

/* line 84, ../scss/style.scss */
.opt_black {
  color: #000;
  border-color: #000;
  background-image: url("img/arrow_black_right.png");
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 92, ../scss/style.scss */
.pagenation {
  padding: 20px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 95, ../scss/style.scss */
.pagenation a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  color: #cb0d00;
  line-height: 30px;
}

/* line 104, ../scss/style.scss */
.pagenation--prev {
  float: left;
}
/* line 106, ../scss/style.scss */
.pagenation--prev a {
  padding-left: 35px;
  background-image: url("img/arrow_prev_off.png");
  background-position: left center;
}
/* line 111, ../scss/style.scss */
.pagenation--prev a:hover {
  background-image: url("img/arrow_prev_on.png");
}

/* line 115, ../scss/style.scss */
.pagenation--next {
  float: right;
}
/* line 117, ../scss/style.scss */
.pagenation--next a {
  padding-right: 35px;
  background-image: url("img/arrow_next_off.png");
  background-position: right center;
}
/* line 122, ../scss/style.scss */
.pagenation--next a:hover {
  background-image: url("img/arrow_next_on.png");
}

/* line 127, ../scss/style.scss */
ul.tabs {
  padding: 20px 0;
}
/* line 129, ../scss/style.scss */
ul.tabs li {
  margin-left: 1px;
}
/* line 132, ../scss/style.scss */
ul.tabs a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #cb0d00;
  background-color: #cfd1d3;
  text-decoration: none;
  cursor: pointer;
}
/* line 143, ../scss/style.scss */
ul.tabs a:hover {
  background-color: #b8bdbf;
}
/* line 146, ../scss/style.scss */
ul.tabs a.active:hover {
  color: white;
  background-color: #cb0d00;
  background-image: url("img/arrow_white_bottom.png");
  background-position: 15px center;
  background-repeat: no-repeat;
}
/* line 153, ../scss/style.scss */
ul.tabs a.active {
  color: white;
  background-color: #cb0d00;
  background-image: url("img/arrow_white_bottom.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  cursor: default;
}
/* line 164, ../scss/style.scss */
ul.tabs li.current--floor > span {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #2a2b2c;
  color: #fff;
}
/* line 175, ../scss/style.scss */
ul.tabs li.current > span {
  display: block;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #cfd1d3;
}

/* ---------------------
Header
--------------------- */
/* line 189, ../scss/style.scss */
header {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 90px;
  background-color: #cb0d00;
}
/* line 197, ../scss/style.scss */
header h1 {
  float: left;
  width: 130px;
  height: 70px;
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* line 206, ../scss/style.scss */
.header--nav--trigger {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
}
/* line 211, ../scss/style.scss */
.header--nav--trigger a {
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  width: 36px;
  height: 36px;
}
/* line 218, ../scss/style.scss */
.header--nav--trigger .closed {
  background-image: url("img/icon_menu.png");
}
/* line 221, ../scss/style.scss */
.header--nav--trigger .opened {
  background-image: url("img/icon_close.png");
}

/* line 226, ../scss/style.scss */
.header--nav ul {
  float: right;
  border-right: 1px solid #b60c00;
}
/* line 229, ../scss/style.scss */
.header--nav ul li {
  float: left;
  width: 193px;
  height: 90px;
  border-left: 1px solid #b60c00;
}
/* line 236, ../scss/style.scss */
.header--nav .hit_area {
  display: block;
  position: relative;
  cursor: pointer;
}
/* line 242, ../scss/style.scss */
.header--nav .active .g_navi_on {
  height: 90px;
}
/* line 246, ../scss/style.scss */
.header--nav .g_navi {
  width: 100%;
  height: 90px;
  display: block;
  color: white;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px 26px;
  overflow: hidden;
}
/* line 256, ../scss/style.scss */
.header--nav .g_navi_on {
  position: absolute;
  width: 100%;
  height: 0px;
  display: block;
  color: #cb0d00;
  text-decoration: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px 26px;
  overflow: hidden;
}
/* line 269, ../scss/style.scss */
.header--nav .home {
  background-image: url("img/icon_home.png");
}
/* line 272, ../scss/style.scss */
.header--nav .news {
  background-image: url("img/icon_news.png");
}
/* line 275, ../scss/style.scss */
.header--nav .floorguide {
  background-image: url("img/icon_floorguide.png");
}
/* line 278, ../scss/style.scss */
.header--nav .access {
  background-image: url("img/icon_access.png");
}
/* line 281, ../scss/style.scss */
.header--nav .home_on {
  background-image: url("img/icon_home_on.png");
}
/* line 284, ../scss/style.scss */
.header--nav .news_on {
  background-image: url("img/icon_news_on.png");
}
/* line 287, ../scss/style.scss */
.header--nav .floorguide_on {
  background-image: url("img/icon_floorguide_on.png");
}
/* line 290, ../scss/style.scss */
.header--nav .access_on {
  background-image: url("img/icon_access_on.png");
}
/* line 294, ../scss/style.scss */
.header--nav .en {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-left: 58px;
  padding-top: 28px;
}
/* line 301, ../scss/style.scss */
.header--nav .jp {
  display: block;
  font-size: 11px;
  margin-left: 58px;
  padding-top: 5px;
}

/* ---------------------
Main
--------------------- */
/* line 313, ../scss/style.scss */
section {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 50px;
  background-image: url("img/bg.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #e8ecee;
}
/* line 322, ../scss/style.scss */
section.index {
  padding-top: 50px;
}

/* line 327, ../scss/style.scss */
.title-content {
  position: relative;
  border-top: 3px solid #cfd1d3;
  border-bottom: 3px solid #cfd1d3;
}
/* line 331, ../scss/style.scss */
.title-content:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

/* line 338, ../scss/style.scss */
.content--name {
  float: left;
  font-size: 33px;
  font-weight: bold;
  color: #cb0d00;
  padding: 17px 0;
}
/* line 345, ../scss/style.scss */
.content--name span {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  line-height: 33px;
  margin-left: 10px;
}

/* line 353, ../scss/style.scss */
.content--subnavi {
  float: right;
}
/* line 355, ../scss/style.scss */
.content--subnavi ul.tabs {
  float: right;
}
/* line 357, ../scss/style.scss */
.content--subnavi ul.tabs li {
  float: left;
}
/* line 361, ../scss/style.scss */
.content--subnavi ul.tabs a,
.content--subnavi ul.tabs a:hover {
  background-image: none;
}

/* line 367, ../scss/style.scss */
.h-carousel {
  position: relative;
  padding-bottom: 50px;
}

/* line 372, ../scss/style.scss */
.js-h-carousel a {
  width: 100%;
}
/* line 374, ../scss/style.scss */
.js-h-carousel a img {
  width: 100%;
}

/* line 379, ../scss/style.scss */
.topics {
  overflow: hidden;
  padding-top: 25px;
  z-index: 4000;
}

/* line 384, ../scss/style.scss */
.js-topics {
  margin-right: -25px;
}

/* line 387, ../scss/style.scss */
.topics--box {
  width: 316px;
  margin-bottom: 25px;
}
/* line 390, ../scss/style.scss */
.topics--box > a {
  position: relative;
  /*border: 3px solid $base_gray;*/
  display: block;
  text-decoration: none;
  color: #000;
}
/* line 397, ../scss/style.scss */
.topics--box .bar {
  position: absolute;
  display: block;
  background-color: #cfd1d3;
}
/* line 402, ../scss/style.scss */
.topics--box .bar > span {
  position: absolute;
  display: block;
  background-color: #cb0d00;
}
/* line 408, ../scss/style.scss */
.topics--box .f_t {
  width: 100%;
  height: 3px;
  top: 0;
  right: 0;
}
/* line 414, ../scss/style.scss */
.topics--box .f_t > span {
  width: 0%;
  height: 3px;
  top: 0;
  right: 0;
}
/* line 420, ../scss/style.scss */
.topics--box .f_b {
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
/* line 426, ../scss/style.scss */
.topics--box .f_b > span {
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 0;
}
/* line 432, ../scss/style.scss */
.topics--box .f_l {
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 438, ../scss/style.scss */
.topics--box .f_l > span {
  width: 3px;
  height: 0%;
  top: 0;
  left: 0;
}
/* line 444, ../scss/style.scss */
.topics--box .f_r {
  width: 3px;
  height: 100%;
  bottom: 0;
  right: 0;
}
/* line 450, ../scss/style.scss */
.topics--box .f_r > span {
  width: 3px;
  height: 0%;
  bottom: 0;
  right: 0;
}

/* line 457, ../scss/style.scss */
.topics--category {
  background-color: #cb0d00;
  color: white;
  line-height: 33px;
  border-top: 3px solid #cb0d00;
  border-left: 3px solid #cb0d00;
  border-right: 3px solid #cb0d00;
}
/* line 464, ../scss/style.scss */
.topics--category .en {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 15px;
  padding: 0 10px 0 0;
  margin: 0 0 0 15px;
}
/* line 470, ../scss/style.scss */
.topics--category .jp {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 10px;
}

/* line 475, ../scss/style.scss */
.topic--caption {
  overflow: hidden;
  *zoom: 1;
  margin: 15px 15px 0;
}

/* line 479, ../scss/style.scss */
.topics--shop-logo {
  float: left;
}

/* line 482, ../scss/style.scss */
.topics--shop-floor {
  font-size: 12px;
  margin-left: 60px;
}

/* line 486, ../scss/style.scss */
.topics--shop-name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 60px;
}

/* line 492, ../scss/style.scss */
.topics--pic {
  margin: 15px 15px 0;
}

/* line 495, ../scss/style.scss */
.topics--titie {
  margin: 15px 15px 0;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  max-height: 1.5em\0;
  overflow: hidden;
  line-height: 1.5;
  word-wrap: break-word;
}

/* line 500, ../scss/style.scss */
.topics--text {
  margin: 10px 15px 0;
  font-size: 11px;
}

/* line 504, ../scss/style.scss */
.topics--button {
  padding: 15px;
}

/* line 507, ../scss/style.scss */
.h-list {
  margin-top: 50px;
}

/* line 510, ../scss/style.scss */
.list--title {
  overflow: hidden;
  *zoom: 1;
  line-height: 46px;
}
/* line 513, ../scss/style.scss */
.list--title.title--small {
  line-height: 35px;
}
/* line 515, ../scss/style.scss */
.list--title.title--small .list--title-name {
  font-size: 15px;
}

/* line 520, ../scss/style.scss */
.list--title-name {
  float: left;
  margin-left: 15px;
  font-size: 23px;
  font-weight: bold;
}

/* line 527, ../scss/style.scss */
.list--title-link {
  position: relative;
  float: right;
  font-size: 12px;
}
/* line 532, ../scss/style.scss */
.list--title-link a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
/* line 539, ../scss/style.scss */
.list--title-link .o_arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 10px;
  height: 12px;
  background-image: url("img/arrow_white_right.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 553, ../scss/style.scss */
.list--index li {
  font-size: 13px;
  border-left: 3px;
  border-right: 3px;
  border-bottom: 3px;
  border-style: solid;
}
/* line 561, ../scss/style.scss */
.list--index .list--wrap,
.list--index a {
  overflow: hidden;
  *zoom: 1;
  display: block;
  padding: 15px 14px 13px;
}

/* line 567, ../scss/style.scss */
.list--index-date {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  color: #888888;
}

/* line 577, ../scss/style.scss */
.list--index-name {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  font-size: 14px;
}

/* line 582, ../scss/style.scss */
.list--index-shop {
  font-size: 20px;
  font-weight: bold;
}

/* line 586, ../scss/style.scss */
.list--index-floor {
  display: block;
}

/* line 589, ../scss/style.scss */
.list--index-span {
  display: block;
  font-size: 13px;
  color: #cb0d00;
}

/* line 594, ../scss/style.scss */
.list--index-txt {
  display: block;
}

/* line 597, ../scss/style.scss */
.list--index-floor {
  font-size: 13px;
  font-weight: bold;
}

/* line 601, ../scss/style.scss */
.list--index-txt {
  font-size: 13px;
  line-height: 1.414;
}

/* line 605, ../scss/style.scss */
.list--index-links {
  margin-top: 10px;
}
/* line 607, ../scss/style.scss */
.list--index-links li {
  display: inline-block;
  margin-right: 5px;
  border-top: 3px solid #cb0d00;
}
/* line 612, ../scss/style.scss */
.list--index-links li a {
  font-size: 17px;
  font-weight: bold;
  padding: 10px 14px 10px 30px;
  color: #cb0d00;
  background-image: url("img/arrow_red_right.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 621, ../scss/style.scss */
.list--index-links li a:hover {
  color: #fff;
  background-color: #cb0d00;
  background-image: url("img/arrow_white_right.png");
}
/* line 627, ../scss/style.scss */
.list--index-links li a.btn_blank {
  padding: 10px 14px 10px 35px;
  background-image: url("img/icon_blank_red.png");
  background-repeat: no-repeat;
  background-position: 8px center;
}
/* line 632, ../scss/style.scss */
.list--index-links li a.btn_blank:hover {
  color: #fff;
  background-color: #cb0d00;
  background-image: url("img/icon_blank.png");
}

/* line 643, ../scss/style.scss */
.list--thumbnail .thumbnail {
  position: relative;
  float: left;
  width: 182px;
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  background: #e0e0e0;
}
/* line 651, ../scss/style.scss */
.list--thumbnail .thumbnail img {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 1px solid #cfd1d3;
}
/* line 664, ../scss/style.scss */
.list--thumbnail .list--index-date {
  display: block;
  float: none;
  margin-left: 200px;
  margin-right: 10px;
}
/* line 670, ../scss/style.scss */
.list--thumbnail .list--index-name {
  display: block;
  float: none;
  padding-top: 10px;
  margin-left: 200px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.414;
  font-weight: bold;
}
/* line 680, ../scss/style.scss */
.list--thumbnail .list--index-shop {
  display: block;
  margin-left: 200px;
  margin-right: 10px;
  padding-top: 5px;
}
/* line 686, ../scss/style.scss */
.list--thumbnail .list--index-span {
  display: block;
  margin-left: 200px;
  margin-right: 10px;
  padding-top: 10px;
}
/* line 692, ../scss/style.scss */
.list--thumbnail .list--index-floor {
  display: block;
  margin-left: 200px;
  margin-right: 10px;
  padding-top: 5px;
}
/* line 698, ../scss/style.scss */
.list--thumbnail .list--index-txt {
  margin-left: 200px;
  margin-right: 10px;
  padding-top: 5px;
}
/* line 703, ../scss/style.scss */
.list--thumbnail .list--index-links {
  margin-left: 200px;
  margin-right: 10px;
}

/* line 710, ../scss/style.scss */
.thumbnail_large .list--index-date {
  margin-left: 230px;
  margin-right: 10px;
  font-size: 12px;
  padding-top: 0;
}
/* line 716, ../scss/style.scss */
.thumbnail_large .list--index-name {
  margin-left: 230px;
  margin-right: 10px;
  font-size: 20px;
  color: #cb0d00;
  font-weight: bold;
  padding-top: 10px;
}
/* line 724, ../scss/style.scss */
.thumbnail_large .list--index-span {
  display: block;
  margin-left: 230px;
  margin-right: 10px;
  padding-top: 10px;
}
/* line 730, ../scss/style.scss */
.thumbnail_large .list--index-floor {
  display: block;
  margin-left: 230px;
  margin-right: 10px;
  padding-top: 10px;
}
/* line 736, ../scss/style.scss */
.thumbnail_large .list--index-txt {
  margin-left: 230px;
  margin-right: 10px;
  padding-top: 10px;
}

/* line 745, ../scss/style.scss */
.h-list.red_list .list--title {
  color: #fff;
  background-color: #cb0d00;
}
/* line 749, ../scss/style.scss */
.h-list.red_list .list--index {
  border-top: 3px solid #cb0d00;
}
/* line 751, ../scss/style.scss */
.h-list.red_list .list--index li {
  position: relative;
  border-color: #cb0d00;
}
/* line 755, ../scss/style.scss */
.h-list.red_list .list--index a {
  position: relative;
  color: #000;
  z-index: 110;
}
/* line 761, ../scss/style.scss */
.h-list.red_list .list--index .list--index-links a {
  color: #cb0d00;
}
/* line 763, ../scss/style.scss */
.h-list.red_list .list--index .list--index-links a:hover {
  color: #fff;
}
/* line 769, ../scss/style.scss */
.h-list.red_list .list--index .o_arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("img/arrow_red_right.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 782, ../scss/style.scss */
.h-list.red_list .list--index .o_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 796, ../scss/style.scss */
.h-list.black_list .list--title {
  color: #fff;
  background-color: #000;
}
/* line 800, ../scss/style.scss */
.h-list.black_list .list--index {
  border-top: 3px solid #000;
}
/* line 802, ../scss/style.scss */
.h-list.black_list .list--index li {
  position: relative;
  border-color: #000;
}
/* line 806, ../scss/style.scss */
.h-list.black_list .list--index a {
  position: relative;
  color: #000;
  z-index: 110;
}
/* line 811, ../scss/style.scss */
.h-list.black_list .list--index .o_arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("img/arrow_black_right.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 824, ../scss/style.scss */
.h-list.black_list .list--index .o_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 835, ../scss/style.scss */
.h-list.black_list .list--btn--more {
  padding: 15px 0;
}
/* line 838, ../scss/style.scss */
.h-list.black_list .list--btn--more a {
  display: block;
  text-align: center;
  margin: 0 300px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background-color: #cb0d00;
  background-image: url("img/arrow_white_bottom.png");
  background-position: 95% 20px;
  background-repeat: no-repeat;
}
/* line 851, ../scss/style.scss */
.h-list.black_list .list--btn--more a:hover {
  color: #cb0d00;
  font-size: 17px;
  font-weight: bold;
  background-color: #fff;
  background-image: url("img/arrow_red_bottom.png");
  background-position: 95% 20px;
  background-repeat: no-repeat;
}

/* line 864, ../scss/style.scss */
.h-banner {
  margin-top: 50px;
  padding: 15px 0;
  border-top: 3px solid #cfd1d3;
  border-bottom: 3px solid #cfd1d3;
}

/* line 870, ../scss/style.scss */
.js-h-banner {
  margin: 0 80px;
  height: 48px;
}
/* line 874, ../scss/style.scss */
.js-h-banner .prev {
  position: absolute;
  display: block;
  height: 12px;
  width: 10px;
  cursor: pointer;
  background: url("img/arrow_black_left.png") no-repeat left top;
  top: 50%;
  margin-top: -6px;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999;
}
/* line 875, ../scss/style.scss */
.js-h-banner .next {
  position: absolute;
  display: block;
  height: 12px;
  width: 10px;
  cursor: pointer;
  background: url("img/arrow_black_right.png") no-repeat left top;
  top: 50%;
  margin-top: -6px;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999;
}
/* line 876, ../scss/style.scss */
.js-h-banner .prev:hover {
  background: url("img/arrow_red_left.png") no-repeat left top;
}
/* line 877, ../scss/style.scss */
.js-h-banner .next:hover {
  background: url("img/arrow_red_right.png") no-repeat left top;
}
/* line 878, ../scss/style.scss */
.js-h-banner .prev {
  left: -80px;
}
/* line 879, ../scss/style.scss */
.js-h-banner .next {
  right: -80px;
}

/* ---------------------
Footer
--------------------- */
/* line 887, ../scss/style.scss */
#h-pagetop {
  position: fixed;
  right: 20px;
  bottom: -60px;
  overflow: hidden;
  z-index: 9998;
}
/* line 894, ../scss/style.scss */
#h-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url("img/arrow_pagetop.png");
  cursor: pointer;
}
/* line 902, ../scss/style.scss */
#h-pagetop a:hover {
  background-image: url("img/arrow_pagetop_on.png");
}

/* line 907, ../scss/style.scss */
footer {
  padding-top: 25px;
}

/* line 910, ../scss/style.scss */
.f_links {
  padding-bottom: 25px;
}
/* line 912, ../scss/style.scss */
.f_links dl {
  padding-bottom: 5px;
}

/* line 916, ../scss/style.scss */
.f_links--category {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1.5;
}
/* line 919, ../scss/style.scss */
.f_links--category a {
  display: block;
  width: 87px;
  font-size: 12px;
  font-weight: bold;
  color: #6e6e6e;
}
/* line 926, ../scss/style.scss */
.f_links--category a:hover {
  text-decoration: underline;
}

/* line 930, ../scss/style.scss */
.f_links--category--index {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1.0;
  border-left: 2px solid #141414;
}
/* line 934, ../scss/style.scss */
.f_links--category--index li {
  display: inline;
  font-size: 12px;
  margin-left: 10px;
}
/* line 938, ../scss/style.scss */
.f_links--category--index li:after {
  display: inline-block;
  content: "/";
  color: #303030;
  margin-left: 10px;
}
/* line 946, ../scss/style.scss */
.f_links--category--index li:last-child:after {
  display: none;
}
/* line 951, ../scss/style.scss */
.f_links--category--index a {
  color: #fff;
}
/* line 954, ../scss/style.scss */
.f_links--category--index a:hover {
  text-decoration: underline;
}

/* line 958, ../scss/style.scss */
.h_information {
  border-top: 1px solid #141414;
  color: #4e4e4e;
  font-size: 10px;
  padding-top: 18px;
  padding-bottom: 30px;
}

/* line 965, ../scss/style.scss */
.h_information--address {
  line-height: 1.5;
}

/* line 968, ../scss/style.scss */
.h_information--copyright {
  padding-top: 5px;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ---------------------
Access
--------------------- */
/* line 10, ../scss/access.scss */
.access--about {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding-top: 50px;
}

/* line 15, ../scss/access.scss */
.access--pic {
  float: left;
  width: 500px;
  height: 342px;
  background: url("img/access/pic.jpg");
}

/* line 21, ../scss/access.scss */
.access--text {
  float: right;
  width: 475px;
}
/* line 25, ../scss/access.scss */
.access--text p {
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 20px;
  color: #474747;
}

/* line 32, ../scss/access.scss */
.access--address {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 475px;
}
/* line 37, ../scss/access.scss */
.access--address dl {
  border: 3px solid #000;
  padding: 25px;
  line-height: 2em;
}
/* line 42, ../scss/access.scss */
.access--address dt {
  font-size: 18px;
  font-weight: bold;
}

/* line 49, ../scss/access.scss */
.access--transportation .tabs {
  padding-top: 40px;
}
/* line 52, ../scss/access.scss */
.access--transportation ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 58, ../scss/access.scss */
.access--transportation li {
  display: table-cell;
  text-align: center;
}
/* line 62, ../scss/access.scss */
.access--transportation a {
  margin-right: 1px;
  line-height: 44px !important;
  cursor: pointer;
}

/* line 68, ../scss/access.scss */
.access--route {
  position: relative;
  border: 3px solid #000;
  background-color: #fff;
}
/* line 73, ../scss/access.scss */
.access--route li {
  display: none;
  padding: 25px;
  font-weight: bold;
}
/* line 78, ../scss/access.scss */
.access--route li.selected {
  display: block;
}
/* line 83, ../scss/access.scss */
.access--route:after, .access--route:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 94, ../scss/access.scss */
.access--route:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 18px;
  margin-left: -18px;
}
/* line 100, ../scss/access.scss */
.access--route:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 22px;
  margin-left: -22px;
}

/* line 107, ../scss/access.scss */
.access--gmap {
  padding-top: 50px;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ---------------------
News
--------------------- */
/* line 10, ../scss/news.scss */
.news--detail {
  border: 3px solid #000;
  padding: 25px;
  background-color: #fff;
}

/* line 16, ../scss/news.scss */
.news--header {
  padding-bottom: 30px;
  border-bottom: 3px solid #cfd1d3;
}
/* line 19, ../scss/news.scss */
.news--header > * {
  float: none;
  display: block;
}
/* line 23, ../scss/news.scss */
.news--header .list--index-date {
  font-size: 13px;
  padding-top: 0;
}
/* line 27, ../scss/news.scss */
.news--header .list--index-name {
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
}
/* line 32, ../scss/news.scss */
.news--header .list--index-span {
  font-size: 14px;
  padding-top: 15px;
}
/* line 36, ../scss/news.scss */
.news--header .list--index-floor {
  font-size: 14px;
  padding-top: 15px;
}

/* line 42, ../scss/news.scss */
.news--body {
  overflow: hidden;
  *zoom: 1;
  padding-top: 30px;
}
/* line 45, ../scss/news.scss */
.news--body .news--txt {
  float: left;
  width: 450px;
  font-size: 14px;
  line-height: 1.5em;
}
/* line 51, ../scss/news.scss */
.news--body .news--pic {
  position: relative;
  float: right;
  width: 450px;
  height: 450px;
  background-color: #fff;
}
/* line 57, ../scss/news.scss */
.news--body .news--pic img {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 1px solid #cfd1d3;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ---------------------
Floorguide
--------------------- */
/* line 11, ../scss/floorguide.scss */
.shop--header {
  background-color: #2e2e2e;
}

/* line 15, ../scss/floorguide.scss */
.floor--list {
  margin-top: 25px;
  background-image: url("img/bg_floorguide.png");
}
/* line 18, ../scss/floorguide.scss */
.floor--list article {
  border-bottom: 3px solid #cccccc;
  background-image: url("img/bg_building.png");
  background-repeat: no-repeat;
}
/* line 23, ../scss/floorguide.scss */
.floor--list article.f_10 {
  background-position: right 0px;
}
/* line 26, ../scss/floorguide.scss */
.floor--list article.f_9 {
  background-position: right -76px;
}
/* line 29, ../scss/floorguide.scss */
.floor--list article.f_8 {
  background-position: right -152px;
}
/* line 32, ../scss/floorguide.scss */
.floor--list article.f_7 {
  background-position: right -228px;
}
/* line 35, ../scss/floorguide.scss */
.floor--list article.f_6 {
  background-position: right -304px;
}
/* line 38, ../scss/floorguide.scss */
.floor--list article.f_5 {
  background-position: right -380px;
}
/* line 41, ../scss/floorguide.scss */
.floor--list article.f_4 {
  background-position: right -456px;
}
/* line 44, ../scss/floorguide.scss */
.floor--list article.f_3 {
  background-position: right -532px;
}
/* line 47, ../scss/floorguide.scss */
.floor--list article.f_2 {
  background-position: right -608px;
}
/* line 50, ../scss/floorguide.scss */
.floor--list article.f_1 {
  background-position: right -664px;
}
/* line 53, ../scss/floorguide.scss */
.floor--list article.b_1 {
  background-position: right -760px;
  background-color: #6c6c6c;
}
/* line 57, ../scss/floorguide.scss */
.floor--list article.b_1 .floor--genre,
.floor--list article.b_1 .floor--category {
  color: #fff;
}
/* line 61, ../scss/floorguide.scss */
.floor--list article.b_2 {
  background-position: right -815px;
  background-color: #6c6c6c;
}
/* line 65, ../scss/floorguide.scss */
.floor--list article.b_2 .floor--genre,
.floor--list article.b_2 .floor--category {
  color: #fff;
}

/* line 71, ../scss/floorguide.scss */
.floor--title {
  overflow: hidden;
  padding: 15px 0;
  background-image: url("img/arrow_gray_bottom.png");
  background-repeat: no-repeat;
  background-position: 500px center;
  cursor: pointer;
}

/* line 79, ../scss/floorguide.scss */
.floor--number {
  float: left;
  display: block;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: #fff;
  font-weight: bold;
  background-color: #cb0d00;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
}

/* line 91, ../scss/floorguide.scss */
.floor--info {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-right: 20px;
}
/* line 96, ../scss/floorguide.scss */
.floor--info .floor--category {
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
}
/* line 101, ../scss/floorguide.scss */
.floor--info .floor--genre {
  padding-top: 8px;
  color: #777777;
  font-size: 14px;
}

/* line 107, ../scss/floorguide.scss */
.icon {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 117, ../scss/floorguide.scss */
.icon--man {
  background-image: url("img/icon_men.png");
  background-color: #273589;
}

/* line 121, ../scss/floorguide.scss */
.icon--woman {
  background-image: url("img/icon_women.png");
  background-color: #cb0d00;
}

/* line 125, ../scss/floorguide.scss */
.floor--detail {
  position: relative;
  overflow: hidden;
  display: none;
  background-color: #696a6b;
  background-image: url("img/bg_map.png");
  background-position: right top;
  background-repeat: repeat-y;
}
/* line 133, ../scss/floorguide.scss */
.floor--detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/bg_shadow_top.png");
  background-repeat: repeat-x;
  background-position: top left;
}
/* line 146, ../scss/floorguide.scss */
.floor--detail .wrap {
  position: relative;
}
/* line 149, ../scss/floorguide.scss */
.floor--detail .list--index {
  min-height: 230px;
  padding: 15px 0;
  margin-right: 45px;
}
/* line 154, ../scss/floorguide.scss */
.floor--detail li.list--thumbnail {
  width: 450px;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #9ea0a1;
}
/* line 159, ../scss/floorguide.scss */
.floor--detail li.list--thumbnail:last-child {
  border-bottom: none;
}
/* line 163, ../scss/floorguide.scss */
.floor--detail .list--wrap {
  padding-left: 0;
}
/* line 166, ../scss/floorguide.scss */
.floor--detail .thumbnail {
  width: 113px;
}
/* line 168, ../scss/floorguide.scss */
.floor--detail .thumbnail img {
  width: 100%;
}
/* line 172, ../scss/floorguide.scss */
.floor--detail .list--index-shop {
  margin-left: 133px;
  color: #fff;
}
/* line 176, ../scss/floorguide.scss */
.floor--detail .list--index-links {
  margin-left: 133px;
}
/* line 178, ../scss/floorguide.scss */
.floor--detail .list--index-links li {
  border: none;
}
/* line 181, ../scss/floorguide.scss */
.floor--detail .list--index-links a {
  color: #fff;
  font-size: 14px;
  background-image: url("img/arrow_white_right.png");
  background-color: #cb0d00;
}
/* line 187, ../scss/floorguide.scss */
.floor--detail .list--index-links a.btn_blank {
  background-image: url("img/icon_blank.png");
  background-color: #cb0d00;
}
/* line 191, ../scss/floorguide.scss */
.floor--detail .list--index-links a:hover {
  color: #cb0d00;
  background-color: #fff;
  background-image: url("img/arrow_red_right.png");
}
/* line 196, ../scss/floorguide.scss */
.floor--detail .list--index-links a.btn_blank:hover {
  color: #cb0d00;
  background-color: #fff;
  background-image: url("img/icon_blank_red.png");
}
/* line 202, ../scss/floorguide.scss */
.floor--detail .list--map {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -100px;
  margin-right: 250px;
}
/* line 208, ../scss/floorguide.scss */
.floor--detail .list--map:after {
  left: 0%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(79, 80, 81, 0);
  border-right-color: #4f5051;
  border-width: 15px;
  margin-top: -15px;
  margin-left: -82px;
}

/* line 226, ../scss/floorguide.scss */
.h-carousel {
  position: relative;
  padding-bottom: 50px;
}

/* line 230, ../scss/floorguide.scss */
.shop--carousel {
  padding: 3px 0;
}
/* line 232, ../scss/floorguide.scss */
.shop--carousel .js-shop--carousel {
  margin: 0 3px;
}
/* line 234, ../scss/floorguide.scss */
.shop--carousel .js-shop--carousel > div {
  overflow: hidden;
  width: 100%;
  height: 286px;
}
/* line 239, ../scss/floorguide.scss */
.shop--carousel .js-shop--carousel .slick-slide {
  position: relative;
  width: 100%;
  height: 286px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 247, ../scss/floorguide.scss */
.shop--carousel .js-shop--carousel img {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  height: auto;
  min-height: 286px;
  vertical-align: middle;
  border: 1px solid #cfd1d3;
}

/* line 262, ../scss/floorguide.scss */
.shop--caption {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding: 20px 15px;
}

/* line 267, ../scss/floorguide.scss */
.shop--caption--name {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-right: 150px;
  padding: 0 0 15px;
}

/* line 274, ../scss/floorguide.scss */
.shop--discription {
  color: #ffffff;
  line-height: 1.5em;
  padding: 10px 0 15px;
  border-top: 1px solid #6a6a6a;
}

/* line 280, ../scss/floorguide.scss */
.shop--caption--info {
  color: #fff;
  font-size: 15px;
  margin-right: 150px;
  margin-top: 10px;
}
/* line 285, ../scss/floorguide.scss */
.shop--caption--info dt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 288, ../scss/floorguide.scss */
.shop--caption--info dd {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-right: 20px;
}

/* line 293, ../scss/floorguide.scss */
.shop--caption--links {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
/* line 297, ../scss/floorguide.scss */
.shop--caption--links a {
  display: block;
  padding: 10px 10 10px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 3px solid #cb0d00;
  background-color: #cb0d00;
  background-image: url("img/icon_blank.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ---------------------
SmartPhone
--------------------- */
@media only screen and (min-width: 980px) {
  /* line 16, ../scss/media_query.scss */
  html,
  body {
    position: relative;
    min-width: 1000px;
  }

  /* line 20, ../scss/media_query.scss */
  header {
    min-width: 1000px;
  }

  /* line 23, ../scss/media_query.scss */
  .wrap {
    overflow: hidden;
    *zoom: 1;
    width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 979px) {
  /*
  html,
  body {
      width: 100%;
  }
  section {
  }
  .wrap {
      @include clearfix;
      min-width: 640px;
      width: 90%;
      margin: 0 auto;
  }
  header {
      h1 {
          float: none;
          margin: 0 auto;
      }
  }
  */
}
@media only screen and (max-width: 979px) {
  /* line 52, ../scss/media_query.scss */
  section {
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-background-size: 120%, auto;
    -moz-background-size: 120%, auto;
    -o-background-size: 120%, auto;
    background-size: 120%, auto;
    /*background: #ff00ff;*/
  }
  /* line 58, ../scss/media_query.scss */
  section.index {
    padding-top: 20px;
  }

  /* line 62, ../scss/media_query.scss */
  .h-carousel {
    padding-bottom: 20px;
  }
  /* line 66, ../scss/media_query.scss */
  .h-carousel a img {
    height: auto;
  }

  /* line 71, ../scss/media_query.scss */
  .wrap {
    overflow: hidden;
    *zoom: 1;
    width: auto;
    margin: 0 10px;
  }

  /* line 76, ../scss/media_query.scss */
  header {
    height: 60px;
    overflow: visible;
  }
  /* line 80, ../scss/media_query.scss */
  header h1 {
    width: 100px;
    height: 50px;
    float: none;
    margin: 0 auto;
    -webkit-background-size: 100px 40px;
    -moz-background-size: 100px 40px;
    -o-background-size: 100px 40px;
    background-size: 100px 40px;
  }
  /* line 87, ../scss/media_query.scss */
  header .wrap {
    overflow: visible;
    position: relative;
  }

  /* line 92, ../scss/media_query.scss */
  .header--nav--trigger {
    display: block;
  }

  /* line 95, ../scss/media_query.scss */
  .header--nav {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
  }
  /* line 100, ../scss/media_query.scss */
  .header--nav ul {
    /*height: 100%;*/
    position: fixed;
    top: 60px;
    width: 100%;
    float: none;
    background-color: #cb0d00;
    overflow: hidden;
  }
  /* line 108, ../scss/media_query.scss */
  .header--nav ul li {
    float: none;
    width: 100%;
    overflow: hidden;
    height: 0;
  }
  /* line 114, ../scss/media_query.scss */
  .header--nav ul .g_navi_on {
    height: 90px;
  }

  /* line 119, ../scss/media_query.scss */
  #h-pagetop {
    position: relative;
    width: auto;
    bottom: auto;
    right: auto;
    overflow: hidden;
    padding: 30px 0 10px;
  }
  /* line 127, ../scss/media_query.scss */
  #h-pagetop a {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-image: url("img/arrow_pagetop.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  /* line 137, ../scss/media_query.scss */
  #h-pagetop a:hover {
    background-image: url("img/arrow_pagetop_on.png");
  }

  /* line 142, ../scss/media_query.scss */
  .title-content .content--subnavi {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 5000;
  }
  /* line 148, ../scss/media_query.scss */
  .title-content ul.tabs {
    padding: 0;
  }
  /* line 150, ../scss/media_query.scss */
  .title-content ul.tabs li {
    float: none;
    margin-left: 0;
  }
  /* line 153, ../scss/media_query.scss */
  .title-content ul.tabs li a {
    display: none;
    text-align: center;
    border-top: 3px solid #cb0d00;
  }
  /* line 158, ../scss/media_query.scss */
  .title-content ul.tabs li a.active {
    display: block;
  }
  /* line 161, ../scss/media_query.scss */
  .title-content ul.tabs li a.selectable {
    display: block;
  }
  /* line 165, ../scss/media_query.scss */
  .title-content ul.tabs li.current--floor {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  /* line 167, ../scss/media_query.scss */
  .title-content ul.tabs li.current--floor > span {
    font-size: 11px;
    padding: 0 5px;
  }
  /* line 172, ../scss/media_query.scss */
  .title-content ul.tabs li.current {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  /* line 174, ../scss/media_query.scss */
  .title-content ul.tabs li.current > span {
    font-size: 11px;
    padding: 0 5px;
  }
  /* line 180, ../scss/media_query.scss */
  .title-content ul.js-select {
    border-top: 1px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 3px solid #000;
  }

  /* line 187, ../scss/media_query.scss */
  .pagenation {
    padding: 10px 0;
  }
  /* line 189, ../scss/media_query.scss */
  .pagenation a {
    font-size: 13px;
  }

  /* line 195, ../scss/media_query.scss */
  .list--thumbnail .thumbnail {
    width: 100px;
    height: auto;
    line-height: 0;
  }
  /* line 199, ../scss/media_query.scss */
  .list--thumbnail .thumbnail img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 208, ../scss/media_query.scss */
  .list--thumbnail .list--index-date {
    display: block;
    float: none;
    margin-left: 120px;
    margin-right: 15px;
  }
  /* line 214, ../scss/media_query.scss */
  .list--thumbnail .list--index-name {
    display: block;
    float: none;
    padding-top: 0px;
    margin-left: 120px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 223, ../scss/media_query.scss */
  .list--thumbnail .list--index-shop {
    display: block;
    float: none;
    padding-top: 0px;
    margin-left: 120px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 232, ../scss/media_query.scss */
  .list--thumbnail .list--index-links {
    display: block;
    float: none;
    padding-top: 0px;
    margin-top: 5px;
    margin-left: 120px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 241, ../scss/media_query.scss */
  .list--thumbnail .list--index-links a {
    font-size: 13px;
    padding: 5px 7px 5px 15px;
    background-position: 5px center;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    background-size: 5px auto;
  }
  /* line 247, ../scss/media_query.scss */
  .list--thumbnail .list--index-links a.btn_blank {
    padding: 5px 7px 5px 20px;
    background-position: 4px center;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  /* line 253, ../scss/media_query.scss */
  .list--thumbnail .list--index-span {
    display: none;
    /*
    display: block;
    margin-left: 120px;
    margin-right: 15px;
    padding-top: 10px;
    */
  }
  /* line 262, ../scss/media_query.scss */
  .list--thumbnail .list--index-floor {
    display: none;
    /*
    display: block;
    margin-left: 120px;
    margin-right: 15px;
    */
  }
  /* line 270, ../scss/media_query.scss */
  .list--thumbnail .list--index-txt {
    display: none;
  }

  /* line 274, ../scss/media_query.scss */
  .content--name {
    font-size: 20px;
    margin-left: 10px;
    padding: 10px 0;
  }
  /* line 278, ../scss/media_query.scss */
  .content--name span {
    font-size: 11px;
    line-height: 20px;
  }

  /* line 285, ../scss/media_query.scss */
  .js-topics {
    margin-right: 0;
  }

  /* line 288, ../scss/media_query.scss */
  .topics {
    padding-top: 10px;
  }

  /* line 291, ../scss/media_query.scss */
  .topics--box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  /* line 296, ../scss/media_query.scss */
  .topics--box > a {
    border: none;
    background-image: url("img/arrow_red_right.png");
    background-position: 97% 70px;
    background-repeat: no-repeat;
  }

  /* line 304, ../scss/media_query.scss */
  .topic--caption {
    margin-left: 130px;
    margin-right: 20px;
  }

  /* line 308, ../scss/media_query.scss */
  .topics--shop-logo {
    display: none;
  }

  /* line 311, ../scss/media_query.scss */
  .topics--shop-floor {
    margin: 0;
  }

  /* line 314, ../scss/media_query.scss */
  .topics--shop-name {
    margin: 0;
  }

  /* line 317, ../scss/media_query.scss */
  .topics--pic {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 60px;
    overflow: hidden;
    margin: 0;
  }
  /* line 325, ../scss/media_query.scss */
  .topics--pic img {
    width: 100%;
    height: auto;
    margin-top: -7px;
  }

  /* line 331, ../scss/media_query.scss */
  .topics--titie {
    padding: 10px 0 20px 0;
    margin: 0 20px 0 130px;
  }

  /* line 335, ../scss/media_query.scss */
  .topics--text {
    display: none;
    margin: 10px;
  }

  /* line 339, ../scss/media_query.scss */
  .topics--button {
    display: none;
  }

  /* line 342, ../scss/media_query.scss */
  .h-list {
    margin-top: 10px;
  }
  /* line 345, ../scss/media_query.scss */
  .h-list .list--title-name {
    font-size: 15px;
    margin-left: 10px;
  }

  /* line 350, ../scss/media_query.scss */
  .list--title {
    overflow: hidden;
    *zoom: 1;
    line-height: 30px;
  }
  /* line 353, ../scss/media_query.scss */
  .list--title.title--small {
    font-size: 10px;
    line-height: 30px;
  }

  /* line 358, ../scss/media_query.scss */
  .list--index-date {
    float: none;
    display: block;
    padding-bottom: 5px;
    margin-right: 20px;
  }

  /* line 364, ../scss/media_query.scss */
  .list--index-name {
    float: none;
    display: block;
    margin-right: 20px;
  }

  /* line 369, ../scss/media_query.scss */
  .list--btn--more {
    padding: 10px 0 !important;
  }
  /* line 371, ../scss/media_query.scss */
  .list--btn--more a {
    margin: 0 10px !important;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
  }

  /* line 378, ../scss/media_query.scss */
  .h-banner {
    margin-top: 20px;
  }

  /* line 381, ../scss/media_query.scss */
  footer {
    padding: 0;
  }

  /* line 384, ../scss/media_query.scss */
  .f_links {
    display: none;
  }
  /* line 386, ../scss/media_query.scss */
  .f_links dl {
    border-top: 1px solid #141414;
  }
  /* line 388, ../scss/media_query.scss */
  .f_links dl > * {
    margin: 0 20px;
  }

  /* line 393, ../scss/media_query.scss */
  .f_links--category {
    display: block;
  }
  /* line 395, ../scss/media_query.scss */
  .f_links--category a {
    padding: 10px 0;
  }

  /* line 399, ../scss/media_query.scss */
  .f_links--category--index {
    display: block;
    border-left: none;
    padding: 0;
  }
  /* line 404, ../scss/media_query.scss */
  .f_links--category--index a {
    display: block;
    padding: 10px 0;
  }
  /* line 408, ../scss/media_query.scss */
  .f_links--category--index li {
    margin: 0;
  }

  /* line 412, ../scss/media_query.scss */
  .h_information {
    padding: 15px 0px 15px;
  }

  /* Access */
  /* line 417, ../scss/media_query.scss */
  .access--about {
    padding-top: 10px;
  }

  /* line 420, ../scss/media_query.scss */
  .access--pic {
    float: none;
    width: 100%;
    height: 200px;
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    -o-background-size: 100%, auto;
    background-size: 100%, auto;
    background-position: center;
  }

  /* line 427, ../scss/media_query.scss */
  .access--text {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  /* line 432, ../scss/media_query.scss */
  .access--text p {
    font-size: 13px;
    line-height: 1.5em;
  }

  /* line 437, ../scss/media_query.scss */
  .access--address {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  /* line 442, ../scss/media_query.scss */
  .access--address dl {
    padding: 10px;
    line-height: 1.5em;
  }
  /* line 446, ../scss/media_query.scss */
  .access--address dt {
    font-size: 15px;
  }
  /* line 449, ../scss/media_query.scss */
  .access--address dd {
    font-size: 13px;
  }

  /* line 454, ../scss/media_query.scss */
  .access--transportation .tabs {
    padding-top: 30px;
  }
  /* line 456, ../scss/media_query.scss */
  .access--transportation .tabs span {
    display: block;
    margin-left: 15px;
    font-size: 12px;
  }

  /* line 464, ../scss/media_query.scss */
  .access--route li {
    padding: 15px;
    line-height: 1.5em;
  }

  /* News*/
  /* line 470, ../scss/media_query.scss */
  .news--detail {
    padding: 15px;
  }

  /* line 473, ../scss/media_query.scss */
  .news--header {
    padding-bottom: 15px;
  }
  /* line 475, ../scss/media_query.scss */
  .news--header .list--index-date {
    font-size: 11px;
  }
  /* line 478, ../scss/media_query.scss */
  .news--header .list--index-name {
    padding-top: 5px;
    font-size: 18px;
  }
  /* line 482, ../scss/media_query.scss */
  .news--header .list--index-span {
    padding-top: 10px;
  }

  /* line 486, ../scss/media_query.scss */
  .news--body {
    padding-top: 20px;
  }
  /* line 488, ../scss/media_query.scss */
  .news--body .news--txt {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 493, ../scss/media_query.scss */
  .news--body .news--pic {
    float: none;
    width: 100%;
  }

  /* FLOORGUIDE */
  /* line 501, ../scss/media_query.scss */
  .shop--caption--links {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  /* line 507, ../scss/media_query.scss */
  .shop--discription {
    padding-bottom: 0px;
  }

  /* line 510, ../scss/media_query.scss */
  .shop--caption--info {
    font-size: 15px;
    margin-right: 0px;
    margin-top: 10px;
  }
  /* line 514, ../scss/media_query.scss */
  .shop--caption--info dt {
    display: block;
    float: none;
    padding-top: 10px;
    vertical-align: middle;
    border-top: 1px solid #6a6a6a;
  }
  /* line 521, ../scss/media_query.scss */
  .shop--caption--info dd {
    display: block;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
  }

  /* line 530, ../scss/media_query.scss */
  .floor--list article {
    background-image: none;
  }
  /* line 534, ../scss/media_query.scss */
  .floor--list article.b_1 {
    background-color: transparent;
  }
  /* line 537, ../scss/media_query.scss */
  .floor--list article.b_1 .floor--genre,
  .floor--list article.b_1 .floor--category {
    color: #000;
  }
  /* line 542, ../scss/media_query.scss */
  .floor--list article.b_2 {
    background-color: transparent;
  }
  /* line 545, ../scss/media_query.scss */
  .floor--list article.b_2 .floor--genre,
  .floor--list article.b_2 .floor--category {
    color: #000;
  }

  /* line 551, ../scss/media_query.scss */
  .floor--title {
    background-image: url("img/arrow_gray_bottom.png");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
  }

  /* line 557, ../scss/media_query.scss */
  .floor--detail {
    background-image: none;
  }
  /* line 559, ../scss/media_query.scss */
  .floor--detail .list--map {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
  }
  /* line 566, ../scss/media_query.scss */
  .floor--detail .list--map img {
    width: 100%;
  }
  /* line 569, ../scss/media_query.scss */
  .floor--detail .list--map:after {
    content: none;
  }
  /* line 573, ../scss/media_query.scss */
  .floor--detail .list--index {
    margin: 0;
  }
  /* line 576, ../scss/media_query.scss */
  .floor--detail li.list--thumbnail {
    width: auto;
  }
}
