.under_contents{
  max-width: inherit;
}
.kv {
  background: url(/common/june/img/campaign/restaurants/kv.png) 50% 38%;
  background-size: cover;
  margin-top: 100px;
}
.kv::after {
  background: rgb(56, 81, 150);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(56, 81, 150, .9) 0%, rgba(37, 33, 93, .9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(56, 81, 150, .9) 0%, rgba(37, 33, 93, .9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(56, 81, 150, .9) 0%, rgba(37, 33, 93, .9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#385196', endColorstr='#25215d', GradientType=1);
}


.restaurants_wrap{
  max-width: 1024px;
  margin: auto;
}
.intro{
  max-width: 1024px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 16px;
}
.intro .date{
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.intro .date span{
  background: #2B3990;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}
.restaurants_outline_contents{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
  -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-align: end;
	/*Android4.3*/
	-moz-box-align: end;
	/*Firefox21*/
	-ms-flex-align: end;
	/*IE10*/
	-webkit-align-items: flex-end;
	/*PC-Safari,iOS8.4*/
	align-items: flex-end;
  -webkit-box-pack: center;
	/*Android4.3*/
	-moz-box-pack: center;
	/*Firefox21*/
	-ms-flex-pack: center;
	/*IE10*/
	-webkit-justify-content: center;
	/*PC-Safari,iOS8.4*/
	justify-content: center;
}
.restaurants_outline_contents p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px;
}
.restaurants_outline_contents .img_area{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
  -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	/*Android4.3*/
	-moz-box-pack: justify;
	/*Firefox21*/
	-ms-flex-pack: justify;
	/*IE10*/
	-webkit-justify-content: space-between;
	/*PC-Safari,iOS8.4*/
	justify-content: space-between;
  -webkit-box-align: center;
	/*Android4.3*/
	-moz-box-align: center;
	/*Firefox21*/
	-ms-flex-align: center;
	/*IE10*/
	-webkit-align-items: center;
	/*PC-Safari,iOS8.4*/
	align-items: center;
}
.restaurants_outline_contents .left{
  margin-right: 25px;
  width: 25%;
  margin-left: auto;
}

.restaurants_outline_contents .right{
  margin-left: 25px;
  width: 55%;
}

.restaurants_outline_contents p{
  margin-top: 20px;
  font-size: 13px;
}


#restaurants_shop{
  width: 100%;
  margin: auto;
  background: #F1F2F2;
  padding: 50px 20px;
}
#restaurants_shop > small{
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 13px;
}
.restaurants_shop_wrap{
}
.restaurants_shop_wrap li{
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.restaurants_shop_wrap li:last-child{
  margin-bottom: 0;
}
.restaurants_shop_wrap li > h4{
  font-size: 18px;
  color: #000;
  display: block;
  position: relative;
  cursor: pointer;
}
.restaurants_shop_wrap li > h4:after{
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translate(0, -50%)rotate(135deg);
  -moz-transform: translate(0, -50%)rotate(135deg);
  -webkit-transform: translate(0, -50%)rotate(135deg);
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
}
.restaurants_shop_wrap li > h4.open::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%)rotate(-45deg);
  -moz-transform: translate(0, -50%)rotate(-45deg);
  -webkit-transform: translate(0, -50%)rotate(-45deg);
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
}
.restaurants_shop_wrap li a span{
  background: #2B3990;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin-right: 10px;
}
.restaurants_shop_more{
  margin-top: 20px;
  display: none;
}
.restaurants_shop_more h5{
  font-size: 16px;
  color: #231F20;
  margin-bottom: 5px;
}
.restaurants_shop_more table{
  width: 100%;
  margin-bottom: 20px;
}
.restaurants_shop_more th,
.restaurants_shop_more td{
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #E6E7E8;
  padding: 8px 0;
}
.restaurants_shop_more tr:last-child th,
.restaurants_shop_more tr:last-child td{
  border-bottom: none;
}

.restaurants_shop_more td a{
  font-size: 14px;
  font-weight: normal;
  color: #231F20;
  display: block;
}

.restaurants_shop_more th small{
  display: block;
  padding-top: 5px;
}
.restaurants_shop_more th{
  width: 200px;
  padding-right: 20px;
}

@media only screen and (max-width:736px){
  .restaurants_wrap{
    padding: 0 15px;
  }
  .restaurants_outline_contents{
    -webkit-box-pack: justify;
  	/*Android4.3*/
  	-moz-box-pack: justify;
  	/*Firefox21*/
  	-ms-flex-pack: justify;
  	/*IE10*/
  	-webkit-justify-content: space-between;
  	/*PC-Safari,iOS8.4*/
  	justify-content: space-between;
  }
  .restaurants_outline_contents .left,
  .restaurants_outline_contents .right{
    width: 55%;
    margin: 0;
  }
  .restaurants_outline_contents .left{
    width: 35%;
  }
  .restaurants_outline_contents p{
    margin-top: 0;
  }
  #restaurants_shop{
    padding: 40px 10px;
  }
  .restaurants_shop_wrap li{
    padding: 10px;
    margin-bottom: 10px;
  }
  .restaurants_shop_wrap li > h4{
    font-size: 13px;
  }
  .restaurants_shop_wrap li a span{
    font-size: 10px;
  }
  .restaurants_shop_wrap li > h4:after{
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .restaurants_shop_wrap li > h4.open::after{
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .restaurants_shop_more th,
  .restaurants_shop_more td{
    display: block;
    width: 100%;
  }
  .restaurants_shop_more h5{
    font-size: 12px;
  }
  .restaurants_shop_more th,
  .restaurants_shop_more td{
    font-size: 11px;
  }
  .restaurants_shop_more td a{
    font-size: 11px;
  }
  .restaurants_shop_more th{
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0;
  }
}
