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

/* font size html = 1rem = 16px

10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem
18px = 1.125rem
20px = 1.375rem
22px = 1.375rem
24px = 1.5rem
32px = 2rem
*/



* {
margin: 0;
padding: 0;
}


/*-----------------------------
  commin
	-------------------------------*/
	body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .875rem; /* htmlで16px指定。14px */
	color: #000;
	background: #FFF;
	line-height:1.6rem;
	letter-spacing:1px;

	}

a {
	opacity:1;
	transition: all .3s;
	color:#4d4d4d;
}

a:hover {
	opacity:0.6;
}


header {
	width:200px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	}

	img { width:100%; }

.row {
	margin-bottom:50px;
	overflow:hidden;
	display:block;
	padding:0 10px;
}

	figure {
		margin-bottom:20px;
	}

	figure img{
		border:solid 1px #e8e8e8;
	}

	figcaption {
		margin:0 10px;
	}

ul.price {
	margin:0;
	padding:0;
	text-decoration:none;
}


ul.price li{
	display:block;
}

.item-name {
	font-weight:bold;
	padding-right:5px;
}

/*------bun-----*/
.online {
	display: inline-block;
	padding:2px 10px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333;
	color: #fff;
	font-size:0.625rem;
	margin-right:10px;
	line-height:0.75rem;
}
.online::before,
.online::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.online,
.online::before,
.online::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.online:hover {
	background-color: #808080;
}


.online-area {
	width:100%;
	padding:30px 10px;
	background-color:#f5f5f5;
	text-align:center;
	display:block;
	overflow:hidden;
	}
.online-area h3 {
	margin-bottom:30px;
}


ul.onlinestore {
	width:98%;
	margin-right:auto;
	margin-left:auto;
	list-style:none;
	padding:0 30px;
}

ul.onlinestore li {
		width:100%;
		display:inline-block;
		line-height:4rem;
		background-color:white;
		font-weight:bold;

}

ul.onlinestore li a {
	display:block;
	text-decoration:none;
}

footer {
	background-color:black;
	padding:20px;
	text-align:center;
	color:white;
	font-size:0.625rem;
}

/*--------page top-----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.125rem;
}
#page-top a {
    background: #b3b3b3;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

@media (min-width: 960px)  {
	body {
	font-size: .75rem; /* htmlで12px指定。14px */
	color: #000;
	}

.sp-br {
	display:none;
}

	.row {
		max-width:980px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:120px;
}

figure {
	margin-bottom:10px;
}

figcaption {
	margin:0;
}

ul.price {
	margin:0;
	padding:0;
	text-decoration:none;
}


ul.price li{
	display:inline-block;
	margin-bottom:5px;
	margin-right:20px;
}

ul.onlinestore {
	max-width:600px;
}

}
