@charset "UTF-8";


/* メディアクエリ
------------------------------------------------------------------ */
/* タブレット縦 /スマートフォン横 */
@media screen and (min-width: 481px) {
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
}

/* ページ
------------------------------------------------------------------ */
#stores
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color:#4d4d4d;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#stores
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 100px;
		padding: 0px;
		text-align: left;
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
		font-size: 16px;
		line-height: 2em;
		color:#4d4d4d;
	}
}

/* タイトルエリア
------------------------------------------------------------------ */
.titleimg
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #c7ede5;
}
.titleimg img
{
	width: 100%;
	height: auto;
}
h1
{
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	padding: 0px;
	font-size: 23px;
	line-height: 2em;
	color:#3ec1a5;
	text-align: center;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	.titleimg
	{
		width: 100%;
		height: 260px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		background: #c7ede5;
	}
	.titleimg img
	{
		width: 980px;
		height: auto;
		margin: 0px auto;
		padding: 0px;
	}
	h1
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 50px auto 30px;
		padding: 0px;
		font-size: 28px;
		line-height: 2em;
		color:#3ec1a5;
		text-align: center;
	}
}

/* メイン
------------------------------------------------------------------ */
/* 更新日等
------------------------------------------------------------------ */
#stores .information {
	width: 92%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 5px;
	font-size: 11px;
	line-height: 1.75em;
	text-align: center;
	color:#7f7f7f;
	background: #e5eeee;
}
#stores .update {
	width: 92%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 11px;
	line-height: 1.75em;
	text-align: right;
	color:#7f7f7f;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#stores .information {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 12px;
		line-height: 1.75em;
		text-align: center;
		color:#7f7f7f;
		background: transparent;
	}
	#stores .update {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 10px;
		padding: 0px;
		font-size: 14px;
		line-height: 1.75em;
		text-align: center;
		color:#333;
	}
}

/* オンラインショップ・実店舗見出し
------------------------------------------------------------------ */
#stores .jitutenpo {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	color:#333;
}
#stores .onlineshop {
	width: 100%;
	height: auto;
	display: block;
	margin: 80px auto 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	color:#333;
}
#stores .onlineshop h2,
#stores .jitutenpo h2
{
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color:#333;
	text-align: center;
}
#stores .onlineshop h2 i,
#stores .jitutenpo h2 i
{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 28px;
	line-height: 1.5em;
	color:#3ec1a5;
	text-align: center;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#stores .jitutenpo {
		margin: 80px auto 0px;
		padding: 0px;
	}
	#stores .onlineshop {
		margin: 150px auto 50px;
		padding: 0px;
	}
	#stores .onlineshop h2,
	#stores .jitutenpo h2
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 50px auto 30px;
		padding: 0px;
		font-size: 24px;
		line-height: 2em;
		font-weight: bold;
		color:#333;
		text-align: center;
	}
	#stores .onlineshop h2 i,
	#stores .jitutenpo h2 i
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 28px;
		line-height: 1.5em;
		color:#3ec1a5;
		text-align: center;
	}
}

/* オンラインショップエリア
------------------------------------------------------------------ */
#stores .onlineshop ul.ols
{
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}
#stores .onlineshop ul.ols li
{
	height: auto;
	display: inline-block;
	margin: 0px auto;
	padding: 0px;
}
#stores .onlineshop ul.ols li.name
{
	width: 55%;
	height: auto;
	display: inline-block;
	margin: 0px auto;
	padding: 0px 3% 0px 0px;
	color:#333;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
}
#stores .onlineshop ul.ols li.link
{
	width: 42%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
#stores .onlineshop a ul.ols li.link img
{
	width: 100%;
	height: auto;
}
#stores .olslist a {
	width: 87%;
	height: auto;
	display: block;
	margin: 10px auto 60px;
	padding: 10px 0px 10px 3%;
	color:#fff;
	font-size: 16px;
	line-height: 1.75em;
	text-align: left;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	background-color: #eca2c2;
	position: relative;
}
/* 右矢印 */
#stores .olslist a span {
	position: absolute;
	display: block;
	top: 35%;
	right: 30px;
}
#stores .olslist a span:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	#stores .onlineshop .inner
	{
		
		min-height: 280px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		font-size: 0;
	}
	#stores .onlineshop ul.ols
	{
		width: 276px;
		height: 280px;
		display: inline-block;
		margin: 0px 25px;
		padding: 80px 0px 0px;
		border-bottom: none;
		text-align: center;
		border-radius: 4px;        /* CSS3草案 */  
		-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 4px;   /* Firefox用 */  
		background-color: #eef4f4;
	}
	#stores .onlineshop ul.ols li
	{
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	#stores .onlineshop ul.ols li.name
	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		color:#333;
		font-size: 18px;
		line-height: 1.75em;
		text-align: center;
		vertical-align: baseline;
	}
	#stores .onlineshop ul.ols li.link
	{
		width: 100%;
		margin: 10px 0px 0px;
		padding: 0px;
		display: block;
		text-align: center;
		vertical-align: baseline;
	}
	#stores .onlineshop a ul.ols li.link img
	{
		width: 155px;
		height: auto;
	}
	#stores .olslist {
		width: 276px;
		height: 280px;
		display: inline-block;
		margin: 0px 25px;
		padding: 0px 0px 0px;
		vertical-align: top;
	}
	#stores .olslist a {
		width: 251px;
		height: 160px;
		display: block;
		margin: 0px 25px;
		padding: 120px 25px 0px 0px;
		color:#fff;
		font-size: 18px;
		line-height: 1.75em;
		text-align: center;
		border-radius: 4px;        /* CSS3草案 */  
		-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 4px;   /* Firefox用 */  
		background-color: #eca2c2;
		position: relative;
	}
	/* 右矢印 */
	#stores .olslist a span {
		position: absolute;
		display: block;
		top: 46%;
		right: 30px;
	}
	#stores .olslist a span:before {
		content: '';
		width: 13px;
		height: 13px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
	}
}

/* 実店舗カテゴリ選択セレクトフォーム
------------------------------------------------------------------ */
.cp_select {
	overflow: hidden;
	width: 90%;
	margin: 0px auto;
	text-align: center;
}
.cp_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_select select::-ms-expand {
	display: none;
}
.cp_select.cp_tenpo {
	position: relative;
	border-radius: 2px;
	border-radius: 50px;
	background: #3ebab6;
}
.cp_select.cp_tenpo::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 12px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(135deg);
	pointer-events: none;
}
.cp_select.cp_tenpo select {
	padding: 8px 40px 8px 5px;
	font-size: 16px;
	transform: scale(0.9);
	line-height: 1.8em;
	color: #ffffff;
}
/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {
	.cp_select {
		overflow: hidden;
		width: 500px;
		margin: 0px auto;
		text-align: center;
	}
/* 変更なし
	.cp_select select {}
	.cp_select select::-ms-expand {}
	.cp_select.cp_tenpo {}
	.cp_select.cp_tenpo::before {}
*/
	.cp_select.cp_tenpo select {
		padding: 8px 40px 8px 5px;
		font-size: 18px;
		transform: scale(0.9);
		line-height: 1.8em;
		color: #ffffff;
	}
	.cp_select.cp_tenpo option {
		padding: 8px 40px 8px 5px;
		font-size: 18px;
		transform: scale(0.9);
		line-height: 1.8em;
		color: #000;
	}
}
