@charset "utf-8";
/* CSS Document */
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#contInner {
	width: 100%;
	margin-left: 0;
}

/* ----------------------------
  content
------------------------------*/
#content {
  margin: 0 20px 50px;
}

#newshop_main {
  max-width: 1280px;
  background: #ffffff;
  margin: 0 auto 80px;
  padding: 0 0 15px;
}
#newshop_main h2 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
    background:url(../img/bg-newshop_main.jpg) no-repeat left top;
  background-size: 100% auto;
  z-index: 1000;
}

.pc_block{
    display: block !important;
}

.sp_block{
    display: none !important;
}

/* nav
----------------------*/
#newshop_main #nav_area {
  margin: -7.03% 0 2.03%;
  padding: 0;
  z-index: 2000;
  text-align: center;
}
#newshop_main #nav_area h3 {
  font-weight: bold;
  font-size: 117%;
  line-height: 1.7;
  margin-top:120px;
}

#newshop_main #nav_area:after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#newshop_main #nav_area ul {
  margin-top: 5px;
  float: left;
  left: 50%;
  position: relative;
}
#newshop_main #nav_area ul :after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#newshop_main #nav_area ul li {
  float: left;
  left: -50%;
  position: relative;
  text-align: center;
  padding-left: 40px;
  margin-left: 20px;
  line-height: 35px;
  font-weight: bold;
  font-size: 117%;
}
#newshop_main #nav_area ul li:first-child {
  margin-left: 0;
}
#newshop_main #nav_area ul li a {
  text-decoration: underline;
}
#newshop_main #nav_area ul li a:hover {
  text-decoration: none;
}

#newshop_main #nav_area ul li.fashion {
  background: url(../img/ico-nav_fashion.png) no-repeat left 50%;
  background-size: 35px 35px;
}
#newshop_main #nav_area ul li.goods {
  background: url(../img/ico-nav_goods.png) no-repeat left 50%;
  background-size: 35px 35px;
}
#newshop_main #nav_area ul li.gourmet {
  background: url(../img/ico-nav_gourmet.png) no-repeat left 50%;
  background-size: 35px 35px;
}
#newshop_main #nav_area ul li.service {
  background: url(../img/ico-nav_service.png) no-repeat left 50%;
  background-size: 35px 35px;
}

/* shop_area
----------------------*/
#shop_area {
  width: 92.96%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#shop_area:after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#shop_area .shopbox {
  width: 48.73%;
  float: left;
  margin:0 0 2.52% 2.52%;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#shop_area .shopbox.edge {
  margin-left: 0;
  clear: left;
}
#shop_area .shopbox .open {
  padding: 1.07% 1.07% 1.07% 2.32%;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 150%;
}

#shop_area .shopbox .open b{
  float:right;
  margin-right:20px;
}





#shop_area .shopbox .open span {
  display: block;
  /*height: 37px;*/
  padding-left: 42px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#shop_area .shopbox .inner_area {
  width: 89.48%;
  margin: 0 auto 7.24%;
  font-size: 100%;
}
#shop_area .shopbox .inner_area .shop_info {
  display: table;
}
#shop_area .shopbox .inner_area .shop_info:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#shop_area .shopbox .inner_area .shop_info .logo {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}
#shop_area .shopbox .inner_area .shop_info .shopnm {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}
#shop_area .shopbox .inner_area .shop_info .shopnm:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#shop_area .shopbox .inner_area .shop_info .shopnm .shopname {
  line-height: 1.5;  
}
#shop_area .shopbox .inner_area .shop_info .shopnm .shopname em {
  font-size: 134%;
  font-weight: bold;
  padding-right: 0.25em;
}
#shop_area .shopbox .inner_area .shop_info .shopnm .time {
  margin-top: 0.5em;
}

#shop_area .shopbox .inner_area .shop_pics,
#shop_area .shopbox .inner_area .announce {
  margin-top: 20px;
}
#shop_area .shopbox .inner_area .announce dl dt {
  color: #ffffff;
  font-weight: bold;
  font-size: 117%;
  padding: 10px 15px 8px;
}
#shop_area .shopbox .inner_area .announce dl dd {
  margin: 14px 0 35px;
  line-height: 1.5em;
}
#shop_area .shopbox .inner_area .announce dl dd.notice {
  font-weight: bold;
  line-height: 1.5;
  font-size: 124%;
  margin-bottom: 0;
}
#shop_area .shopbox .inner_area .announce .btn_dtl {
  width: 41.34%;
  margin: 0 auto;
}
#shop_area .shopbox .inner_area .announce .btn_dtl img {
  width: 100%;
  height: auto;
}


/* ----------------------------
nav_tabs
------------------------------*/
#nav_tabs {
  margin-top: 10px;
}

#nav_tabs ul{
  display: flex;
  justify-content: center;
  column-gap: 2%;
}

#nav_tabs ul .button_show{
  /* width: 23%; */
}

/* category */
#shop_area .shopbox.fashion {
  border: 1px solid #f24284;
}
#shop_area .shopbox.fashion .open {
  background: #f24284;
}
#shop_area .shopbox.fashion .open span {
  background: url(../img/ico-box_fashion.png) no-repeat left 50%;
  background-size: 37px auto;
}
.shopbox.fashion .inner_area .announce dl dt {
  background-color: #f24284;
}
.shopbox.fashion .inner_area .announce dl dd.notice {
  color: #f24284;
}

#shop_area .shopbox.goods {
  border: 1px solid #78c625;
}
#shop_area .shopbox.goods .open {
  background: #78c625;
}
#shop_area .shopbox.goods .open span {
  background: url(../img/ico-box_goods.png) no-repeat left 50%;
  background-size: 37px auto;
}
.shopbox.goods .inner_area .announce dl dt {
  background-color: #78c625;
}
.shopbox.goods .inner_area .announce dl dd.notice {
  color: #78c625;
}

#shop_area .shopbox.gourmet {
  border: 1px solid #fca62b;
}
#shop_area .shopbox.gourmet .open {
  background: #fca62b;
}
#shop_area .shopbox.gourmet .open span {
  background: url(../img/ico-box_gourmet.png) no-repeat left 50%;
  background-size: 37px auto;
}
.shopbox.gourmet .inner_area .announce dl dt {
  background-color: #fca62b;
}
.shopbox.gourmet .inner_area .announce dl dd.notice {
  color: #fca62b;
}

#shop_area .shopbox.service {
  border: 1px solid #58bde2;
}
#shop_area .shopbox.service .open {
  background: #58bde2;
}
#shop_area .shopbox.service .open span {
  background: url(../img/ico-box_service.png) no-repeat left 50%;
  background-size: 37px auto;
}
.shopbox.service .inner_area .announce dl dt {
  background-color: #58bde2;
}
.shopbox.service .inner_area .announce dl dd.notice {
  color: #58bde2;
}


/* ----------------------------
  newshop_movie
------------------------------*/
#newshop_movie {
  max-width: 1280px;
  margin: 0 auto;
}
#newshop_movie h3{
  color: #ffffff;
  font-weight: bold;
  background: #b60081;
  text-align: center;
  font-size: 150%;
  line-height: 2;
  margin: 0;
}

#newshop_movie .movie {
  margin: 0 0 3.90%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#newshop_movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn_toppage {
  width: 24.6%;
  margin: 0 auto;
}
.btn_toppage img {
  width: 100%;
  height: auto;
}

/* ----------------------------
  bnr_area 
------------------------------*/
#sideBnr {
	background: #f4f4f4;
	padding: 42px 0 30px;
}

#sideBnr .sideBnr_inner {
  width: 91.42%;
  max-width: 1280px;
  margin: 0 auto;
}
#sideBnr .sideBnr_inner:after {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#sideBnr .sideBnr_inner .bnr {
  width: 15.46%;
  float: left;
  margin-left: 1.01%;
  margin-bottom: 12px;
}
#sideBnr .sideBnr_inner .bnr.edge {
  margin-left: 0;
}
#sideBnr .sideBnr_inner .bnr a img {
  width: 100%;
  height: auto;
}







/* ----------------------------
  footer 
------------------------------*/
footer .container,
footer .inner .footerPageLi {
	display: none;
}