@charset "utf-8";

/*----------------------------------------
  新店・閉店　店舗一覧 SP
----------------------------------------*/
body {
  color: #000000;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_block{
  display: none;
}

#contents #contentsArea {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}

#contents #contentsArea h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#content_bg {
  margin-top: 20px;
}

.navi_list {
  position: relative;
  z-index: 1;
  margin: 0 auto 20px auto;
}

.navi_list ul {
  width: 100%;
  margin: 0 auto -5px;
  text-indent: 100;
}

.navi_list ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

.navi_list ul li {
  box-sizing: border-box;
  float: left;
  margin-left: 1.4%;
  width: 32.4%;
}

.navi_list ul li:first-child {
  margin-left: 0;
}

#floor_guide {
  margin: 15px auto 18px auto;
}

.floor_btn_inner {
  padding: 5% 0 7% 0;
  background: url(../img/sp/bg-floor.jpg) #fff8a9 no-repeat left bottom;
  background-size: 100% auto;
  margin-bottom: 10px;
}

.floor_btn_area .txt_floor {
  margin:0 auto 3% auto;
  width: 22%;
}

.floor_btn {
  width: 92.85%;
  margin: 0 auto;
}

.floor_btn:after {
  content:"";display:block;clear:both;
}
.floor_btn li {
  width: 32.3%;
  margin-left: 1.55%;
  float: left;
  margin-bottom: 5px;
}
.floor_btn li:first-child {
  margin-left: 0;
}

.floor_btn li a {
  display: block;
  padding: 5% 5%;
  margin: 0 auto;
  background-color: #a2a2a2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.floor_btn li.current a {
  background-color: #231816;
}

.floor_btn li a img {
  width: 23% !important;
}
.color_list {
  position: relative;
  z-index: 10;
}

.color_list img {
  width: 41% !important;
  margin: 0 !important;
}

.floor_map {
  width: 95%;
  margin: 12px auto 0 auto;
}

#map02 {
  display: none;
}

#map03 {
  display: none;
}

ul.floor_btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

ul.floor_btn li img {
  vertical-align: top;
}

#content_main {
  width: 100%;
}

#content_main h2 {
  text-align: center;
  padding-top: 30px;
}

.close_shop h3 {
  margin-top: 30px;
}

.button_category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.button_category .button_show {
  width: 24.1%;
  margin-left: 1.2%;
}

.button_category .button_show a {
  width: 24.1%;
  display: block;
  text-align: center;
  border: solid 2px #231816;
  color: #231816;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 11px;
  display: table-cell;
  vertical-align: middle;
  max-height: 50px;
}

.two_button .button_show {
  width: 50%;
}

.two_button .button_show a {
  width: 19.1%;
}

.three_button .button_show {
  width: 32.4%;
  margin-left: 1.4%;
}

.button_category .button_show a.current {
  background-color: #231816;
  color: #ffffff;
  text-decoration: none;
}

.button_category .button_show:first-child {
  margin-left: 0;
}

.shoparea:not(:first-child){
  display: none;
}

/*  .shoparea
----------------------------------------*/

.shoparea{
  margin: 20px auto 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.shoparea:after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.each_shop {
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.each_shop.newopen {
  border: #ef5273 solid 2px;
}

.each_shop.renewal {
  border: #f28113 solid 2px;
}

.each_shop.close {
  border: #85a938 solid 2px;
}

.shoparea .txt_date{
  font-weight: bold;
  color: #ffffff;
  padding: 8px 20px;
}

.newopen .txt_date{
  background: #ef5273;
}

.renewal .txt_date{
  background: #f28113;
}

.close .txt_date{
  background: #85a938;
}

.shoparea .inner_area{
  padding: 4% 5%;
}

.shoparea .inner_area .shop_info:after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.shoparea .inner_area .shop_info .logo{
  width: 20%;
  float: left;
}

.shoparea .inner_area .shop_info .shopnm{
  width: 70%;
  float: left;
  margin-left: 3%;
}

.close .inner_area .shop_info .shopnm{
  width: 100%;
  float: clear;
}

.shoparea .inner_area .shop_info .shopnm b{
  font-weight: bold;
  font-size: 135%;
}

.newopen .inner_area .shop_info .shopnm b {
  color: #ef5273;
}

.renewal .inner_area .shop_info .shopnm b {
  color: #f28113;
}

.close .inner_area .shop_info .shopnm b {
  color: #85a938;
}

.shoparea .inner_area .photo_area{
  margin-top: 13px;
}

.shoparea .inner_area .announce {
  margin: 13px 0 15px 0;
}

.shoparea .inner_area .announce .title_txt{
  font-weight: bold;
  color: #7e4029;
  font-size: 130%;
  line-height: 1.0;
  margin-bottom: 8px;
}
.newopen .inner_area .announce .title_txt {
  color: #ef5273;
}
.renewal .inner_area .announce .title_txt {
  color: #f28113;
}
.close .inner_area .announce .title_txt {
  color: #85a938;
}
.shoparea .inner_area .announce .renewal_open_info{
  font-size:124%;
  font-weight:bold;
  color:#ff0000;
  margin-top: 10px;
}

.shoparea .inner_area .announce .comment {
  line-height: 1.5;
}

.shoparea .inner_area .announce .comment .caution{
  color: #ff0000;
}

.shoparea .inner_area .btn_dtl{
  margin: 0 auto 15px;
  width: 54.25%;
}