@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2020 plusi
 -------------------------------------------------------------------- */
/* --------------------------------
	MENU CURRENT
   -------------------------------- */
.menu li.navi_osusume a{
	text-decoration: underline!important;
	text-underline-position: under;
	color: #54bce8;
}
/* ====================================
 SNS シェアボタン対応（Facebookが下にずれる）
 ====================================== */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
/* 商品情報 */
.SNS_area{
	border-top: solid 1px #dddddd;
	margin-top: 20px;
	padding: 20px 10px;
}
/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {
	/* サイト名 */
	.site img{
		font-size: 12px;
		height: 38px!important;
		width: auto;
	}
}
/* ------------------------------------
 top_title_area
 -------------------------------------- */
#top_title_area{
	/*background-color: #FFF4DD;*/
	padding-top: 180px;
}
/* ------------------------------------
 見出し書き換え
 -------------------------------------- */
h1{ background-color: none!important;}
h2.posCenter{
	margin: 0 auto;
	text-align: center;
	border: none;
}

/* ------------------------------------
 おすすめ写真エリア
 -------------------------------------- */
.osusume_pic{
	clear: left;
	clear: both;

	position: relative;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.osusume_pic img{
	margin: 0 auto;
	width: 800px;
	border: 8px solid #eee;
	border-radius: 15px;
}
.osusume_pic_box{
	float: left;
	width: 48%;
	margin: 0 1%;
}
.osusume_pic_box:after{ content: ""; display: block; clear: both;}

/* 見出し */
.contents_box p.topic{
	font-size: 34px;
}
/* おすすめ店舗 */
.from{
	position: absolute;
	top: 48px;
	right: 20px;
	display: block;
	padding: 8px 15px;
	color: #333;
	border-radius: 0 0 15px 15px;
}
.from.s_syatyo		{ background-color: #800080; background: rgba(128,0,128,0.9); color: white;}
.from.s_takamatsu	{ background-color: #FFFF00; background: rgba(255,255,0,0.8); }
.from.s_marugame	{ background-color: #39B54A; background: rgba(57,181,74,0.8); }
.from.s_kinuyama	{ background-color: #F7931E; background: rgba(247,147,30,0.8); }
.from.s_matsuyama	{ background-color: #F15A24; background: rgba(241,90,36,0.8); }
.from.s_kochi		{ background-color: #29ABE2; background: rgba(41,171,226,0.9); color: white;}

/* 注意書き */
.warning{
	position: absolute;
	bottom: 8px;
	right: 0px;
	display: block;
	width: 100%;
	padding: 3px 15px;
	color: #333;

	background-color: #fff;
	background: rgba(255,255,255,0.5);
	color: #111;
}
/* ------------------------------------
 リスト
 -------------------------------------- */
.osusume_list_area{
	clear: left;
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px dashed #aaa;
}
.osusume_list_area:after{ content: ""; display: block; clear: both;}
.osusume_list_area.last{
	border-bottom: 1px dashed #aaa;
}
.osusume_list_area .thumb_pic{
	float: left;
	border: 3px solid #eee;
	border-radius: 5px;
	width: 30%;
}
.osusume_list_area .thumb_pic img{border-radius: 5px;}
.osusume_list_area .osusume_det{
	position: relative;
	float: left;
	width: 70%;
	padding-left: 10px;
	margin: 0;
}
.osusume_list_area .osusume_det p{
	font-size: 96%;
	line-height: 120%;
}
.osusume_list_area h2{
	clear: all;
	clear: left;
	clear: right;
	font-size: 22px!important;
	padding: 10px 0 10px 5px;
	margin: 0;
	color: #333;
	font-weight: normal;
	line-height: 120%;
	border: none!important;
}
.osusume_list_area h2:before{ content:''; }
.osusume_list_area:after{ clear: left; clear: both; }


/* おすすめリストの中の情報 */
.osusume_info{
	padding-top: 0px;
	font-size: 90%;
}
.osusume_info span{
	margin-left: 10px;
	padding: 3px 8px;
	border-radius: 5px;
	color: #fff;
}
.osusume_info span{
	margin-left: 10px;
	padding: 3px 8px;
	border-radius: 5px;
	color: #333;
}
span.s_syatyo		{ background-color: #800080; background: rgba(128,0,128,0.9); color: white;}
span.s_takamatsu	{ background-color: #FFFF00; background: rgba(255,255,0,0.8); }
span.s_marugame		{ background-color: #39B54A; background: rgba(57,181,74,0.6); }
span.s_kinuyama		{ background-color: #F7931E; background: rgba(247,147,30,0.6); }
span.s_matsuyama	{ background-color: #F15A24; background: rgba(241,90,36,0.6); }
span.s_kochi		{ background-color: #29ABE2; background: rgba(41,171,226,0.9); color: white;}
span.bunrui			{ background-color: #808080; background: rgba(128,128,128,0.6); }
span.home			{ background-color: #FF66CC; color: white; }

/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {
	#top_title_area{
		padding-top: 120px;
	}
	.osusume_pic{
		width: 96%;
	}
	.osusume_pic img{
		margin: 0 auto;
		width: 96%;
		border: 8px solid #eee;
		border-radius: 15px;
	}
	.contents_box p.topic{ font-size: 20px; }

	
	.osusume_list_area{
		width: 98%;
	}
	.osusume_list_area .thumb_pic{
		width: 30%;
	}
	.osusume_list_area .osusume_det{
		width: 70%;
		padding-left: 10px;
	}
	.osusume_list_area h2{
		font-size: 18px!important;
		padding: 0 0 0 5px;
		line-height: 110%;
	}
	/* おすすめリストの中の情報 */
	.osusume_info{
		font-size: 90%;
	}
	.osusume_info span{
		margin-left: 10px;
	}




}


