@charset "utf-8";
/* CSS Document */


/*------------------
  ページタイトル
-------------------*/
.page_title {
    background-image: url(../img/dining_out/title_img_dining_out.jpg);
}
.out_header .pc h1 img {
    max-width: 260px;
}
/*------------------
 メイン
-------------------*/ 
.main_contents .inner {
	text-align: center;
	margin: 6rem 0 3rem;
}
.main_contents h3 {
    background: #fff;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
/*------------------
 各セクション
-------------------*/ 
.main_contents .inner .shop_wrapper {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_contents .inner .shop {
    width: 44%;
    background: #f5f5f5;
    padding: 2%;
    margin-bottom: 4%;
}
.main_contents .inner .shop .read {
      margin-left: 0.5rem;  
}
.main_contents .inner .txt dt {
    font-weight: bold;
}
.main_contents .inner  .txt dd {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
/*スマホ対応*/  
@media screen and (max-width:501px) {
.main_contents .inner .shop_wrapper {
    display: block;
}
.main_contents .inner .shop {
    width: 96%;
}



}











