@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;
}
.shop_info p {
    word-break: normal;
}

.delivery_list_ul {
    display: flex;
    align-items: center;
	margin-top: 1em;
}
.delivery_list_ul li {
    padding-right: 8px;
}
.cel05{
		display: none;
	}	
ul.delivery_list_ul .on {
    display: block;
}
ul.delivery_list_ul .off {
    display: none;
}
.info_covic,
.info_specific-store {
    display: block;
    background: #e60012;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 40px auto 20px auto;
    pointer-events: none;
}
/*-----------------------------------------------
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;
}
td.cel01 {
    width: 25%;
	white-space:nowrap;
}
/*td.cel02 {
    width: 75%;
}*/
td.cel02 {
  /* white-space: nowrap; */
}
#map {
    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;
}

/* 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;
}	
.cel01 ul.delivery_list_ul {
    display: none;
}	
ul.delivery_list_ul {
    justify-content: start;
	margin-top: 0;
	}
.cel05{
		display: block;
	}
.delivery_list_ul.typePc{
		display: none;
	}	
}



/*----------------------------------------------
modal
----------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
  background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}

.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.modal-content-inner {
  padding: 50px 30px 50px;
}

.modal-btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.container_modal a {
    display: block;
    background: #e60012;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 40px auto 20px auto;
	pointer-events: none;
}
.busines_hour_tb_th {
    border: solid 1px #e60012;
    border-collapse: collapse;
    padding: 3px 10px;
    background: #e60012;
    color: #fff;
}
.busines_hour_tb_td {
    border: solid 1px #888;
	padding: 3px 10px;
}
table.busines_hour_table {
    border-collapse: collapse;
	font-size: 13px;
	margin: 0 auto;
}
h3.modal_h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
	color: #e60012;
    margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .modal-wrap {
    padding: 0 3.125%;
  }

  .modal-content-inner {
    padding: 40px 3.33333% 40px;
  }
h3.modal_h3 {
    font-size: 16px;
    margin-bottom: 16px;
}	
}



@media only screen and (max-width: 375px) {
td {
    width: 100%;
    display: block;
}
th {
    width: 100%;
    display: block;
}
}


/* 
------------------------------  ------------------------------
*/

/* 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) {
}