@charset "shift-jis";
/*店�?ペ�?ジ用 オススメ */


/*---------お店�?特徴--------------*/


.main-column h3 {
    margin: 40px 0px 20px;
}

.rec-data {
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 20px;
}

.rec-data h3 span {
	font-size:120%;
}

.rec-type {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 700;
}

/* .main-column h3 のスタイルを上書き（より具体的なセレクタで） */
.main-column h3.rec-type {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.rec-title {
	font-size:32px;
	font-weight:700;
	margin: 20px 0 0 0;
	line-height: 132%;
}

/* .main-column h4 のスタイルを上書き（より具体的なセレクタで） */
.main-column h4.rec-title {
	font-size:32px;
	font-weight:700;
	margin: 20px 0 0 0;
	line-height: 132%;
}

.rec-explanation {
	line-height: 160%;
	font-size: 16px;
	color: #8F8F8F;
	margin: 20px 0 0 0;
}

.rec-image{
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
}

.rec-image.image-large img{
	width: 660px;
	height: auto;
}

.rec-image.image-small img{
	width: 330px;
	height: auto;
}

.rec_free{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.rec_free .free_bx{
    width: calc(700px / 3);
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}
.rec_free .free_bx:last-child{
	margin-right: 0;
}

.rec_free .free_bx .img{
	display: inline;
    width: 100%;
}
.rec_free .free_bx .img a img{
    width: 100%;
	height: 170px;
    object-fit: cover;
    background-color: #333;
}

.rec_free .free_bx p{
	text-align:left;
}

.rec_free .free_bx p.tl {
    font-size: 16px;
	line-height: 132%;
    font-weight: bold;
    margin: 16px 16px 16px;
}
.rec_free .free_bx p.tl:empty{
	margin: 0;
}
.rec_free .free_bx p.cap {
    line-height: 160%;
    font-size: 14px;
    color: #8f8f8f;
    margin: 0 16px 16px;
}
.rec_free .free_bx p.cap:empty{
	margin: 0;
}



/*--------------お知らせ・FBコメン�?ox・@LINE・Twitter---------------------*/

.news_sns{
    margin-top:40px;
}


.news_sns h3{
    font-size:24px;
    font-weight:700;
    margin:0 0 20px 0;
    color:#333;	
}

.news_sns .shop_news{
    background-color:#fff;
	padding:20px;
	display: flex;
}
.news_sns .shop_news + .shop_news{
	margin-top: 10px;
}
.news_sns .shop_news p.day{
    font-size:14px;
    color:#8f8f8f;
	margin-bottom:10px;
}
.news_sns .shop_news p.day:first-child{
	margin-top: 0;
}
.news_sns .shop_news p.tl{
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:700;
}

.news_sns .shop_news p.tl a{
	color: #333;
	font-weight: 700;
	line-height: 132%;
}

.news_sns .shop_news p.txt{
    padding: 0px 0px 40px 0px;
    line-height: 160%;
    font-size: 14px;
    color: #666;
	position: relative;
}
.news_sns .shop_news p.txt::after{
	content: '';
	display: block;
	width:740px;
	height:1px;
	background-color:#f4f4f4;
	position: absolute;
	left: -40px;
	margin-top: 40px;
}
.news_sns .shop_news p.txt:last-child{
	padding: 0;
}
.news_sns .shop_news p.txt:last-child::after{
	display: none;
}
.news_sns .shop-news-img + .shop_news-inner{
    margin-left: 20px;
}


/*-----FBコメン�?x---------*/

.news_sns .fb{
	width:335px;
	float:right;
}

.news_sns .fb.one{
	width:700px;
}

.news_sns .fb .cm,
.news_sns .fb.one .cm{
	height:110px;
	overflow:auto;
	margin:10px 0px 0px 0px;
}

/*0225霑ｽ�ｽ?*/
.news_sns .fb .cm02{
	height:360px;
	overflow:auto;
	margin:0px 0px 0px 0px;
}
/*---------*/

.news_sns .fb.one{
	width:700px;
	float:none;
}

.news_sns .fb.one .cm{
	height:110px;
	overflow:auto;
	margin:10px 0px 0px 0px;
	clear:both;
}


/*-------LINE@-------------*/

.at_sns li {
	z-index:1;
	overflow:hidden;
	margin:0;
	float:right;
}


.at_sns li.line{margin:0 0px 0 10px;}

.at_sns li.line img{cursor:pointer;
}

.at_sns li.follow{margin:0 0px 0 0;
}

.at_sns li.follow #widget{
	margin:0 !important;
	padding:0 !important;
	text-align:right !important;

}

.twitter-follow-button{
	margin:0px !important;
	padding:0px !important;
	/*width: 90px!important;*/
}


.at_sns ul {
	display:none;
	position:absolute;
	margin:8px 0 0 -312px;
	padding:0;
	z-index:2;
}

.at_sns ul li {
	background:none;
	padding:10px;
	overflow:visible;
	float:none;

}

.sns_bt{
	clear:both;
	padding:15px 0px 0px 0px;
	overflow:hidden;
}

.sns_bt .line_at_pop{
	width:390px;
	display:block;
	margin:0 0 0 0px;
	border:10px solid #EDE8E1;
	text-align:left;
	overflow:hidden;
	/*border-radius:8px;*/
	clear:both;
	background:#FFF;
}


.sns_bt .line_at_pop div.img{
	width:82px;
	float:left;
	margin:5px 5px 0 5px;
	border:1px solid #bbb;
}

.sns_bt .line_at_pop .bx{
	display:block;
	width:290px;
	float:right;
	padding:2px 0 0px 0;
	margin:0 0 20px 0;
}

.sns_bt .line_at_pop .bx p.tl{
	font-size:123.1%;
	line-height:160%;
	/*color:#55B123;*/
	/*font-weight:bold;*/
	margin:5px 0 0px 0px;
}


.sns_bt .line_at_pop p.txt{
	font-size:93%;
	line-height:170%;
	padding:12px 5px 5px 5px;
	clear:both;
	display:block;
	/*color:#666666;*/
	border-top:1px dotted #E5DED5;

}

.sns_bt .line_at_pop p.txt span{
	/*color:#55B123;*/
	padding:0 0px 0 0;
	font-weight:bold;
}