﻿@charset "UTF-8";
.title{width:100%; margin:0; padding:10px 0 0 0; /*border-bottom:5px solid #ccc;*/}
@media screen and (min-width: 640px){
/* モバイル専用項目(PCで非表示) */
.more{display:none;}
.sp{display:none;}
}
/* モバイル表示モード */
@media screen and (max-width: 640px){
/* grid解除 */
.grid{width:auto;margin:auto;}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11{float:none;display:inline;margin:auto;width:auto;}
.grid12{width:auto;}
.first{margin-left:0;clear:left;}
/* PC専用項目(スマホで非表示) */
.pc{display:none;}
}
.content_inner{max-width: 940px; width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative;}
.imp-1151 .bcs_item.grey_btn{background: #777;border-radius: 8px;}
.imp-1151 .bcs_item a span.grey_btn_text_small{color: #fff;font-size: 16px;text-align: center;}
/*店舗お知らせ一覧*/
.news_summary_wrap a.news_link .news_title:hover{ text-decoration: underline;color: #e60012;}
.news_summary_wrap a.news_link .news_time:hover{opacity: .7;}
main{font-weight: normal;color: #333;}
.news_block{margin-bottom: 48px;}
.news_summary_wrap h1{margin: 20px 0;font-size: 24px;}
.news_summary_wrap .lead_text{font-size: 14px; margin-bottom: 28px;}
.news_list{margin-bottom: 80px;}
.news_item{border-bottom:1px solid;color:#ccc;}
.news_item:first-child{border-top:1px solid;color:#ccc;}
a.news_link{text-decoration: none;display: block;padding: 30px 0;background: url(../../img/ico-chervon-right.png) no-repeat right 20px center;}
.news_time{color: #666;font-weight: 600;font-size: 14px;}
h2.news_title{color: #333;font-size: 16px;padding-right: 50px;}

@media screen and (min-width: 768px) {
a.news_link {align-items: center;display:flex;}
.news_time{padding: 0 30px; justify-content: center; min-width: 100px;padding: 0 40px; width: 100px;}
}
@media screen and (max-width: 640px){
.content_inner{ padding: 0 16px;}
.news_time{padding-bottom: 5px;display: inline-block;}
.news_title{font-size: 14px;padding-right: 30px;}
a.news_link{background: url(../../img/ico-chervon-right.png) no-repeat right 0px center;}
}