@charset "utf-8";
/* CSS Document */

/* header
----------------------*/
#header {
  height: 73px;
  background: #000000;
  color: #ffffff;
  border-bottom: none;
}
#header .inner > ul .link a {
  color: #ffffff;
  background: url(../img/aeonstyle/bg-arrow_right.png) 15px 50% no-repeat;
}
#header .inner > ul {
  height: 73px;
}
#fontSize .ib {
  color: #ffffff;
  white-space: nowrap;
}
.fontM #fontM,
.fontS #fontS,
.fontL #fontL {
  background: #ffffff;
  color: #000000;
}
.fontM #fontM.ib,
.fontS #fontS.ib,
.fontL #fontL.ib {
  border: 1px solid #ffffff;
}
.logo {
    display: block;
    float: left;
    width: 226px;
}
.sc_name {
    width: 290px;
    margin-left: 10px;
    float: left;
    line-height: 30px;
    font-size: 110%;
}

/* content 
-------------------------*/
#content{
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  max-width: 1024px;
  margin-inline: auto;
}

@media (hover: hover) { 
  #content a:hover {
    opacity: .7;
    transition: .7s;
  }
}

#content img {
  width: 100%;
  height: auto;
}

#content .inner{
  width: 98%;
  margin-inline: auto;
  padding-block: 5.33% 10%;
  padding-inline: 0;
}

/* newshop
-------------------------*/
.newshop_main_list {
  margin-block-start: 7.8%;
}

.newshop_sub_list {
  margin-block-start: 5.8%;
}

.newshop_btn {
  width: 78.7%;
  margin-block-start: 5.8%;
  margin-inline: auto;
}

.newshop_bnr {
  margin-block-start: 5.8%;
}

.newshop_map {
  position: relative;
  overflow: hidden;
  padding-top: 43.15384615%;
  max-width: 1300px;
  width: 100%;
  margin-block-start: 10.2%;
  margin-inline: auto;
}

.responsive-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
