@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}
body {
	font-family: Century Gothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	color: #333333;
}
a {
	color: #1398e3;
}
h1, h2, h3, h4, h5 {
	font-size: 16px;
	font-weight: normal;
}
iframe{
	display: block;
	width: 1px;
	min-width: 100%;
	*width: 100%;
}
input {
	font-size: 16px;
}

/*-all-*/
.wrapper {
	padding: 10px 0;
}
.content {
	width: 100%;
}

/*-class-*/
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.titletext {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.pconly {
	display: none !important;
}

/*-header-*/
header {
	margin: 0 0 10px;
}
.header-h2 {
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	color: #ffcb5e;
}
.header-line {
	height: 0;
	width: 100%;
	padding: 10% 0 0;
	background: url(images/header-bg-sp.jpg) no-repeat right bottom;
	background-size: contain;
}
.logo {
	width: 80%;
	margin: 0 auto;
}
.logo img {
	display: block;
	width: 100%;
}
.header-bar {
	padding: 15px 0;
	background: #ffcb5e;
}
.header-search {
	width: 90%;
	height: 50px;
	margin: 0 auto;
	padding: 15px 0;
}
.header-search form {
	border-radius: 25px;
	background: #fff;
	vertical-align: top;
	overflow: hidden;
}
.header-search-text {
	width: 74%;
	height: 20px;
	padding: 15px;
	vertical-align: top;
}
.header-search-submit {
	display: inline-block;
	width: 0;
	height: 50px;
	padding: 0 0 0 50px;
	vertical-align: top;
	background: url(images/header-search-submit.jpg) no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
}
.header-slide {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 100% !important;
}
.header-cart {
	display: block;
}

/*-ham-*/
.hm_menu_check {
	display: none;
}
.hm_wrap {
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	width :100%;
	padding :10px;
}
.hm_btn {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 27px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #cccccc 0 12px 0;
	box-shadow: #cccccc 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 38px;
	height: 3px;
	background: #cccccc;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_menu_wrap {
	width : 100%;
	height : 10000px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
.hm_list {
	margin: 50px 0 0;
	padding: 0 10%;
}
.hm_list li a {
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a:before {
	font-family: "FontAwesome";
	content: "\f138";
	color: #1398e3;
}

/*-main-*/
#main {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}

/*-side-*/
#side {
	width: 210px;
}
.side-navi li {
	max-height: 0;
	overflow-y: hidden;
}
.side-navi {
	display: block;
	margin: 0 auto 40px;
	font-size: 12px;
	overflow: hidden;
}
.side-navi a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333333;
	line-height: 1;
	transition: 0.3s;
}
.side-navi a:hover {
	color: #1398e3;
	background: #f1f1f1;
	transition: 0.3s;
}
.side-navi label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #0d9be7;
	line-height: 1;
	cursor : pointer;
}
.side-navi label:before {
	font-family: "FontAwesome";
	content: "\f13a";
	margin: 0 5px 0 0;
}
.side-navi input {
	display: none;
}
.side-navi ul {
	list-style: none;
}
.side-navi li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.side-navi li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin: 0 5px 0 0;
}
#menu_bar01:checked ~ #side-cat01 li,
#menu_bar02:checked ~ #side-cat02 li,
#menu_bar03:checked ~ #side-cat03 li,
#menu_bar04:checked ~ #side-cat04 li,
#menu_bar05:checked ~ #side-cat05 li,
#menu_bar06:checked ~ #side-cat06 li,
#menu_bar07:checked ~ #side-cat07 li,
#menu_bar08:checked ~ #side-cat08 li,
#menu_bar09:checked ~ #side-cat09 li,
#menu_bar10:checked ~ #side-cat10 li,
#menu_bar11:checked ~ #side-cat11 li,
#menu_bar12:checked ~ #side-cat12 li,
#menu_bar13:checked ~ #side-cat13 li,
#menu_bar14:checked ~ #side-cat14 li,
#menu_bar15:checked ~ #side-cat15 li {
	max-height: 46px;
	opacity: 1;
}
.side-cat {
	margin: 0 0 10px;
}

/*-page-*/
#page {
	width: 96%;
	margin: 0 auto;
}
.page-slide {
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.page-ranking {
	display: block;
	width: 100%;
	margin: 0 0 40px;
}
.page-newitem {
	display: block;
	width: 100%;
	margin: 0 0 40px;
}
.page-review {
	display: block;
	width: 100%;
	margin: 0 0 40px;
}

/*-footer-*/
footer {
	font-size: 11px;
	line-height: 1.8;
}
.footer-navi {
	margin: 0 0 40px;
}
.footer-navi > div {
	width: 100%;
}
.footer-navi h4 {
	margin: 0 0 10px;
	color: #f06d01;
}
.footer-navi p {
	margin: 10px 0;
	padding: 10px;
	background: #ffedc2;
	border-radius: 5px;
}
.copyright {
	text-align: center;
	color: #999999;
}
.totop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9;
}

/*-category-*/
.page-category {
	margin: 0 0 40px;
}
.page-category-ul {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.page-category-ul li {
	width: 48%;
	margin-bottom: 15px;
}
.page-category-ul li a {
	color: #0d9be7;
}
.page-category-ul li a:before {
	font-family: "FontAwesome";
	content: "\f138";
	margin: 0 5px 0 0;
}

/*-ranking-*/
.ranking-wrap {
	width: 80%;
	margin: 0 auto 10px;
}
.ranking-date {
	text-align: right;
	font-size: 11px;
}
.ranking {
	width: 100%;
}
.ranking > li {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 14px;
}
.ranking a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	color: #333333;
	text-decoration: none;
}
.ranking a:before {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	background: #666666;
	z-index: 999;
}
.ranking-li1 a:before {
	content: "1";
}
.ranking-li2 a:before {
	content: "2";
}
.ranking-li3 a:before {
	content: "3";
}
.ranking-li4 a:before {
	content: "4";
}
.ranking-li5 a:before {
	content: "5";
}
.ranking-li6,
.ranking-li7,
.ranking-li8,
.ranking-li9,
.ranking-li10 {
	display: none;
}
.ranking li a:after {
	font-family: "FontAwesome";
	content: "\f105";
	width: 6%;
	font-size: 30px;
	color: #dddddd;
}
.ranking li a > div {
	width: 56%;
}
.ranking-img {
	display: block;
	width: 30%;
	height: auto;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.ranking-name {
}
.ranking-price {
	font-size: 11px;
}
.ranking-price-num {
	font-size: 14px;
	font-weight: bold;
}

/*-newitem-*/
.newitem-wrap {
	width: 100%;
}
.newitem {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}
.newitem > li {
	width: 28%;
	font-size: 12px;
}
.newitem-li4,
.newitem-li5 {
	display: none;
}
.newitem a {
	display: block;
	width: 100%;
	color: #333333;
	text-decoration: none;
}
.newitem a:hover {
	color: #1398e3;
}
.newitem-img {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.newitem-name {
}
.newitem-price {
	font-size: 11px;
}
.newitem-price-num {
	font-size: 16px;
	font-weight: bold;
}

/*-review-*/
.review-wrap {
	width: 100%;
}
.review {
	width: 100%;
}
.review > li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
}
.review a {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	color: #333333;
	text-decoration: none;
}
.review a:hover {
	color: #1398e3;
}
.review-img {
	display: block;
	width: 20%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.review a > div {
	width: 76%;
}
.review-date {
	margin: 0 0 5px;
	text-align: right;
	font-size: 11px;
	color: #eea43c;
}
.review-item {
	font-weight: bold;
}
.review-star {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #eea43c;
}
.review-text {
	margin: 0 0 5px;
}
.review-name {
	text-align: right;
	font-size: 11px;
}


/*　ポイントキャンペーンArea　*/

.ptcp_Area{
	display: none;
}

/*　ポイントキャンペーンArea ここまで　*/


