@charset "utf-8";

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

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

#main {
/*  border-left: none;*/
}

.sp_block{
  display: none;
}

a img:hover {
  opacity: 0.7;
}

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

#contents h1 {
  width: 96.2%;
  margin: 0 auto;
  padding: 0;
}

#content_bg {
  margin-top: 10px;
}

.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: 20px auto 40px auto;
  padding: 20px 0 0 0;
}

#floor_guide:after {
  content:"";display:block;clear:both;
}

.floor_btn_area {
  margin-top: 70px;
  margin-left: 4.5%;
  width: 29.2%;
  float: left;
}

.floor_btn_inner {
  padding: 8.5% 9% 7% 0;
  background: url(../img/bg-floor.jpg) #fff8a9 no-repeat left top;
  background-size: cover;
  margin-bottom: 25px;
}

.floor_btn_area p {
  margin-bottom: 8.5%;
}

.floor_btn li {
  margin-bottom: 5px;
}

.floor_btn li a {
  display: block;
  width: 81.85%;
  padding: 5% 0;
  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 a:hover,
.floor_btn li.current a {
  background-color: #231816;
}

.color_list img {
  margin: 0 !important;
}

.floor_map {
  width: 54.2%;
  float: left;
  margin-left: 2.4%;
}

#map02 {
  display: none;
}

#map03 {
  display: none;
}

#content_main {
  width: 100%;
}

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

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

.button_category:after {
  content:"";display:block;clear:both;
}

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

.two_button .button_show {
  width: 49.4%;
}

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

.button_category .button_show a {
  display: block;
  text-align: center;
  border: solid 2px #231816;
  color: #231816;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

.button_category .button_show a:hover,
.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: 38px 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 {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.each_shop:after{
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.each_shop:nth-child(odd) {
  margin-left: 0;
}

.shoparea .txt_date{
  font-weight: bold;
  color: #ffffff;
  font-size: 125%;
  padding: 8px 22px;
  background: #d5d9e2;
}

.each_shop.newopen {
  border: #ef5273 solid 2px;
}
.each_shop.renewal {
  border: #f28113 solid 2px;
}
.each_shop.close {
  border: #85a938 solid 2px;
}

.newopen .txt_date{
  background: #ef5273;
}

.renewal .txt_date{
  background: #f28113;
}

.close .txt_date{
  background: #85a938;
}
.shoparea .inner_area{
  padding: 4% 4% 4% 4% ;
}

.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: 22%;
  float: left;
}

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

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

.close .shopnm {
  width: 100% !important;
  float: clear !important;
  margin-left: 0 !important;
}

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

.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;
}

/*  .photo_area
----------------------------------------*/

.shoparea .inner_area .photo_area{
  margin: 14px 0;
}

.shoparea .inner_area .photo_area .shop_photo{
  position: relative;
}

.shoparea .inner_area .announce .title_txt{
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 10px;
}

.newopen .inner_area .announce .title_txt {
  color: #ef5273;
}

.renewal .inner_area .announce .title_txt {
  color: #f28113;
}

.shoparea .inner_area .announce .renewal_open_info{
  font-size:124%;
  font-weight:bold;
  color:#ff0000;
  margin-top: 10px;
}
.shoparea .inner_area .announce .comment{
  margin-bottom: 25px;
}

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

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