@charset "UTF-8";

#main .main_content{
  max-width: 950px;
}

#page_vision .text_wrap .img01{
  margin-right: -16px;
}

.shop_list_table_wrap table{
  width: 100%;
  letter-spacing: 0.06;
  font-size: 14px;
}

.shop_list_table_wrap table th,
.shop_list_table_wrap table td{
  padding: 20px 20px;
}

.shop_list_table_wrap table thead tr th,
.shop_list_table_wrap table thead tr td{
  color: #e60012;
  border-bottom: 1px solid #e60012;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1;
  white-space: nowrap;
}

.shop_list_table_wrap table tbody tr th,
.shop_list_table_wrap table tbody tr td{
  font-weight: 300;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.delivery_btn {
  margin-top: 10px;
}

.delivery_btn a {
  background-color: #e60012;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

/*-----------------------------------------------
google map
-----------------------------------------------*/
.cel02 iframe {
    width: 100%;
    max-height: 300px;
}

table.shop_list_table {
    width: 100%;
}
.cel01 p span {
    font-weight: bold;
    margin-right: 10px;
    color: #e40005;
	display: block;
}
td.cel01 {
    width: 25%;
}
td.cel02 {
    width: 75%;
}
#map,#map02 {
    width: 100%;
    height: 400px;
}


/* sp */
@media screen and (min-width: 701px) {

.shop_list_table_wrap table tbody tr th:last-child,
.shop_list_table_wrap table tbody tr td:last-child{
  border-right: none;
  padding-right: 0;
}
  
}

.shop_list_table_wrap .cel_title{
  font-size: 16px;
  font--weight: 700;
}

.shop_list_table_wrap .btn_zone{
  margin: 5px 0 0 0;
}

.shop_list_table_wrap .btn_zone *{
  margin: 0 !important;
  line-height: 0 !important;
}

.shop_list_table_wrap .btn_zone .btn_wrap{
  min-width: 0;
}

.shop_list_table_wrap .btn_area .btn_wrap.type01 .btn{
  padding: 5px 10px;
}

.shop_list_table_wrap .btn_area .btn_wrap.type01 .btn,
.shop_list_table_wrap .btn_area .btn_wrap.type01 .btn_block{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.shop_list_table_wrap .shop_cat_list{
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.4em;
  margin: 0 -0.53em -0.53em 0;
}

.shop_list_table_wrap .shop_cat_list li{
  display: inline-block;
  vertical-align:  top;
  white-space: nowrap;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  letter-spacing: 0.06em;
  padding: 0.45em;
  margin: 0 0.53em 0.53em 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.shop_list_table_wrap .shop_cat_list li.on{
  border: 1px solid #e60012;
  color: #e60012;
}

.shop_list_table_wrap .cel04{
  width: 220px;
}

.shop_table_area{
	margin-bottom: 40px;
}

/* sp */
@media screen and (max-width: 700px) {
  .shop_list_table_wrap .cel_title{
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0.5em 0;
    margin: 0 0 1em 0;
    color: #e60012;
    border-bottom: 1px solid #e60012;
  }
  
  .shop_list_table_wrap table{
    font-size: 12px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  
  .shop_list_table_wrap table tbody tr th,
  .shop_list_table_wrap table tbody tr td{
    font-weight: 300;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 10px;
  }
  .shop_list_table_wrap table tbody tr th{
    background-color: #f6f6f6;
  }
  
  .shop_list_table_wrap .shop_cat_list{
   font-size: 11px; 
  }
  
  .shop_list_table_wrap .sp_shop_content{
    margin-bottom: 20px;
  }
  
  .shop_list_table_wrap .sp_shop_content:last-child{
    margin-bottom: 0px;
  }
  table.shop_list_table td {
    display: block;
    width: 100%;
}
td.cel01 {
    margin-bottom: 12px;
}	
}

/* 
------------------------------  ------------------------------
*/

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}