@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  font-family: "Roboto Regular", "Helvetica Neue", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

input {
  margin-bottom: 5px;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.opacity img:hover {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55.0)";
}

.scale-up {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/****************************************

    common

*****************************************/
a:link {
  color: #333;
  text-decoration: none;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.line-h-2 {
  line-height: 2;
}

.fade {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.fade:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    スマホ対応

*****************************************/
/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/***************
   * common *
***************/
.ribbon {
  display: block;
}
.ribbon.news {
  width: 106px;
  height: 39px;
  background: url(../img/common/ribbon_news.png) no-repeat;
}
.ribbon.recruit {
  width: 106px;
  height: 39px;
  background: url(../img/common/ribbon_recruit.png) no-repeat;
}
.ribbon.sale {
  width: 143px;
  height: 39px;
  background: url(../img/common/ribbon_sale.png) no-repeat;
}
.ribbon.etc {
  width: 104px;
  height: 39px;
  background: url(../img/common/ribbon_etc.png) no-repeat;
}

.block {
  position: relative;
}
.nav-box {
  margin: 20px auto;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.pager {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 2px 0;
}
.pager div, .pager ul {
  display: inline-block;
}
.pager .btn-prev {
  margin-right: 5%;
}
.pager .btn-next {
  margin-left: 5%;
}
.pager .btn-prev.deactive,
.pager .btn-next.deactive {
  opacity: .1;
}
.pager ul {
  width: 35%;
  position: relative;
  top: -8px;
}
.pager ul li {
  display: inline-block;
  margin: 0 2%;
}
.pager ul li a:hover {
  color: #e63082;
}
.pager ul li.here a {
  color: #e63082;
}

.shop-more:hover {
  opacity: .7;
}

.fukidashi {
  position: absolute;
  right: 150px;
  top: -100px;
}

/***********
 * header *
***********/
#header {
  width: 100%;
  min-width: 100%;
  padding: 2% 0 3%;
}
#header h1 {
  float: left;
}
#header .h-inr {
  width: 1000px;
  margin: 0 auto;
}
#header .h-inr .h-top .h-lang h6 {
  float: left;
  width: 120px;
  padding: 5px 5px 0 0;
  margin-right: 5px;
  background: url(../img/common/icon_h6_lang.png) no-repeat right 7px;
}
#header .h-inr .h-top .h-lang ul {
  float: left;
  width: 350px;
}
#header .h-inr .h-top .h-lang ul li {
  float: left;
  margin-left: 10px;
}
#header .h-inr .h-top .h-lang ul li:hover {
  opacity:.6;
}
#header .h-inr .h-top .h-lang ul li.first-child {
  margin-left: 0;
}
#header .h-inr #g-nav {
  width: 100%;
  margin: 0 auto;
}
#header .h-inr #g-nav ul {
  width: 100%;
}
#header .h-inr #g-nav ul li {
  float: left;
  height: 22px;
  padding: 0 1px;
  border-right: 1px dotted #727171;
}
#header .h-inr #g-nav ul li:first-child {
  border-left: 1px dotted #727171;
}

/******************
  * main-slider *
******************/
#main-slide img {
  width: 100%;
}

/************
 * content *
************/
.wrap #content .c-inr .block.last,
.wrap #content .c-inr .box.last {
  background: none;
  border: none;
}
.wrap #content .box {
  float: left;
  position: relative;
}
.wrap #content .box figure {
  width:220px;
  height: 170px;
  text-align:center;
  overflow:hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.wrap #content .box figure img {
  height:100%;
  margin-left: -8px;
}
.wrap #content .box h3 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: left;
}
.wrap #content .box p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.wrap #content .box dt, .wrap #content .box dd {
  float: left;
  line-height:1.4;
}
.wrap #content .box dd {
  width:100px;
}
.wrap #content #what-new {
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.wrap #content #what-new .box .ribbon {
  position: absolute;
  top: -10px;
  left: -8px;
}
.wrap #content #what-new .box p {
  margin-bottom: 15px;
}
.wrap #content #shop-news .box .thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wrap #content #shop-news .box h3 {
  text-align: left;
}
.wrap #content #shop-news .box dl {
  font-size: 13px;
  font-size: 1.3rem;
}
.wrap #content #shop-news .box dl dt, .wrap #content #shop-news .box dl dd {
  float: left;
}
.wrap #content #shop-news .box dl dt {
  margin-right: 2px;
}

/*************************
    * shop-news-detail *
*************************/
.shop-news-detail .snd-area {
  position: relative;
}
.shop-news-detail .snd-area h3 {
  color: #e63082;
  text-align: left;
}
.shop-news-detail .snd-area .snd-date:before {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  content: "●";
}
.shop-news-detail .snd-area .snd-date dt, .shop-news-detail .snd-area .snd-date dd {
  float: left;
}
.shop-news-detail .snd-area .snd-point dl {
  border-bottom: 1px dashed #000;
}
.shop-news-detail .snd-area .snd-point dl:first-child {
  border-top: 1px dashed #000;
}
.shop-news-detail .snd-area .snd-point dl dt, .shop-news-detail .snd-area .snd-point dl dd {
  float: left;
}
.shop-news-detail .snd-area .snd-point dl dt {
  font-weight: bold;
}
.shop-news-detail .snd-area .snd-point dl dd {
  position: relative;
}
.shop-news-detail .snd-area .snd-point dl dd::before {
  content: ":";
  position: absolute;
  left: -20px;
}

.shop-news-detail .snd-area img.alignnone {
  max-width:100%;
  height:auto;
}

/*************************
    * shop-list-detail *
*************************/
.shop-list-detail #content .shop-text {
  line-height: 1.7;
}
.shop-list-detail #content .right-wing p {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.shop-list-detail #content .right-wing p.color-fashion {
  background-color: #00a6e9;
}
.shop-list-detail #content .right-wing p.color-fashion-item {
  background-color: #3a72b9;
}
.shop-list-detail #content .right-wing p.color-interior {
  background-color: #d3dc00;
}
.shop-list-detail #content .right-wing p.color-baby {
  background-color: #7684e2;
}
.shop-list-detail #content .right-wing p.color-tax-free {
  background-color: #8ec800;
}
.shop-list-detail #content .right-wing p.color-gourmet {
  background-color: #a7746f;
}
.shop-list-detail #content .right-wing p.color-etc {
  background-color: #56ba66;
}

/***********
 * recruit *
***********/
.recruit .table-area table thead {
  background-color: #f8cbdf;
}
.recruit .table-area table tbody th {
  background-color: #fbdfec;
}
.recruit .table-area table tbody td {
  background-color: #fceaf2;
}

/***********
 * footer *
***********/
#footer {
  color: #fff;
  width: 100%;
  min-width: 100%;
  padding-bottom: 1%;
  background-color: #000;
}
#footer a {
  color: #fff;
}
#footer h3 {
  padding-bottom: 1%;
}
#footer .f-copy {
  clear: both;
  width: 100%;
  color: #e63082;
  padding-top: 1%;
  border-top: 1px solid #e63082;
  display: block;
  text-align: center;
}

/******************
     * lte xs *
******************/
@media only screen and (min-width: 768px) {
  .hidden-lte-xs {
    display: none;
  }

  /***************
     * common *
  ***************/
  .sp-slides-container {
    max-height: 382px;
    background-color: #eee9e2;
  }

  h1 {
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 60px;
  }

  #btn-pagetop {
    position: absolute;
    top: -150px;
    right: -7px;
    z-index: 100;
  }

  .top #content {
    padding: 0;
  }

  .access #content .c-inr,
  .concept #content .c-inr,
  .shop-news #content .c-inr,
  .what-new #content .c-inr {
    padding: 80px 0 40px;
    border: 4px solid #fceaf2;
    background: url(../img/concept/bg_concept.png) no-repeat left top;
  }

  .display h3 {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
  }
  .display h3 span {
    border-bottom: 2px solid #000;
  }

  .shop-news .block,
  .shop-list .block,
  .floor-guide .block {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }
  .shop-news .box,
  .shop-list .box,
  .floor-guide .box {
    margin: 0 0 45px 25px;
  }
  .shop-news .box h3,
  .shop-list .box h3,
  .floor-guide .box h3 {
    padding-bottom: 5px;
    border-bottom: 1px dotted #000;
  }
  .shop-news .box .thumb,
  .shop-list .box .thumb,
  .floor-guide .box .thumb {
    margin-bottom: 10px;
  }
  .shop-news .box .thumb a:hover,
  .shop-list .box .thumb a:hover,
  .floor-guide .box .thumb a:hover {
    opacity: .7;
  }
  .shop-news .box .desc h3,
  .shop-list .box .desc h3,
  .floor-guide .box .desc h3 {
    text-align: left;
  }
  .shop-list .box .desc ul,
  .floor-guide .box .desc ul {
    color: #595757;
    margin-bottom: 15px;
  }
  .shop-news .box .desc ul {
    color: #595757;
    margin-bottom: 5px;
  }
  .shop-news .box .desc ul li,
  .shop-list .box .desc ul li,
  .floor-guide .box .desc ul li {
    float: left;
  }
  .shop-news .box .desc ul li:first-child,
  .shop-list .box .desc ul li:first-child,
  .floor-guide .box .desc ul li:first-child {
    margin-right: 10px;
  }
  .shop-news .box .desc ul li dl,
  .shop-list .box .desc ul li dl,
  .floor-guide .box .desc ul li dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .shop-news .box .desc .desc-genrea,
  .shop-list .box .desc .desc-genrea,
  .floor-guide .box .desc .desc-genrea {
    color: #e63082;
    height: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .shop-news .box .desc .desc-genrea.desc-fashion,
  .shop-list .box .desc .desc-genrea.desc-fashion,
  .floor-guide .box .desc .desc-genrea.desc-fashion {
    color:#00a6e9;
    background: url(../img/shop_list/icon_fashion.png) no-repeat left top;
  }
  .shop-news .box .desc .desc-genrea.desc-fashion-item,
  .shop-list .box .desc .desc-genrea.desc-fashion-item,
  .floor-guide .box .desc .desc-genrea.desc-fashion-item {
    color:#3a72b9;
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-interior,
  .shop-list .box .desc .desc-genrea.desc-interior,
  .floor-guide .box .desc .desc-genrea.desc-interior {
    color:#d3dc00;
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-baby,
  .shop-list .box .desc .desc-genrea.desc-baby,
  .floor-guide .box .desc .desc-genrea.desc-baby {
    color:#7684e2;
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-tax-free,
  .shop-list .box .desc .desc-genrea.desc-tax-free,
  .floor-guide .box .desc .desc-genrea.desc-tax-free {
    color:#8ec800;
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-gourmet,
  .shop-list .box .desc .desc-genrea.desc-gourmet,
  .floor-guide .box .desc .desc-genrea.desc-gourmet {
    color:#a7746f;
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-etc,
  .shop-list .box .desc .desc-genrea.desc-etc,
  .floor-guide .box .desc .desc-genrea.desc-etc {
    color:#56ba66;
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .shop-news .box .desc .desc-genrea.desc-all,
  .shop-list .box .desc .desc-genrea.desc-all,
  .floor-guide .box .desc .desc-genrea.desc-all {
    color:#e63082;
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .shop-news .box .desc h4,
  .shop-list .box .desc h4,
  .floor-guide .box .desc h4 {
    text-align: left;
    margin-bottom: 15px;
  }
  .shop-news .box .desc .desc-text,
  .shop-list .box .desc .desc-text,
  .floor-guide .box .desc .desc-text {
    margin-bottom: 15px;
  }
  .shop-news .box .desc h5,
  .shop-list .box .desc h5,
  .floor-guide .box .desc h5 {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
  }
  .shop-news .box .desc h5:hover,
  .shop-list .box .desc h5:hover,
  .floor-guide .box .desc h5:hover {
    opacity:0.7;
  }
  .shop-list .box .desc dl,
  .floor-guide .box .desc dl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
    .shop-news .box .desc dl {
    font-size: 14px;
    font-size: 1.4rem;
    }
  .shop-news .box .desc dl dt, .shop-news .box .desc dl dd,
  .shop-list .box .desc dl dt,
  .shop-list .box .desc dl dd,
  .floor-guide .box .desc dl dt,
  .floor-guide .box .desc dl dd {
    margin-bottom: 5px;
  }
  .shop-news .box .desc dl dt,
  .shop-list .box .desc dl dt,
  .floor-guide .box .desc dl dt {
    clear: both;
    margin-right: 5px;
  }

  .s-shop-news h2 {
    padding: 10px 0;
    margin: 0;
    background-color: #8bc4c7;
  }
  .s-shop-news .s-content {
    padding: 50px 0 40px;
    border: 3px solid #8bc4c7;
  }
  .s-shop-news .s-content .s-box {
    float: left;
    width: 255px;
    min-height: 430px;
    margin-left: 58px;
    margin-bottom: 20px;
  }
  .s-shop-news .s-content .s-box:nth-child(3n+1) {
    clear:both;
  }
  .s-shop-news .s-content .s-box .thumb {
    margin-bottom: 15px;
  }
  .s-shop-news .s-content .s-box .thumb img {
    width: 100%;
  }
  .s-shop-news .s-content .s-box dl {
    margin-bottom: 15px;
  }
  .s-shop-news .s-content .s-box dl dt, .s-shop-news .s-content .s-box dl dd {
    float: left;
  }
  .s-shop-news .s-content .s-box h3 {
    color: #e63082;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .s-shop-news .s-content .s-box p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .s-shop-news .s-content .s-box p a {
    color: #8bc4c7;
    text-decoration: underline;
  }

  /***********
   * header *
  ***********/
  #header .h-top {
    margin-bottom: 10px;
  }
  #header .h-top .h-lang {
    float: right;
    width: 480px;
    margin-top: 25px;
  }

  /************
   * content *
  ************/
  #content {
    padding-bottom: 135px;
    margin: 50px auto 0;
  }
  #content .c-inr {
    width: 1000px;
    margin: 0 auto;
  }
  #content .c-inr .btn-list {
    position: absolute;
    top: 0;
    right: 0;
  }
  #content .c-inr .box {
    width: 220px;
    margin: 0 0 45px 40px;
  }
  #content .c-inr .box.clear {
    clear: both;
    margin-left: 0;
  }
  #content .c-inr .box a:hover p {
    text-decoration: underline;
  }
  #content .c-inr .box h3 {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  #content .c-inr #what-new {
    border-bottom: 1px dotted #000;
  }
  #content .c-inr #shop-news {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #content .c-inr #shop-news .box {
    min-height: 300px;
  }
  #content .c-inr #shop-news .box .thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width:220px;
    height:170px;
    text-align:center;
    overflow:hidden;
    margin-bottom: 5px;
    position:relative;
  }
  #content .c-inr #shop-news .box h3 {
    text-align: left;
    padding-bottom: 2%;
    border-bottom: 1px dotted #000;
  }
  #content .c-inr #shop-news .box p {
    clear: both;
    min-height: 60px;
  }
  #content .c-inr #shop-news .box ul {
    margin-bottom: 3%;
  }
  #content .c-inr #shop-news .box ul li {
    float: left;
  }
  #content .c-inr #shop-news .box ul li:first-child {
    margin: 0;
  }
  #content .c-inr #shop-news .box dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #content .c-inr #shop-news .box dl dt {
    margin-right: 2px;
  }
  #content #c-foot {
    background-color: #e8e8e8;
    padding-bottom: 95px;
  }
  #content #c-foot .c-foot-inr {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  #content #c-foot .c-foot-inr .find {
    margin-bottom: 75px;
  }
  #content #c-foot .c-foot-inr .find ul li {
    float: left;
    width: 223px;
    height: 160px;
    margin-left: 33px;
    background-color:#eee9e2;
    border:1px solid #000;
  }
  #content #c-foot .c-foot-inr .find ul li a:hover dd {
    background-color: rgba(229, 47, 129, 1);
    background: url(../img/common/bg_find.png) \9;
  }
  #content #c-foot .c-foot-inr .find ul li:first-child {
    margin: 0;
  }
  #content #c-foot .c-foot-inr .find ul li.find-shop dl dd {
    width: 125px;
    padding: 7px 18px;
  }
  #content #c-foot .c-foot-inr .find ul li.find-floor dl dt {
    margin-bottom: 24px;
  }
  #content #c-foot .c-foot-inr .find ul li.find-floor dl dd {
    width: 160px;
    padding: 7px 15px;
  }
  #content #c-foot .c-foot-inr .find ul li.find-access dl dt {
    margin-bottom: 26px;
  }
  #content #c-foot .c-foot-inr .find ul li.find-access dl dd {
    width: 90px;
    padding: 7px 40px;
  }
  #content #c-foot .c-foot-inr .find ul li.find-recruit dl dd {
    width: 110px;
    padding: 7px 30px;
  }
  #content #c-foot .c-foot-inr .find ul li dl {
    height: 100%;
    text-align: center;
  }
  #content #c-foot .c-foot-inr .find ul li dl dt {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  #content #c-foot .c-foot-inr .find ul li dl dd {
    margin: 0 auto;
    border: 2px solid #e52f81;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: none;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  #content #c-foot .c-foot-inr .bnr-zone {
    margin-bottom: 35px;
  }
  #content #c-foot .c-foot-inr .bnr-zone ul li {
    float: left;
    margin-left: 20px;
  }
  #content #c-foot .c-foot-inr .bnr-zone ul li:first-child {
    margin: 0;
  }

  /***********
   * footer *
  ***********/
  #footer {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 30px;
  }
  #footer a:hover {
    color: #e63082;
  }
  #footer .f-inr {
    width: 1000px;
    padding-bottom: 15px;
    margin: 0 auto;
    position: relative;
  }
  #footer .f-inr .f-box {
    margin-bottom: 25px;
  }
  #footer .f-inr .f-menu h3,
  #footer .f-inr .f-shop h3,
  #footer .f-inr .f-melsa h3,
  #footer .f-inr .f-global h3 {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    vertical-align: bottom;
  }
  #footer .f-inr .f-menu h3 a,
  #footer .f-inr .f-shop h3 a,
  #footer .f-inr .f-melsa h3 a,
  #footer .f-inr .f-global h3 a {
    vertical-align: bottom;
  }
  #footer .f-inr .f-menu h3 img,
  #footer .f-inr .f-shop h3 img,
  #footer .f-inr .f-melsa h3 img,
  #footer .f-inr .f-global h3 img {
    margin-right: 10px;
  }
  #footer .f-inr .f-menu ul li,
  #footer .f-inr .f-shop ul li,
  #footer .f-inr .f-melsa ul li,
  #footer .f-inr .f-global ul li {
    margin-bottom: 5px;
  }
  #footer .f-inr .f-melsa h4 {
    text-align:left;
    margin-bottom:5px;
  }
  #footer .f-inr .f-melsa ul {
    padding-left:15px;
  }
  #footer .f-inr .f-left {
    float: left;
    width: 180px;
  }
  #footer .f-inr .f-left .f-about {
    padding: 15px 0 10px 10px;
    border: 1px dotted #fff;
  }
  #footer .f-inr .f-left .f-about h3 {
    text-align: left;
    margin-bottom: 10px;
  }
  #footer .f-inr .f-left .f-about ul li span {
    font-size: 20px;
    font-size: 2rem;
    color: #e63082;
    margin-right: 5px;
    position: relative;
    top: 2px;
    line-height: 1;
  }
  #footer .f-inr .f-left .f-about ul li a {
    color: #e63082;
  }
  #footer .f-inr .f-left .f-menu ul li {
    margin-bottom: 10px;
    line-height: 0.8;
  }
  #footer .f-inr .f-center {
    float: left;
    width: 580px;
    margin-left: 22px;
  }
  #footer .f-inr .f-center .f-shop h3 a {
    padding-right: 20px;
    background: url(../img/common/icon_link.png) no-repeat right center;
  }
  #footer .f-inr .f-center .f-shop .col {
    float: left;
    width: 192px;
  }
  #footer .f-inr .f-center .f-shop .col dl dt {
    margin-bottom: 10px;
  }
  #footer .f-inr .f-center .f-shop .col dl dd {
    margin-bottom: 20px;
  }
  #footer .f-inr .f-center .f-shop .col dl dd ul li {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #footer .f-inr .f-right {
    float: left;
    width: 190px;
    margin-left: 22px;
  }
  #footer .f-inr .f-nav {
    clear: both;
    margin-bottom: 15px;
  }
  #footer .f-inr .f-nav ul {
    width: 640px;
    margin: 0 auto;
  }
  #footer .f-inr .f-nav ul li {
    float: left;
    height: 12px;
    padding: 0 10px;
    border-left: 1px dotted #fff;
  }
  #footer .f-inr .f-nav ul li a {
    position: relative;
    top: -4px;
  }
  #footer .f-inr .f-nav ul li:first-child {
    border: none;
  }

  /*********************
    * concept *
  *********************/
  .concept #content .c-inr .center {
    padding-bottom: 90px;
    margin-bottom: 40px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }
  .concept #content .c-inr figure {
    width: 840px;
    padding-bottom: 90px;
    margin: 0 auto 40px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }
  .concept #content .c-inr figure .concept-img,
  .concept #content .c-inr figure figcaption {
    float: left;
  }
  .concept #content .c-inr figure figcaption {
    margin-left: 30px;
  }
  .concept #content .c-inr #c-foot {
    background: none;
    padding: 0;
  }
  .concept #content .c-inr #c-foot .c-foot-inr {
    padding: 0;
  }
  .concept #content .c-inr #c-foot .c-foot-inr .find {
    margin: 0 0 15px;
  }
  .concept #content .c-inr #c-foot .c-foot-inr .find li {
    margin-left: 20px;
  }

  /*********************
    * shop list *
  *********************/
  .shop-list #content #side-shop {
    float: left;
    width: 200px;
    border: 2px solid #59abaf;
  }
  .shop-list #content #side-shop h3 {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #59abaf;
  }
  .shop-list #content #side-shop ul {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .shop-list #content #side-shop ul li {
    width: 160px;
    margin: 0 auto;
    border-bottom: 1px dotted #000;
  }
  .shop-list #content #side-shop ul li.a-here a:hover {
    color: #59abaf;
  }
  .shop-list #content #side-shop ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
  }
  .shop-list #content #side-shop ul li a:hover {
    color: #59abaf;
  }
  .shop-list #content #side-shop ul li.fashion {
    background: url(../img/shop_list/icon_fashion.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.fashion-item {
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.interior {
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.baby {
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.tax-free {
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.gourmet {
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.etc {
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .shop-list #content #side-shop ul li.all {
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .shop-list #content .display {
    float: left;
    width: 760px;
    margin-left: 36px;
  }
  .shop-list #content .display h3 span {
    padding: 15px 50px 18px 55px;
  }
  .shop-list #content .display h3 span.fashion {
    background: url(../img/shop_list/icon_fashion_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.fashion-item {
    background: url(../img/shop_list/icon_fashion_item_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.interior {
    background: url(../img/shop_list/icon_interior_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.baby {
    background: url(../img/shop_list/icon_baby_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.tax-free {
    background: url(../img/shop_list/icon_tax_free_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.gourmet {
    background: url(../img/shop_list/icon_gourmet_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.etc {
    background: url(../img/shop_list/icon_etc_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.all {
    background: url(../img/shop_list/icon_all_l.png) no-repeat left center;
  }
  .shop-list #content .display .block {
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
    padding-bottom: 44px;
    margin-bottom: 5px;
  }
  .shop-list #content .display .box a:hover p {
    text-decoration: none;
  }
  .shop-list #content .display .box .thumb {
    margin-bottom: 15px;
  }
  .shop-list #content .display .box .thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  }
  .shop-list #content .display .box .desc-genrea {
    height: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .shop-list #content .display .box .desc-genrea.desc-fashion {
    color:#00a6e9;
    background: url(../img/shop_list/icon_fashion.png) no-repeat left top;
  }
  .shop-list #content .display .box .desc-genrea.desc-fashion-item {
    color:#3a72b9;
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-interior {
    color:#d3dc00;
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-baby {
    color:#7684e2;
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-tax-free {
    color:#8ec800;
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-gourmet {
    color:#a7746f;
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-etc {
    color:#56ba66;
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .shop-list #content .display .box .desc-genrea.desc-all {
    color:#e63082;
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .shop-list #content .display .floor-num {
    text-align: left;
    margin-bottom: 20px;
  }

  /*********************
    * access *
  *********************/
  .access #content .public-trans,
  .access #content .access-map {
    width: 780px;
    margin: 0 auto;
  }
  .access #content .public-trans h3,
  .access #content .access-map h3 {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
  .access #content .public-trans p,
  .access #content .access-map p {
    margin-bottom: 15px;
  }
  .access #content .public-trans .google-map,
  .access #content .access-map .google-map {
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 15px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }
  .access #content .access-map .google-map {
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 15px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }

  /*********************
      * shop-news *
  *********************/
  .shop-news #content .c-inr h2 {
    position: relative;
  }
  .shop-news #content .c-inr .box {
    margin: 0 0 45px 25px;
  }
  .shop-news #content .c-inr .box h3 {
    padding-bottom: 5px;
  }

  .shop-news #content .box .thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 220px;
  height: 170px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
  position:relative;
}

  .shop-news #content .box .thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

  /*********************
      * floor guide *
  *********************/
  .floor-guide #search-floor {
    margin-bottom: 85px;
  }
  .floor-guide #search-floor #elevator {
    float: left;
    width: 148px;
    border: 3px solid #000;
    position: relative;
    z-index: 10;
  }
  .floor-guide #search-floor #elevator ul li {
    height: 68px;
    border: 1px solid #000;
    position: relative;
  }
  .floor-guide #search-floor #elevator ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .floor-guide #search-floor #elevator ul li span {
    line-height: 0;
    position: absolute;
    right: 10px;
    bottom: -2px;
  }
  .floor-guide #search-floor #elevator ul li .f-num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 21px;
  }
  .floor-guide #search-floor #elevator ul li .ev-ex .f-num {
    left: -35px;
  }
  .floor-guide #search-floor #elevator ul li .d-open {
    display: none;
  }
  .floor-guide #search-floor #elevator ul li.open .d-open {
    display: block;
  }
  .floor-guide #search-floor #elevator ul li.open .d-close {
    display: none;
  }
  .floor-guide #search-floor #floor-map {
    float: right;
    width: 790px;
    height: 635px;
    border: 3px solid #acd5d7;
    -o-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  .floor-guide #search-floor #floor-map #btn-up {
    position: absolute;
    top: -50px;
    right: 40px;
    -webkit-transition: top 0.2s;
            transition: top 0.2s;
  }
  .floor-guide #search-floor #floor-map #btn-up:hover {
    top: -60px;
  }
  .floor-guide #search-floor #floor-map #btn-down {
    position: absolute;
    bottom: -30px;
    left: 40px;
    -webkit-transition: bottom 0.2s;
            transition: bottom 0.2s;
  }
  .floor-guide #search-floor #floor-map #btn-down:hover {
    bottom: -40px;
  }
  .floor-guide #search-floor #floor-map #bg-target {
    position: absolute;
    top: 490px;
    left: -204px;
  }
  .floor-guide #search-floor #floor-map #floor-map-detail {
    position:absolute;
    right:40px;
    top:30px;
    z-index:101;
  }
  .floor-guide #search-floor #floor-map .f-map-inr {
    width: 700px;
    height: 560px;
    margin: 40px auto 0;
    overflow: hidden;
  }
  .floor-guide #search-floor #floor-map .f-map-inr .slide {
    position: relative;
    top: -3920px;
  }
  .floor-guide #search-floor #floor-map .f-map-inr .floor-info {
    min-height: 560px;
  }
  .floor-guide #search-floor #floor-map .f-map-inr .floor-info h3 {
    text-align: left;
    margin-bottom: 30px;
  }
  .floor-guide #search-floor #floor-map .f-map-inr .floor-info .map-zone {
    text-align: center;
    height:420px;
  }
  .floor-guide #floor-display {
    position: relative;
  }
  .floor-guide #floor-display .f-display {
    display: none;
  }
  .floor-guide #floor-display .f-display.on {
    display: block;
  }
  .floor-guide #floor-display h3 span {
    display: none;
    padding: 0 220px 26px 0;
  }
  .floor-guide #floor-display h3 span.on {
    display: inline;
  }

  /*************************
      * shop-list-detail *
  *************************/
  .shop-list-detail .btn-back-list {
    padding-left: 50px;
  }
  .shop-list-detail .display {
    padding: 40px 50px;
    margin-bottom: 50px;
    -ms-box-shadow: 2px 5px 10px #ddd;
    -o-box-shadow: 2px 5px 10px #ddd;
    box-shadow: 2px 5px 10px #ddd;
    position: relative;
  }
  .shop-list-detail .display h3 {
    margin-bottom: 30px;
  }
  .shop-list-detail .display h3 span {
    padding: 0 120px 18px 0;
  }
  .shop-list-detail .display .right-wing {
    position: absolute;
    right: 50px;
    top: 50px;
  }
  .shop-list-detail .display .right-wing p {
    padding: 5px 20px;
  }
  .shop-list-detail .display .box-left {
    float: left;
    width: 420px;
    min-height: 500px;
  }
  .shop-list-detail .display .box-left h4 {
    float: left;
    margin-bottom: 30px;
  }
  .shop-list-detail .display .box-left h4 img {
    max-width:100%;
  }
  .shop-list-detail .display .box-left .icon-recruit {
    float: right;
  }
  .shop-list-detail .display .box-left .shop-about {
    clear: both;
  }
  .shop-list-detail .display .box-left .shop-about li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
  .shop-list-detail .display .box-left .shop-about li dl dt, .shop-list-detail .display .box-left .shop-about li dl dd {
    float: left;
  }
  .shop-list-detail .display .box-left .shop-about li dl dt {
    font-weight: bold;
    width: 120px;
    line-height:1.5;
  }
  .shop-list-detail .display .box-left .shop-about li dl dd {
    width: 290px;
    line-height: 1.5;
  }
  .shop-list-detail .display .box-right {
    width: 400px;
    float: right;
  }
  .shop-list-detail .display .box-right .thumb {
    margin-bottom: 50px;
  }
  .shop-list-detail .display .box-right .thumb img {
    width: 100%;
  }
  .shop-list-detail .display .map-img {
    clear:both;
    width: 400px;
    float: right;
  }
  .shop-list-detail .display .map-img img {
    width: 100%;
    margin-bottom: 50px;
  }
  .shop-list-detail .display .btn-tel {
    font-size: 25px;
    font-size: 2.5rem;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 25px;
    background-color: #e63082;
    border-radius: 5px;
    position: relative;
  }
  .shop-list-detail .display .btn-tel a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .shop-list-detail .display .btn-tel span {
    font-size: 33px;
    font-size: 3.3rem;
    margin-left: 10px;
  }

  /*******************
      * what-new *
  *******************/
  .what-new h2 {
    position: relative;
  }
  .what-new #content .tag-list {
    text-align: center;
    margin-bottom: 80px;
  }
  .what-new #content .tag-list li {
    display: inline-block;
    margin-left: 25px;
    opacity: 0.6;
  }
  .what-new #content .tag-list li:first-child {
    margin: 0;
  }
  .what-new #content .tag-list li:hover {
    opacity: 1;
  }
  .what-new #content .tag-list li.tag-here {
    opacity: 1;
  }
  .what-new #content .block {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 80px;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
  }
  .what-new #content .block figure {
    width:220px;
    height:170px;
    text-align: center;
    overflow: hidden;
    float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  }
  .what-new #content .block figure img {
    height:100%;
    margin-left:-8px;
  }
  .what-new #content .block figure figcaption {
    position: absolute;
    top: -14px;
    left: -10px;
  }
  .what-new #content .block figure figcaption span {
    display: block;
  }
  .what-new #content .block .what-detail {
    float: left;
    width: 440px;
    margin-left: 30px;
  }
  .what-new #content .block .what-detail h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #e63082;
    text-align: left;
    margin-bottom: 20px;
  }
  .what-new #content .block .what-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }

  /*****************
   * information *
  *****************/
  .information #content #page-link {
    margin-bottom: 80px;
  }
  .information #content #page-link li {
    float: left;
    margin-left: 15px;
  }
  .information #content #page-link li:first-child {
    margin: 0;
  }
  .information #content .info-list .block {
    margin-bottom: 50px;
  }
  .information #content .info-list .block h3 {
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  .information #content .info-list .block h3 span {
    display: inline-block;
    padding: 0 8px 15px 0;
    border-bottom: 2px solid #000;
    position: relative;
    top: 3px;
  }
  .information #content .info-list h4 {
    color: #e63082;
    font-size:22px;
    text-align: left;
    margin-bottom:30px;
    line-height:1.5;
  }
  .information #content .info-list .f-left {
    float: left;
    width: 440px;
  }
  .information #content .info-list .f-left p {
    font-weight:bold;
    line-height:1.5;
  }
  .information #content .info-list .f-right {
    float: right;
    width: 530px;
  }
  .information #content .info-list #info-counter .f-left {
    font-weight: bold;
    padding-top: 20px;
  }
  .information #content .info-list #info-counter .f-left p {
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .information #content .info-list #info-counter .f-left ul li {
    line-height: 2em;
  }
  .information #content .info-list #info-counter .f-left ul li::before {
    content: "●";
    font-size: 2em;
    vertical-align: top;
    color:#e52f81;
  }
  .information #content .info-list #wifi-service {
    background: url(../img/info/wifi_steka.png) no-repeat;
    background-position:right 200px top 80px;
    background-size: 195px;
  }
  .information #content .info-list #wifi-service dl {
    font-weight: bold;
    font-size:16px;
    margin-bottom:30px;
  }
  .information #content .info-list #wifi-service dt {
    margin-bottom:20px;
  }
  .information #content .info-list #wifi-service dt:before {
    content: "●";
    font-size: 2em;
    line-height:0.4;
    vertical-align: top;
    color:#e52f81;
  }
  .information #content .info-list #wifi-service dd {
    line-height:1.5;
  }
  .information #content .info-list #wifi-service figure {
    margin-bottom:50px;
    text-align:center;
  }
  .information #content .info-list #wifi-service figure .wifi-flow {
  }
  .information #content .info-list #wifi-service figcaption {
    margin-bottom:30px;
    text-align:left;
  }

  .information #content .info-list #gift-certificate {

  }

    .information #content .info-list #credit-card {

    }
    .information #content .info-list #credit-card .f-left {
      float:left;
      width:352px;
    }
    .information #content .info-list #credit-card .f-left ul {

    }
    .information #content .info-list #credit-card .f-left ul li {
      font-weight:bold;
      padding-left:15px;
      margin-top:15px;
      position:relative;
    }
    .information #content .info-list #credit-card .f-left ul li:before {
      content:"※";
      position:absolute;
      left:0;
    }
    .information #content .info-list #credit-card .f-right{
      float:right;
      width:600px;
    }

    .information #content .info-list #facility-guide > article{
      margin-bottom:70px;
    }

    .information #content .info-list #facility-guide .powder-room .f-left img{
      width:250px;
    }
    .information #content .info-list #facility-guide .powder-room h4 {
      margin-top:30px;
    }
    .information #content .info-list #facility-guide p {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight:bold;
      margin-bottom:40px;
    }

  .information #content .info-list #gift-certificate li {
    font-weight:bold;
  }

    .information #content .info-list .change-machine {
      
    }


  /***********
   * recruit *
  ***********/
  .recruit .table-area {
    width: 760px;
    margin: 0 auto;
  }
  .recruit .table-area table {
    margin-bottom: 45px;
  }
  .recruit .table-area table thead tr {
    height: 50px;
  }
  .recruit .table-area table thead tr th {
    color: #e52f81;
    font-size: 23px;
    font-size: 2.3rem;
    padding-left: 10px;
  }
  .recruit .table-area table thead tr th span {
    float: right;
    padding: 3px 10px 0 0;
  }
  .recruit .table-area table tbody tr {
    height: 35px;
  }
  .recruit .table-area table tbody tr th {
    padding-left: 10px;
  }
  .recruit .table-area table tbody tr td {
    padding: 0 15px;
  }
  .recruit .table-area table tbody tr.remarks {
    height: 100px;
  }
  .recruit .table-area table tbody tr.remarks td {
    vertical-align: top;
    padding-top: 5px;
  }

  /***********************
   * shop-news-detail *
  ***********************/
  .shop-news-detail .btn-prev {
    position: relative;
    float: left;
    z-index: 1;
  }
  .shop-news-detail .btn-next {
    position: relative;
    float: right;
    z-index: 1;
  }
  .shop-news-detail .snd-area {
    width: 670px;
    margin: 0 auto 40px;
  }
  .shop-news-detail .snd-area h3, .shop-news-detail .snd-area p, .shop-news-detail .snd-area .shop-news-visual {
    margin-bottom: 40px;
  }
  .shop-news-detail .snd-area h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .shop-news-detail .snd-area .snd-date {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .shop-news-detail .snd-area .snd-date:before {
    font-size: 35px;
    font-size: 3.5rem;
    position: relative;
    top: -11px;
  }
  .shop-news-detail .snd-area .snd-date dt {
    margin-right: 5px;
  }
  .shop-news-detail .snd-area p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .shop-news-detail .snd-area .snd-point {
    margin-bottom: 60px;
  }
  .shop-news-detail .snd-area .snd-point dl {
    padding: 12px 0;
  }
  .shop-news-detail .snd-area .snd-point dl dt {
    width: 160px;
  }
  .shop-news-detail .snd-area .snd-point dl dd {
    width: 500px;
  }
  .shop-news-detail .snd-area .center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index:0;
  }
  .shop-news-detail .btn-back {
    width: 960px;
    margin: 0 auto;
  }
}

/***************
  * contact *
***************/
.contact .content {
  padding: 40px 0;
}
.contact .content #formWrap {
  width: 960px;
  margin: 0 auto;
}
.contact .content h1 {
  margin-top: 49px;
  margin-bottom: 18px;
  text-align: center;
}
.contact .content h2 {
  margin-bottom: 85px;
  text-align: center;
}
.contact .content h3 {
  margin-bottom: 24px;
  color: #e63082;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.contact .content .shadow-top {
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/bg_shadow.png) no-repeat center top;
}
.contact .content .message {
  padding: 45px 0;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact .content .content {
  width: 840px;
  margin: 0 auto;
}
.contact .content .formTable {
  width: 100%;
}
.contact .content .formTable th,
.contact .content .formTable td {
  padding: 10px;
}
.contact .content .formTable th {
  width: 230px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: lighter;
  text-align: right;
  vertical-align: top;
}
.contact .content .formTable .radio li {
  position: relative;
  height: 31px;
  margin-bottom: 10px;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
}
.contact .content .formTable .radio li input {
  position: relative;
  top: -2px;
}
.contact .content .formTable input[type="text"] {
  width: 85%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
}
.contact .content .formTable textarea {
  width: 85%;
  max-width: 85%;
  height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
}
.contact .content .block-btn {
  margin-top: 40px;
  margin-bottom: 86px;
  text-align: center;
}
.contact .content .block-btn input {
  margin: 0 15px;
}
.contact .content .block-btn input::-webkit-input-placeholder {
  color: #F00;
}
.contact .content .block-btn input:-moz-placeholder {
  color: #F00;
}
.contact .content .block-btn input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  overflow: hidden;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_submit.png) no-repeat 0 0;
}
.contact .content .block-btn input[type="submit"].btn-confirm {
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_confirm.png) no-repeat 0 0;
}
.contact .content .block-btn .btn-top {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_top.png) no-repeat 0 0;
  overflow: hidden;
  vertical-align: top;
}
.contact .content .btn-back {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_back.png) no-repeat 0 0;
  overflow: hidden;
}
.contact .content .error_messe {
  color: #e63082;
  line-height: 2;
}

.form .shadow-top {
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/bg_shadow.png) no-repeat center top;
}
.form .message {
  padding: 45px 0;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .content {
  margin: 0 auto;
}
.form .formTable {
  width: 100%;
}
.form .formTable th,
.form .formTable td {
  padding: 10px;
}
.form .formTable th {
  width: 230px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: lighter;
  text-align: right;
  vertical-align: top;
}
.form .formTable .radio li {
  position: relative;
  height: 31px;
  margin-bottom: 10px;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
}
.form .formTable .radio li input {
  position: relative;
  top: -2px;
}
.form .formTable input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
}
.form .formTable textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
}
.form .block-btn {
  margin-top: 40px;
  margin-bottom: 86px;
  text-align: center;
}
.form .block-btn input {
  margin: 0 15px;
}
.form .block-btn input::-webkit-input-placeholder {
  color: #F00;
}
.form .block-btn input:-moz-placeholder {
  color: #F00;
}
.form .block-btn input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  overflow: hidden;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_submit.png) no-repeat 0 0;
}
.form .block-btn input[type="submit"].btn-confirm {
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_confirm.png) no-repeat 0 0;
}
.form .block-btn .btn-top {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_top.png) no-repeat 0 0;
  overflow: hidden;
  vertical-align: top;
}
.form .btn-back {
  cursor: pointer;
  display: inline-block;
  width: 282px;
  height: 0;
  padding-top: 65px;
  border: none;
  background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_back.png) no-repeat 0 0;
  overflow: hidden;
}
.form .error_messe {
  color: #e63082;
  line-height: 2;
}

.confirm #formWrap {
  width: 840px;
  margin:0 auto;
  padding-top: 40px;
}
.confirm #formWrap h3 {
  margin-bottom: 24px;
  color: #e63082;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/*********************
       * melsa-list *
*********************/
.melsa-list {
}
.melsa-list #content {
  width:60%;
  padding-top:40px;
  margin:0 auto;
}
.melsa-list #content h1 {
  color: #e63082;
  font-size:24px;
  padding-bottom:40px;
  margin-bottom:40px;
  border-bottom:2px solid #000;
}
.melsa-list #content h2 {
  font-size:18px;
  margin-bottom:30px;
}
.melsa-list #content .tokyo-melsa {
  text-align:center;
  width:90%;
  margin:0 auto 40px;
}
.melsa-list #content .tokyo-melsa li {
  margin-bottom:10px;
}
.melsa-list #content .nagoya-melsa {
  text-align:center;
  width:90%;
  margin:0 auto 40px;
}
.melsa-list #content .nagoya-melsa li {
  margin-bottom:10px;
}

/*********************
       * melsa-list *
*********************/
.use-melsa #content,
.privacy #content {
  width:1000px;
  margin:0 auto;
  padding-top:40px;
  text-align:left;
}

.use-melsa #content h3,
.privacy #content h3 {
  color: #e63082;
  text-align:left;
  margin-bottom: 10px;
}

.use-melsa #content h3.lead2,
.privacy #content h3.lead2 {
  font-size:24px;
  padding-bottom:10px;
  border-bottom:2px solid #333;
}
.use-melsa #content .topp2,
.privacy #content .topp2 {
    margin-bottom: 30px;
    text-align: left;
    line-height: 2;
}

.use-melsa #content ol li,
.privacy #content ol li {
  width:95%;
  margin-left:5%;
  list-style-type: decimal;
}

.use-melsa #content p,
.use-melsa #content ol,
.privacy #content p,
.privacy #content ol {
  margin-bottom:40px;
}

.privacy .comadd {
  margin-bottom:30px;
}

.privacy .comadd td {
  padding:3px 5px;
  border:1px solid #333;
}



/***************
     * pc *
***************/
@media only screen and (min-width: 1170px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1169px) {
  .hidden-md {
    display: none;
  }
}
/***************
   * tablet *
***************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}
/***************
     * sp *
***************/
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .wrap {
    padding-top: 64px;
  }

.wrap #content #shop-news .box .thumb img {
    position: relative;
  }

  #header {
    height: 64px;
    margin-bottom: 4px;
    padding: 8px 0 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
  }
  #header .h-inr {
    position: relative;
    width: 320px;
    margin: 0 auto;
  }
  #header .h-inr h1 {
    width: 80px;
    float: left;
  }
  #header .h-inr h1 img {
    width: 100%;
  }
  #header .h-inr .h-tel {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #header .h-inr .h-tel p {
    float: right;
    width: 130px;
    margin: 8px 60px 0 0;
    background: url(../img/common/icon_tel.png) no-repeat 4% center;
    text-align: center;
  }
  #header .h-inr .h-tel p a {
    display: block;
    border: 2px solid #e63082;
    color: #e63082;
    padding: 5px 2px 5px 14px;
  }

  #business-time {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 3%;
  }
  #business-time a {
    color: #e63082;
  }

  #sp-top-page {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #sp-top-page .btn-zone {
    margin-bottom: 5%;
  }
  #sp-top-page .btn-zone ul {
    width: 100%;
  }
  #sp-top-page .btn-zone ul li {
    float: right;
    width: 47%;
    overflow: hidden;
    background-color:#eee9e2;
    border:1px solid #000;
  }
  #sp-top-page .btn-zone ul li span {
    display: block;
  }
  #sp-top-page .btn-zone ul li span img {
    width: 90%;
    padding: 10% 0 10%;
  }
  #sp-top-page .btn-zone ul li.link-floor-guide img {
    padding: 15% 0 9%;
  }
  #sp-top-page .btn-zone ul li.link-recruit img {
    padding: 20% 0 13%;
  }
  #sp-top-page .btn-zone ul li:first-child {
    float: left;
  }
  #sp-top-page .btn-zone ul li:first-child span img {
    padding: 16% 0 10%;
  }
  #sp-top-page .lang-zone {
    width: 100%;
    margin: 0 auto 20px;
    padding: 2% 0 1%;
    border: 2px solid #ccc;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp-top-page .lang-zone h6 {
    float: left;
    width: 35%;
    padding: 5px 5px 0 0;
    margin-right: 5px;
    background: url(../img/common/icon_h6_lang.png) no-repeat right 7px;
  }
  #sp-top-page .lang-zone ul {
    float: left;
    width: 60%;
  }
  #sp-top-page .lang-zone ul li {
    float: left;
    width: 35%;
    margin-bottom: 3%;
    margin-left: 10%;
  }
  #sp-top-page .lang-zone ul li img {
    width:100%;
  }
  #sp-top-page .lang-zone ul li.first-child {
    margin-left: 0;
  }
  #sp-top-page .lang-zone ul li.clear {
    clear:both;
  }

  #content {
    width: 100%;
    padding-top: 10%;
  }
  #content .c-inr {
    width: 90%;
    margin: 0 auto;
  }
  #content .c-inr .box {
    width: 100%;
    padding-bottom: 1%;
    margin-bottom: 6%;
    border-bottom: 2px dotted #000;
  }
  #content .c-inr .box figure img {
    width: 100%;
    height: auto;
  }
  #content .c-inr .box .thumb img {
    width: 100%;
    height: auto;
  }
  #content .c-inr h2 {
    margin: 0 auto 15%;
  }
  #content .c-inr #what-new h2 {
    width: 60%;
  }
  #content .c-inr #what-new h2 img {
    width: 100%;
  }
  #content .c-inr #shop-news {
    margin-bottom: 10%;
  }
  #content .c-inr #shop-news h2 {
    width: 65%;
  }
  #content .c-inr #shop-news h2 img {
    width: 100%;
  }
  #content .c-inr #shop-news .box {
    padding-bottom: 6%;
  }
  #content .c-inr #shop-news .box .thumb {
    float: left;
    width: 42%;
  }
  #content .c-inr #shop-news .box .desc {
    float: left;
    width: 54%;
    margin-left: 2%;
    position: relative;
  }
  #content .c-inr #shop-news .box .desc h3 {
    color: #e63082;
    margin-bottom: 3%;
  }
  #content .c-inr #shop-news .box .desc ul {
    margin-bottom: 3%;
  }
  #content .c-inr #shop-news .box .desc p {
    font-weight: bold;
    margin-bottom: 15%;
  }
  #content .c-inr #shop-news .box .desc .shop-more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #content .c-inr .btn-list {
    clear: both;
    width: 80%;
    margin: 0 auto;
  }
  #content .c-inr .btn-list .hidden-lte-xs img {
    width: 100%;
  }

  #footer .f-inr {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
    padding: 6% 0 8%;
  }
  #footer .f-inr .f-bottom {
    padding: 3% 0;
  }
  #footer .f-inr .f-bottom li {
    width: 100%;
  }
  #footer .f-inr ul {
    text-align: center;
    border-bottom: 1px dotted #fff;
  }
  #footer .f-inr ul:first-child {
    border-top: 1px dotted #fff;
  }
  #footer .f-inr ul li {
    float: left;
    line-height: 1;
    width: 49%;
    padding: 2% 0;
    margin: 1% 0;
    border-left: 1px dotted #fff;
  }
 #footer .f-inr ul li.f-privacy {
  position:relative;
  top:4px;
 }
  #footer .f-inr ul li:first-child {
    border: none;
  }
  #footer .f-inr ul li.last {
    position: relative;
    top: 0px;
  }

  /*********************
    * top *
  *********************/
  .top #content {
    margin-top: 50px;
  }
  .top #content #what-new figure {
    width: 100%;
    height: 220px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  /*********************
    * concept *
  *********************/
  .concept #content .c-inr h2 {
    width: 50%;
  }
  .concept #content .c-inr h2 img {
    width: 100%;
  }
  .concept #content .c-inr .center {
    width: 90%;
    margin: 0 auto 6%;
    padding-bottom: 9%;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
    background-size: contain;
  }
  .concept #content .c-inr .center img {
    width: 60%;
  }
  .concept #content .c-inr figure {
    margin: 0 auto 10%;
    padding-bottom: 15%;
    background: url(../img/common/bg_shadow.png) no-repeat center bottom;
    background-size: contain;
  }
  .concept #content .c-inr figure .concept-img {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .concept #content .c-inr figure figcaption {
    padding-top: 125%;
    text-align: center;
    line-height: 2;
  }
  .concept #content .c-inr figure figcaption span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*********************
       * what new *
  *********************/
  .what-new h2 {
    width: 60%;
  }
  .what-new h2 img {
    width: 100%;
  }
  .what-new .tag-list {
    width: 100%;
    margin: 0 auto 5%;
    text-align: center;
  }
  .what-new .tag-list li {
    width: 35%;
    display: inline-block;
    margin: 0 0 5% 5%;
    text-align: right;
  }
  .what-new .tag-list li img {
    width: 100%;
  }
  .what-new .block {
    padding-bottom: 2%;
    margin-bottom: 10%;
    border-bottom: 1px dotted #000;
  }
  .what-new .block figure {
    position: relative;
  }
  .what-new .block figure a {
    width: 100%;
    display: block;
    overflow:hidden;
  }
  .what-new .block figure img {
    width: 100%;
    height: auto;
    margin-bottom: 8%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .what-new .block figure figcaption {
    position: absolute;
    top: -16px;
    left: -10px;
  }
  .what-new .block .what-detail h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .what-new .block .what-detail p {
    color: #595757;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .what-new .pager {
    padding: 10px 0;
    margin-bottom: 10%;
    border-top: 1px solid #e63082;
    border-bottom: 1px solid #e63082;
  }
  .what-new .pager .p-inr {
    width: 80%;
    margin: 0 auto;
  }
  .what-new .pager .p-inr .current-page {
    position: relative;
    top: 5px;
  }

  /*********************
     * floor guide *
  *********************/
  .floor-guide h2 {
    width: 65%;
  }
  .floor-guide h2 img {
    width: 100%;
  }
  .floor-guide .floor-num-sp {
    width: 100%;
    margin-bottom: 20%;
  }
  .floor-guide .floor-num-sp.hidden-lte-xs li:first-child img {
    width: 55%;
  }
  .floor-guide .floor-num-sp li {
    float: left;
    width: 11%;
    height: 0;
    padding-bottom: 10%;
    margin: 0 0 5% 5%;
    position: relative;
    text-align: center;
  }
  .floor-guide .floor-num-sp li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2% 4%;
    background-color: #595757;
  }
  .floor-guide .floor-num-sp li img {
    width: 35%;
    position: relative;
    top: 35%;
  }
  .floor-guide .floor-num-sp li.here a {
    background: url(../img/floor_guide/bg_target_sp.png) center center;
  }
  .floor-guide #floor-map {
    width: 100%;
    position: relative;
  }
  .floor-guide #floor-map .btn-ev-sp {
    border-bottom: 2px solid #59abaf;
    position: relative;
  }
  .floor-guide #floor-map .btn-ev-sp#btn-up-sp {
    margin-bottom: 40px;
  }
  .floor-guide #floor-map .btn-ev-sp#btn-up-sp img {
    position: absolute;
    top: -47px;
    right: 10px;
  }
  .floor-guide #floor-map .btn-ev-sp#btn-down-sp {
    margin-bottom: 90px;
  }
  .floor-guide #floor-map .btn-ev-sp#btn-down-sp img {
    position: absolute;
    top: -36px;
    left: 10px;
  }
  .floor-guide #floor-map sapn#floor-map-detail {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
  .floor-guide #floor-map sapn#floor-map-detail img {
    width:100%;
  }
  .floor-guide #floor-map .f-map-inr-sp {
    margin-bottom: 45%;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-b1 h3 {
    width: 283px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-1f h3 {
    width: 250px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-2f h3 {
    width: 193px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-3f h3 {
    width: 258px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-4f h3 {
    width: 259px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-5f h3 {
    width: 180px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-6f h3 {
    width: 180px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-7f h3 {
    width: 163px;
  }
  .floor-guide #floor-map .f-map-inr-sp #floor-8f h3 {
    width: 163px;
  }
  .floor-guide #floor-map .f-map-inr-sp .floor-info h3 {
    margin: 0 auto 5%;
  }
  .floor-guide #floor-map .f-map-inr-sp .floor-info h3 img {
    width: 100%;
  }
  .floor-guide #floor-map .f-map-inr-sp .floor-info .map-zone img {
    width: 100%;
  }
  .floor-guide #floor-map .f-map-inr-sp .floor-info {
    display: none;
  }
  .floor-guide #floor-map .f-map-inr-sp .floor-info.here {
    display: block;
  }
  .floor-guide #floor-display .box {
    margin-bottom: 20%;
  }
  .floor-guide #floor-display h3 {
    padding-bottom: 3%;
    margin-bottom: 12%;
    border-bottom: 1px solid #000;
  }
  .floor-guide #floor-display h3 span {
    width: 10%;
    display: none;
  }
  .floor-guide #floor-display h3 span.here {
    display: block;
  }
  .floor-guide #floor-display h3 span.ev-ex {
    width:16%;
  }
  .floor-guide #floor-display h3 span img {
    width: 100%;
  }
  .floor-guide #floor-display .thumb {
    margin-bottom: 5%;
  }
  .floor-guide #floor-display .desc .desc-genrea {
    height: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-fashion {
    color:#00a6e9;
    background: url(../img/shop_list/icon_fashion.png) no-repeat left top;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-fashion-item {
    color:#3a72b9;
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-interior {
    color:#d3dc00;
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-baby {
    color:#7684e2;
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-tax-free {
    color:#8ec800;
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-gourmet {
    color:#a7746f;
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-etc {
    color:#56ba66;
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc .desc-genrea.desc-all {
    color:#e63082;
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .floor-guide #floor-display .desc h5 {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: left;
    padding-bottom: 2%;
    margin-bottom: 3%;
    border-bottom: 2px dotted #000;
  }
  .floor-guide #floor-display .desc dl {
    margin-bottom: 3%;
  }
  .floor-guide #floor-display .desc dl dt, .floor-guide #floor-display .desc dl dd {
    margin-bottom: 2%;
  }
  .floor-guide #floor-display .desc dl dt {
    clear: both;
  }
  .floor-guide #floor-display .f-display {
    display: none;
  }
  .floor-guide #floor-display .f-display.on {
    display: block;
  }
  .floor-guide #floor-display .f-display.here {
    display: block;
  }

  /*********************
    * shop list *
  *********************/
  .shop-list #content #accordion {
    width: 111.5%;
    position: relative;
    left: -6%;
    margin-bottom: 15%;
  }
  .shop-list #content #accordion h3 {
    height: 50px;
    background-color: #8bc4c7;
  }
  .shop-list #content #accordion h3.close .btn-close {
    display: none;
  }
  .shop-list #content #accordion h3.close .btn-open {
    display: block;
  }
  .shop-list #content #accordion h3.open .btn-close {
    display: block;
  }
  .shop-list #content #accordion h3.open .btn-open {
    display: none;
  }
  .shop-list #content #accordion h3 span {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    display: block;
  }
  .shop-list #content #accordion h3 span a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shop-list #content #accordion h3 span img {
    width: 250px;
    margin: 0 auto;
    padding-top: 13px;
  }
  .shop-list #content #accordion #a-menu {
    background-color: #e8e8e8;
    display: none;
  }
  .shop-list #content #accordion #a-menu ul {
    width: 80%;
    padding: 15px 0 25px;
    margin: 0 auto;
  }
  .shop-list #content #accordion #a-menu ul li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dotted #000;
  }
  .shop-list #content #accordion #a-menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
  }
  .shop-list #content #accordion #a-menu ul li a:hover {
    color: #59abaf;
  }
  .shop-list #content #accordion #a-menu ul li.fashion {
    background: url(../img/shop_list/icon_fashion.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.fashion-item {
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.interior {
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.baby {
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.tax-free {
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.gourmet {
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.etc {
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .shop-list #content #accordion #a-menu ul li.all {
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .shop-list #content .display h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    padding-bottom: 4%;
    margin-bottom: 10%;
    border-bottom: 2px solid #000;
  }
  .shop-list #content .display h3 span {
    padding: 5% 15%;
  }
  .shop-list #content .display h3 span.fashion {
    color:#00a6e9;
    background: url(../img/shop_list/icon_fashion_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.fashion-item {
    color:#3a72b9;
    background: url(../img/shop_list/icon_fashion_item_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.interior {
    color:#d3dc00;
    background: url(../img/shop_list/icon_interior_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.baby {
    color:#7684e2;
    background: url(../img/shop_list/icon_baby_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.tax-free {
    color:#8ec800;
    background: url(../img/shop_list/icon_tax_free_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.gourmet {
    color:#a7746f;
    background: url(../img/shop_list/icon_gourmet_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.etc {
    color:#56ba66;
    background: url(../img/shop_list/icon_etc_l.png) no-repeat left center;
  }
  .shop-list #content .display h3 span.all {
    color:#e63082;
    background: url(../img/shop_list/icon_all_l.png) no-repeat left center;
  }
  .shop-list #content .display .floor-num {
    text-align: left;
    margin-bottom: 8%;
  }
  .shop-list #content .display .box {
    margin-bottom: 15%;
  }
  .shop-list #content .display .thumb {
    margin-bottom: 2%;
  }
  .shop-list #content .display .desc .desc-genrea {
    color: #e63082;
    height: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  .shop-list #content .display .desc .desc-genrea.desc-fashion {
    color:#00a6e9;
    background: url(../img/shop_list/icon_fashion.png) no-repeat left top;
  }
  .shop-list #content .display .desc .desc-genrea.desc-fashion-item {
    color:#3a72b9;
    background: url(../img/shop_list/icon_fashion_item.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-interior {
    color:#d3dc00;
    background: url(../img/shop_list/icon_interior.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-baby {
    color:#7684e2;
    background: url(../img/shop_list/icon_baby.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-tax-free {
    color:#8ec800;
    background: url(../img/shop_list/icon_tax_free.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-gourmet {
    color:#a7746f;
    background: url(../img/shop_list/icon_gourmet.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-etc {
    color:#56ba66;
    background: url(../img/shop_list/icon_etc.png) no-repeat left center;
  }
  .shop-list #content .display .desc .desc-genrea.desc-all {
    color:#e63082;
    background: url(../img/shop_list/icon_all.png) no-repeat left center;
  }
  .shop-list #content .display .desc h5 {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    padding-bottom: 1%;
    margin-bottom: 2%;
    border-bottom: 2px dotted #000;
  }
  .shop-list #content .display .desc dl {
    color: #595757;
  }
  .shop-list #content .display .desc dl dt, .shop-list #content .display .desc dl dd {
    margin-bottom: 2%;
  }
  .shop-list #content .display .desc dl dt {
    clear: both;
  }
  .shop-list #content .c-inr h2 {
    width:60%;
  }
  .shop-list #content .c-inr h2 img {
    width:100%;
  }

  /***********************
    * shop list detail *
  ***********************/
  .shop-list-detail #content .btn-back-list {
    margin-bottom: 10%;
  }
  .shop-list-detail #content h2 {
    width: 50%;
    margin: 0 auto 10%;
  }
  .shop-list-detail #content h2 img {
    width: 100%;
  }
  .shop-list-detail #content .display {
    margin-bottom: 10%;
  }
  .shop-list-detail #content .display h3 {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    padding-bottom: 4%;
    margin-bottom: 5%;
    border-bottom: 2px solid #000;
  }
  .shop-list-detail #content .display .right-wing {
    margin-bottom: 7%;
  }
  .shop-list-detail #content .display .right-wing p {
    padding: 1% 3%;
  }
  .shop-list-detail #content .display .box-right .thumb {
    margin-bottom: 7%;
  }
  .shop-list-detail #content .display .box-right .thumb img {
    width: 100%;
  }
  .shop-list-detail #content .display .box-left h4 {
    width: 30%;
    text-align: left;
    margin-bottom: 5%;
  }
  .shop-list-detail #content .display .box-left h4 img {
    width: 100%;
  }
  .shop-list-detail #content .display .box-left .icon-recruit {
    display: block;
    margin-bottom: 5%;
  }
  .shop-list-detail #content .display .box-left .shop-about li {
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px dotted #000;
  }
  .shop-list-detail #content .display .box-left .shop-about li dl dt, .shop-list-detail #content .display .box-left .shop-about li dl dd {
    float: left;
  }
  .shop-list-detail #content .display .box-left .shop-about li dl dt {
    width: 34%;
  }
  .shop-list-detail #content .display .box-left .shop-about li dl dd {
    width: 65%;
  }
  .shop-list-detail #content .display .box-left .btn-tel {
    font-size: 25px;
    font-size: 2.5rem;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 5%;
    background-color: #e63082;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  .shop-list-detail #content .display .box-left .btn-tel a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .shop-list-detail #content .display .box-left .btn-tel span {
    font-size: 33px;
    font-size: 3.3rem;
    margin-left: 3%;
  }
  .shop-list-detail #content .display .box-left .shop-text {
    margin-bottom: 10%;
  }
  .shop-list-detail #content .display .map-img img {
    width: 100%;
    margin-bottom: 50px;
  }
  .shop-list-detail #content .s-shop-news h2 {
    width: 111.5%;
    position: relative;
    left: -6%;
    padding: 2% 0;
    background-color: #8bc4c7;
  }
  .shop-list-detail #content .s-shop-news h2 img {
    width: 55%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box {
    clear: both;
    padding-bottom: 3%;
    margin-bottom: 5%;
    border-bottom: 2px dotted #000;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .thumb {
    float: left;
    width: 40%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .thumb img {
    width: 100%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc {
    float: right;
    width: 55%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc dl {
    margin-bottom: 5%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc dl dt, .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc dl dd {
    float: left;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc h3 {
    color: #e63082;
    text-align: left;
    margin-bottom: 5%;
  }
  .shop-list-detail #content .s-shop-news .s-content .s-box .s-desc p {
    line-height: 1.2;
    margin-bottom: 5%;
  }
  .shop-list-detail #content .s-shop-news .s-content .center {
    width: 70%;
    margin: 0 auto 20%;
  }
  .shop-list-detail #content .s-shop-news .s-content .center img {
    width: 100%;
  }
	.shop-list-detail .pager {
    padding: 10px 0;
  }
  .shop-list-detail .pager .p-inr {
    width: 80%;
    margin: 0 auto;
  }
  .shop-list-detail .pager .p-inr .current-page {
    position: relative;
    top: 5px;
  }
  
  /*********************
    * shop news *
  *********************/
  .shop-news #content h2 {
    width: 55%;
  }
  .shop-news #content h2 img {
    width: 100%;
  }
  .shop-news #content .box {
    padding-bottom: 6%;
  }
  .shop-news #content .box .thumb {
    float: left;
    width: 42%;
  }
  .shop-news #content .box .thumb img {
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .shop-news #content .box .desc {
    float: left;
    width: 54%;
    margin-left: 4%;
    position: relative;
  }
  .shop-news #content .box .desc h3 {
    color: #e63082;
    margin-bottom: 3%;
    text-align: left;
  }
  .shop-news #content .box .desc ul {
    margin-bottom: 3%;
  }
  .shop-news #content .box .desc ul li {
    margin-bottom: 1%;
  }
  .shop-news #content .box .desc h4 {
    margin-bottom: 20px;
    text-align: left;
  }
  .shop-news #content .box .desc .desc-text {
    display: none;
  }
  .shop-news #content .box .desc .shop-more {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .shop-news #content .pager {
    padding: 10px 0;
    margin-bottom: 10%;
    border-top: 1px solid #e63082;
    border-bottom: 1px solid #e63082;
  }
  .shop-news #content .pager .p-inr {
    width: 80%;
    margin: 0 auto;
  }
  .shop-news #content .pager .p-inr .current-page {
    position: relative;
    top: 5px;
  }

  /***********************
    * shop news detail*
  ***********************/
  .shop-news-detail #content .btn-back {
    margin-bottom: 15%;
  }
  .shop-news-detail #content h2 {
    width: 56%;
  }
  .shop-news-detail #content h2 img {
    width: 100%;
  }
  .shop-news-detail #content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 7%;
  }
  .shop-news-detail #content .snd-date {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 7%;
  }
  .shop-news-detail #content .snd-date:before {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 0.6em;
  }
  .shop-news-detail #content .snd-date dt {
    margin-right: 5px;
  }
  .shop-news-detail #content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .shop-news-detail #content .shop-news-visual {
    margin-bottom: 5%;
  }
  .shop-news-detail #content .shop-news-visual img {
    width: 100%;
  }
  .shop-news-detail #content .snd-point {
    margin-bottom: 10%;
  }
  .shop-news-detail #content .snd-point dl {
    padding: 3% 0;
  }
  .shop-news-detail #content .snd-point dl dt {
    width: 30%;
    line-height: 1.4;
  }
  .shop-news-detail #content .snd-point dl dd {
    width: 60%;
    line-height: 1.4;
    margin-left: 10%;
  }
  .shop-news-detail #content .pager {
    padding: 10px 0;
    margin-bottom: 10%;
    border-top: 1px solid #e63082;
    border-bottom: 1px solid #e63082;
  }
  .shop-news-detail #content .pager .p-inr {
    width: 80%;
    margin: 0 auto;
  }
  .shop-news-detail #content .pager .p-inr .current-page {
    position: relative;
    top: 5px;
  }

  /*********************
      * information *
  *********************/
  .information #content .block {
    padding-top: 30px;
  }
  .information #content h2 {
    width: 70%;
  }
  .information #content #page-link-sp {
    margin-bottom: 5%;
    text-align:center;
  }
  .information #content #page-link-sp li {
    display:inline-block;
    width: 21%;
    margin: 0 1.5% 4%;
  }
  .information #content img {
    width: 100%;
  }
  .information #content .info-list p{
    font-weight:bold;
  }
  .information #content .info-list h3 {
    margin-bottom:10px;
  }
  .information #content .info-list .f-left,
  .information #content .info-list .f-right {
    margin-bottom:20px;
  }

  /* #info-counter */
  .information #content .info-list #info-counter p {
    line-height:1.3;
    margin-bottom:20px;
  }
  .information #content .info-list #info-counter li {
    line-height:2em;
  }
  .information #content .info-list #info-counter li:before {
    content: "●";
    font-size: 2em;
    vertical-align: top;
    color: #e52f81;
  }

  /* #wifi-service  */
  .information #content .info-list #wifi-service {
    background: url(../img/info/wifi_steka.png) no-repeat right top;
    background-size: 20%;
    background-position: right 10px top 5%;
  }
  .information #content .info-list #wifi-service h4 {
    color:#e52f81;
    font-size:18px;
    text-align:left;
    line-height:1.7;
    margin-bottom:20px;
  }
  .information #content .info-list #wifi-service dl {
    margin-bottom:30px;
  }
  .information #content .info-list #wifi-service dl dt{
    line-height:2em;
  }
  .information #content .info-list #wifi-service dl dt:before {
    content: "●";
    font-size: 2em;
    vertical-align: top;
    margin-right:2px;
    color: #e52f81;
  }
  .information #content .info-list #wifi-service dl dd{
  }
  .information #content .info-list #wifi-service figure {
    margin-bottom:40px;
  }
  .information #content .info-list #wifi-service figcaption {
    width:40%;
    margin-bottom:20px;
  }

  /* #gift-certificate */
  .information #content .info-list #gift-certificate {
    
  }
  .information #content .info-list #gift-certificate .gift-top li{
    color: #e52f81;
    text-align:left;
    margin-bottom:5px;
    line-height:1;
  }
  .information #content .info-list #gift-certificate .gift-top li:before{
    content: "●";
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
    margin-right:2px;
    color: #e52f81;
  }
  .information #content .info-list #gift-certificate {
    
  }

  /* #facility-guide */
  .information #content .info-list .powder-room,
  .information #content .info-list .multi-toilet,
  .information #content .info-list .baby-break,
  .information #content .info-list .smorking-area,
  .information #content .info-list #aed {
    margin-bottom:20px;
  }
  .information #content .info-list #change-machine {
    margin-bottom:50px;
  }
  .information #content .info-list #change-machine p {
    line-height:1.4;
  }
  .information #content .info-list #facility-guide h4 {
    width:50%;
    margin-bottom:15px;
  }
  .information #content .info-list #facility-guide p {
    margin-bottom:15px;
  }
  .information #content .info-list #facility-guide .powder-photo {
    width:90%;
    margin:0 auto;
    display:block;
  }

  /* credit-card */
 .information #content .info-list #credit-card {

 }
 .information #content .info-list #credit-card h4 {
  text-align:left;
  color: #e52f81;
  margin-bottom:10px;
  line-height:1.6em;
 }
 .information #content .info-list #credit-card {
  
 }
 .information #content .info-list #credit-card {
  
 }



  /*********************
        * access *
  *********************/
  .access #content h2 {
    width: 40%;
  }
  .access #content h2 img {
    width: 100%;
  }
  .access #content h3 {
    text-align: left;
    padding-bottom: 4%;
    margin-bottom: 10%;
    border-bottom: 2px dotted #000;
  }
  .access #content p {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .access #content .access-map {
    margin-bottom: 20%;
  }
  .access #content .access-map h3 {
    width: 100%;
  }
  .access #content .access-map h3 img {
    width: 40%;
  }
  .access #content .access-map .google-map {
    width: 100%;
  }
  .access #content .access-map .google-map iframe {
    width: 100%;
    height: 300px;
  }
  .access #content .public-trans {
    margin-bottom: 20%;
  }
  .access #content .public-trans h3 {
    width: 100%;
  }
  .access #content .public-trans h3 img {
    width: 90%;
  }

  /*********************
        * recruit *
  *********************/
  .recruit .table-area {
    width: 90%;
    margin: 0 auto;
  }
  .recruit .table-area table {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 15%;
    border-collapse: collapse;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recruit .table-area table thead tr {
    width: 100%;
  }
  .recruit .table-area table thead th {
    height: 75px;
    padding-left: 5%;
    position: relative;
  }
  .recruit .table-area table thead span {
    display: block;
    margin-top: 3px;
  }
  .recruit .table-area table thead span img {
    width: 160px;
  }
  .recruit .table-area table tbody {
    width: 100%;
  }
  .recruit .table-area table tbody tr {
    width: 100%;
  }
  .recruit .table-area table tbody th, .recruit .table-area table tbody td {
    padding-top: 3%;
    min-height: 70px;
  }
  .recruit .table-area table tbody th {
    float: left;
    width: 27%;
    padding-left: 2%;
    display: inline-block;
  }
  .recruit .table-area table tbody td {
    float: right;
    width: 65%;
    padding-left: 2%;
    padding-right: 2%;
    display: inline-block;
  }
  .recruit .pager {
    padding: 10px 0;
    margin-bottom: 10%;
    border-top: 1px solid #e63082;
    border-bottom: 1px solid #e63082;
  }
  .recruit .pager .p-inr {
    width: 80%;
    margin: 0 auto;
  }
  .recruit .pager .p-inr .current-page {
    position: relative;
    top: 5px;
  }

  /*********************
    * ドロワーメニュー *
  *********************/
  /*
   * ドロワーメニュー
   */
  #dr-btn {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 36px;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  #dr-btn img {
    width: 100%;
    height: auto;
  }

  #header {
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  #header.dr-open {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }

  #container {
    position: relative;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  #container.dr-open {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }

  #dr-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background: #dcdddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  #dr-menu.dr-open {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  #dr-menu .bar {
    color: #fff;
    text-align: center;
    background-color: #898989;
  }
  #dr-menu .tel {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  #dr-menu .tel a {
    font-size: 20px;
    font-size: 2rem;
    color: #e63082;
    font-weight: bold;
  }
  #dr-menu .tel a img {
    width: 100%;
  }
  #dr-menu .info {
    margin: 0px 10px 20px 10px;
    padding: 20px 0;
    background: url(../img/common/dot_x.png) repeat-x left bottom;
    -ms-background-size: 3px 2px;
    background-size: 3px 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #dr-menu .info li {
    padding-left: 1.2em;
    background: url(../img/common/icon_disc_pink.png) no-repeat left 0.3em;
    -ms-background-size: 1em;
    background-size: 1em;
  }
  #dr-menu .info li a {
    color: #e63082;
    font-weight: bold;
  }
  #dr-menu .smp-lang {
    margin-bottom: 20px;
  }
  #dr-menu .smp-lang .sub-head {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  #dr-menu .smp-lang .sub-head img {
    width: 100%;
  }
  #dr-menu .smp-lang ul {
    text-align: center;
  }
  #dr-menu .smp-lang ul li {
    display: inline;
    width: 48%;
    margin: 0 1%;
    line-height: 2;
  }
  #dr-menu .smp-lang ul li img {
  }
  #dr-menu .smp-nav {
    padding-bottom: 20px;
  }
  #dr-menu .smp-nav li {
    margin: 0 10px;
    padding: 12px 0 8px 10px;
    background: url(../img/common/dot_x.png) repeat-x left bottom;
    -ms-background-size: 3px 2px;
    background-size: 3px 2px;
  }
  #dr-menu .smp-nav li a {
    display: inline-block;
    background: url(../img/common/icon_link_sp.png) no-repeat right center;
    -ms-background-size: 1em;
    background-size: 1em;
  }
  #dr-menu .smp-nav li a img {
    width: 60%;
  }

  .dr-overlay {
    display: none;
  }

  .dr-open .dr-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
  }

  /********************
           contact
  ********************/
  .contact .content .message {
    font-size:14px;
    font-size: 1.4rem;
    text-align:left;
  }
  .contact .content #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  .contact .content .formTable tr {
    display:block;
    margin-bottom:20px;
  }
  .contact .content .formTable th, .contact .content .formTable td {
    width: 100%;
    display: inline-block;
    padding:0;
  }
  .contact .content .formTable th {
    font-weight:bold;
    width:100%;
    text-align: center;
  }
  .contact .content .formTable td {
    text-align:center;
  }
 .contact .content .formTable .radio li {
    width: 90%;
    text-align: left;
    height: auto;
    margin: 0 auto;
  }
  .contact .content .block-btn {
    margin-bottom:0;
  }
  .contact .content .block-btn input {
    margin:0 auto;
  }
  .contact .content .formTable input[type="text"] {
    padding:10px 0;
  }
  .contact .content .block-btn input[type="submit"] {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .contact .content .block-btn .btn-top {
    width:200px;
    margin:0 auto;
    display:block;
    padding-top: 45px;
    background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_top.png) no-repeat 0 0;
    background-size:200px 45px;
  }
  .contact .content .block-btn input[type="submit"].btn-confirm {
    background:url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_confirm.png) no-repeat 0 0;
    background-size:200px 45px;
  }
  .form .btn-back {
    width:200px;
    padding-top: 45px;
    background:url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_back.png) no-repeat 0 0;
    background-size:200px 45px;
  }
  /********************
           confirm
  ********************/
  .confirm .content .message {
    font-size:14px;
    font-size: 1.4rem;
  }
  .confirm .content #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  .confirm .content .formTable th, .confirm .content .formTable td {
    width: 100%;
    display: inline-block;
    padding:0;
  }
  .confirm .content .formTable tr {
    margin-bottom:20px;
    display:block;
  }
  .confirm .content .formTable th {
    font-weight:bold;
    width:100%;
    text-align: center;
  }
  .confirm .content .formTable td {
    text-align:center;
  }
 .confirm .content .formTable .radio li {
    text-align:left;
  }
  .confirm .content .block-btn input {
    margin:0 auto;
  }
  .confirm .content .formTable input[type="text"] {
    padding:10px 0;
  }
  .confirm .content .block-btn .btn-top {
    width:296px;
  }
  .form .block-btn input[type="submit"] {
   width:200px;
   padding-top:45px;
   margin:0 auto 10px;
   display:block;
   background: url(http://www.exitmelsa.jp/dev/wp-content/themes/melsa/img/contact/btn_submit.png) no-repeat 0 0;
   background-size:200px 45px;
  }
  .form .block-btn {
    margin-bottom:0;
  }

  .use-melsa #content,
  .privacy #content {
    width:80%;
  }
}
