@charset "utf-8";

#main {
  padding-bottom: 0;
}
#wrapper.top #main {
  padding-top: 0;
}
#contentsContainer {
  margin-left: 20px;
}
/*=======================================
  #banner_top
=======================================*/
#banner_top {
  position: relative;
}
#banner_top .main_visual {
  position: relative;
}
#banner_top .main_visual img{
  width: 100%;
}
#banner_top .btn_link {
  bottom: 30px;
  position: absolute;
}
.add_txt{
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  line-height: 1.5;
  margin: 15px 0 15px 0; 
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  border: 2px solid #e8404d;
  padding: 20px;
}
#shop_category {
  width: 100%;
  margin: 15px 0 15px 0; 
  text-align: center;
  background: #fff;
}
#shop_category ul {
  overflow: hidden;
}
#shop_category ul li {
  display: inline-block;
  width: 18%;
  margin: 4px 4px;
  border-radius: 10px;
}
#shop_category ul li a {
  display: block;
}
/* #shop_category ul li a:hover {
  opacity: 0.7;
} */
/* #shop_category ul li.first {
  margin-left: 0;
} */

/*  content
--------------------------------*/
#content {
  padding: 1px 0 1px 0;
  background-image: url("../img/bg-img.jpg");
  margin-bottom: 1%;
}
#list_item {
  width: 920px;
  margin: 20px auto;
  background-color: #fff;
}
#list_item h2.title {
  margin: 0 0px 20px;
  background: #0d0101;
}

#list_item ul {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#list_item ul:last-child {
  margin-bottom: 10px;
}

#list_item li {
  float: left;
  width: 48.69%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #7f7f7f;
}
#list_item li:after {
  content: '';
  position: absolute;
  top: -30px;
  right: -12px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #7f7f7f;
}
#list_item li:nth-child(2n) {
  float: right;
}

/* #list_item .shop_detail */
#list_item .shop_detail {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}
#list_item .shop_detail .shoplogo {
  float: left;
  height: 95%;
  width: 44.5%;
  padding: 5px 5px;
  margin-right: 4%;
  border: 1px solid #7f7f7f;
}
#list_item .shop_detail .shop_logo_image {
  margin: 23% 0;
}
#list_item .shop_detail .name_floor {
  width: 48%;
  display: table;
  margin-bottom: 20px;
}
#list_item .shop_detail .floor {
  display: inline-block;
  text-align: center;
  font-size: 90%;
  line-height: 1.0em;
  color: #ffffff;
  background: #000000;
  padding: 0.5em 0.5em;
  margin: 0 10px 10px 0;
  float: left;
}
#list_item .shop_detail .shop_ico {
  /* float: right; */
}
#list_item .shop_detail .shop_ico_image {
  margin-left: 0;
}
#list_item .shop_detail .shop_name {
  font-weight: bold;
  font-size: 16px;
  clear: left;
}
#list_item .shop_detail .tel {
  margin-top: 8px;
  clear: left;  
}
#list_item .shop_detail .store_time {
  margin-top: 8px;
  clear: left;

}
/* #list_item .item_detail */
#list_item .item_detail {
  width: 96%;
  padding: 2%;
  background-color: #fffcbe;
}
#list_item .item_detail p {
  line-height: 1.4em;
}
#list_item .item_detail .txt {
  font-size: 16px;
}
#list_item .item_detail .topic {
  font-size: 22px;
  font-weight: bold;
  color: #f00;
}
#list_item .item_detail .note {
  font-size: 14px;
}
/* .notes */
.notes {
  width: auto;
  margin: 6px;
  border: 2px solid #e8404d;
}
.notes .heading {
  font-size: 20px;
  padding: 15px;
  color: #fff;
  background-color: #e8404d;
}
.notes .note {
  font-size: 16px;
  padding: 15px 0;
  padding-left: 20px;
  line-height: 1.7em;
}

/*  .ico footer
--------------------------------*/
#side .contact .time .title {
  background: url(/sc/common-responsive/img/ico-time.png) no-repeat 0 50%;
}
#side .contact .position .title {
  background: url(/sc/common-responsive/img/ico-position.png) no-repeat 0 50%;
}
#side .contact .phone .title {
  background: url(/sc/common-responsive/img/ico-phone.png) no-repeat 0 50%;
}

/*  sp
--------------------------------*/
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1220px) {
  #contentsContainer {
    width: 96%;
    margin: 0;
    margin-left: 2%;
  }
  #shop_category {
    width: 100%;
    padding: 20px 0 0;
  }
  #shop_category ul {
    overflow: hidden;
    padding: 0 2.34%;
  }
  #shop_category ul li {
    width: 27.77%;
    margin-left: 1.64%;
  }
  #shop_category li img {
    width: 100%;
    height: auto;
  }

  #list_item {
    width: 98%;
  }
  #list_item ul {
    width: 90%;
  }
  #list_item li,
  #list_item li:nth-child(2n) {
    float: none;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }
  #list_item .shop_detail .shoplogo {
    width: 40%;
    padding: 15px 5px;
    
  }
  #list_item .shop_detail .shop_logo_image {
    margin: 0 auto;
  }
  #list_item .shop_detail .floor {
    /* margin-right: 5px; */
  }
  #list_item .shop_detail .shop_ico {
    float: left;
    margin-bottom: 5px;
  }
  #list_item .shop_detail .shop_name {
    clear: both;
  }
  #list_item h2.title {
  margin: 0 0 10px;
  }

}
@media screen and (max-width:1035px) {
}
@media screen and (max-width:1025px) {
}
@media screen and (max-width:945px) {
}
@media screen and (max-width:768px) {
  #contentsContainer {
    margin: 0;
    width: 100%;
  }
  #contentsContainer img {
    width: 100%;
    height: auto
  }
  #list_item .shop_detail{
    margin-bottom: 0;
  }
  #list_item .shop_detail .shoplogo {
    float: none;
    width: 96%;
    margin-bottom: 2%;
  }
  #list_item .shop_detail .floor {
    /* margin-right: 5px; */
  }
  #list_item .shop_detail .name_floor {
    width: 100%;
    margin-bottom: 10px;
  }
  #list_item .shop_detail .shop_logo_image {
    width: 70%;
  }
  #shop_category {
    width: 100%;
    padding: 10px 0 0;
  }
  #shop_category ul {
    overflow: hidden;
    padding: 0 2.34%;
  }
  #shop_category ul li {
    width: 47.5%;
    margin: 0;
    margin-bottom: 2%;
  }
  #shop_category ul li:nth-child(2n) {
    margin-left: 2%;
  }
  #shop_category li img {
    width: 100%;
    height: auto;
  }
  .notes {
    border: 5px solid #e8404d;
  }
  .notes .heading {
    padding: 10px;
  }
}
