/*=====================================================================
	PC用CSS
=====================================================================*/
/*---------------------------------------------------------------------
---------------------------------------------------------------------*/

/*===================================================================*/
/*-------------------------------------------------------------------*/

/*====  ====*/
/*----  ----*/

@charset "UTF-8";

/*---------------------------------------------------------------------
---------------------------------------------------------------------*/
body {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, "メイリオ", sans-serif;
	min-width: 320px;
	width: 100%;
	/*background-color: #000F1E;*/
	color: #555;
}

/*
	基準フォントサイズ
	フォントサイズ指定はこれに対して%で相対指定する
 */
@media (min-width: 480px) {		/* 768px以上 PC用 */
	body {
		font-size: 16px;
	}
	.inner {
		width: 1000px;
		margin: 0 auto;
	}
}

@media (max-width: 479px) {		/* 767px以下　スマートフォン用 */
	body {
		font-size: 20px;
	}
	.inner {
		width: 100%;
	}
}



/*---------------------------------------------------------------------
---------------------------------------------------------------------*/
input, button, textarea, select {
	-webkit-appearace: none;
	-moz-appearace: none;
	appearace: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
}

ul, ol {
    list-style: none;
    margin: 0; padding: 0;
}
dl, dt, dd, li{
    margin: 0; padding: 0;
}

/*---------------------------------------------------------------------
---------------------------------------------------------------------*/
/*---- link ----*/
a {
	color: #fff;
	text-decoration: none !important;
}

a:link,
a:visited {
	color: #666;
}

a:hover,
a:active {
	color: #888;
}

.btn_group a:link,
.btn_group a:visited,
.btn_area a:link,
.btn_area a:visited {
	color: #fff;
}

.btn_group a:hover,
.btn_group a:active,
.btn_area a:hover,
.btn_area a:active {
	color: #fff;
}


.text-hidden {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*---------------------------------------------------------------------
---------------------------------------------------------------------*/
.block-center {
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------------------------------
---------------------------------------------------------------------*/
/*----  ----*/
header {
	/*background-color: #800;*/
	/*background: url("../img/common/header-bg.png") 0 0 repeat-x;*/
	background-size: contain;
	border-top: 3px solid #1c283a;/*navy*/
	min-height: 116px;
}

.header-inner {
	padding-top: 20px;
}

.header h1 {
	font-size: 0;
}

.logo {
/*
	height: 70px;
	width: 230px;
*/
}

.logo-img {
}


/*----  ----*/
.header-inner nav {
/*	margin-left: 10px; */
/*	margin-right: 30px; */
	width: 450px;
}

.header-inner nav ul {
	font-size: 0;
	width: 100%;
}

.header-inner nav ul li {
	min-width: 80px;
	min-height: 78px;
}


.login-cart-box {
	width: 266px;
	margin-left: 0;
}

.login {
	position: relative;
	width: 132px;
}

.login a {
	display: block;
	width: 100%;
	height: auto;
/*	border: 1px solid #ff0; */
}

.login p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 60px;
	line-height: 18px;
	margin-top: -18px;
}

p.login-mypage {
	font-size: 12px;
	top: 0;
	line-height: 78px;
	margin-top: 0;
}


.cart {
	position: relative;
	width: 132px;
	height: 77px;
}

.cart a {
	display: block;
	width: 100%;
	height: auto;
}

.cart-num {
	background-color: #ff6f00;/*orange*/
	color: #fff;
	position: absolute;
	top: 15px;
	left: 75px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding: 2px 8px;
	text-align: center;
}

.cart-sum {
	color: #ff6f00;/*orange*/
	position: absolute;
	top: 55px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}


/*---- items ----*/
.eye-catch {
	background-color: #1c283a;/*navy*/
	/*background: url("../img/top/eye-catch-bg.png") top center no-repeat;*/
	/*background-size: cover;*/
	margin-bottom: 40px;
}

.eye-catch h2{
	color: #fff;
	font-size: 290%;
	font-style: italic;
	font-weight: lighter;
	padding-top: 25px;
}

.eye-catch-img {
	display: block;
	margin: 20px auto 20px auto;
}

.eye-catch-text {
	color: #fff;
	font-size: 125%;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.items h2 {
	text-align: center;
}

.items-box {
	padding: 0;
}

.items-box li {
	display: block;
	margin-bottom: 30px;
	margin-left: 19px;
	margin-right: 19px;
	max-height: 185px;
	max-width: 280px;
	text-align: center;
}

.items-box li:first-child,
.items-box li:nth-child(4) {
	margin-left: 28px;
}

.items-box li:nth-child(4),
.items-box li:nth-child(5),
.items-box li:nth-child(6) {
	margin-bottom: 0;
}

.items-box li .top-cat-thum{
	width: 100%;
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.items-box li a {
	background: #00C746;/*green*/
	display: block;
	font-size: 150%;
	line-height: 36px;
	border-radius: 10px;
	/* box-shadow */
	box-shadow:0px 4px 12px -2px #333;
	-moz-box-shadow:0px 4px 12px -2px #333;
	-webkit-box-shadow:0px 4px 12px -2px #333;
}

.items-box li a:link,
.items-box li a:visited,
.items-box li a:hover,
.items-box li a:active {
	color: #fff;
	font-weight: bold;
	font-size: 118%;
}

.all-items {
	width:90%;
	text-align: right;
	padding: 20px 0;
	margin: auto;
}

.all-items a {
	color: #fff;
	text-decoration: underline;
}

.all-items a:hover {
	color: #fff;
}

/*---- column link ----*/
.column-link {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #eee;
	border-top: 5px solid #1c283a;/*navy*/
	box-shadow:0px 0px 10px 0px #ddd;
	-moz-box-shadow:0px 0px 10px 0px #ddd;
	-webkit-box-shadow:0px 0px 10px 0px #ddd;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
}

.front_page #contents .column-link .row {
	padding-bottom: 0;
}

.column-link li {
	border-radius: 10px;
	border: 1px solid #eee;
}

.column-link img {
	width: 100px;
	height: auto;
	margin-right: 20px;
}

.column-link a {
	display: block;
	font-size: 120%;
}

/*---- contents ----*/
.contents {
}

.contents-top {
	color: #333;
	height: 40px;
	margin: 20px auto 15px;
}

.contents-top h2 {
	color: #ff6f00;/*orange*/
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 20px;
}

.contents-top p {
	font-size: 16px;
	line-height: 40px;
	margin: 0 20px 0 0;
	font-weight: bold;
}

.contents-top-bg {
}


.contents-box {
	color: #333;
	margin-bottom: 50px;
}

.contents-box-inner {
	margin: 10px;
}


/*---- ranking ----*/
.ranking {
	min-height: 436px;
	margin-bottom: 30px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #eee;
	border-top: 5px solid #1c283a;/*navy*/
	box-shadow:0px 0px 10px 0px #ddd;
	-moz-box-shadow:0px 0px 10px 0px #ddd;
	-webkit-box-shadow:0px 0px 10px 0px #ddd;
}

.ranking-slides {
	margin: 30px 40px 50px 40px;
	max-width: 960px;
}

.ranking-item {
/*	float: left; */
/*	margin: 10px 0 8px 15px; */
/*
	height: 277px;
	width: 222px;
*/
	height: auto;
	width: 100%;
}

.ranking-item-inner {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 4px;
	height: 360px;
}

.ranking-slides li:first-child {
/*	margin-left: 0; */
}

.item-no {
	display:block;
	background-color: #ff6f00;/*orange*/
	color: #fff;
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
	text-align: center;
	line-height: 24px;
	height:24px;
	width: 60px;
}

.item-img {
	max-height: 170px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.item-no1 {
	background-color: #b48300;
}

.item-no2 {
	background-color: #7d7f7e;
}

.item-type {
	display: block;
	color: #666;
	font-size: 12px;
	float: right;
	margin-right: 8px;
	line-height: 24px;
	height:24px;
	width: 140px;
}

.item-name {
	display: block;
	clear: both;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 8px;
	height: 60px;
	width: 210px;
}

.item-price {
	color: #ff6f00;/*orange*/
	font-size: 14px;
	margin: 8px;
	text-align: right;
}

.item-tax {
	color: #ff6f00;/*orange*/
	font-size: 11px;
}

.item-description {
	font-size: 12px;
	margin: 8px;
}

/*---- news ----*/
.news {
	margin-bottom: 40px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #eee;
	border-top: 5px solid #1c283a;/*navy*/
	box-shadow:0px 0px 10px 0px #ddd;
	-moz-box-shadow:0px 0px 10px 0px #ddd;
	-webkit-box-shadow:0px 0px 10px 0px #ddd;
}

@media (min-width: 480px) {
	.news,
	.maker {
		min-height: 380px;
		width: 486px;
	}

	.news {
		margin-right: 28px;
	}
}


.news-top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.news-line {
	line-height: 25px;
	margin: 20px 10px;
}

.news-line li:nth-child(1){
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.news-line li:nth-child(2){
	border-bottom: none;
}

.front_page #contents .news-line .row,
.front_page #contents .news-line .row > div {
	padding-bottom: 0;
}

.news-date {
	background-color: #002F4D;/*green*/
	color: #fff;
	line-height: 25px;	/* 25px */
	font-size: 87.5%;	/*14px;*/
	text-align: center;
	padding: 4px;
	margin-right:4px;
	height: 25px;
	width: 96px;
}

.news-head {
	color: #333;
	font-size: 112.5%;	/*18px;*/
	font-weight: bold;
	line-height: 156%;	/* 25px */
	height: 25px;
	margin: 0 10px 10px 20px;
	padding: 0;
}

.news-text {
	clear: both;
	color: #5a5a5a;
	font-size: 87.5%;	/*14px;*/
	margin: 0 10px 0 20px;
}

/*---- maker ----*/
.maker {
	margin-bottom: 40px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #eee;
	border-top: 5px solid #1c283a;/*navy*/
	box-shadow:0px 0px 10px 0px #ddd;
	-moz-box-shadow:0px 0px 10px 0px #ddd;
	-webkit-box-shadow:0px 0px 10px 0px #ddd;
}

.maker-top {
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.maker-box {
	margin: 20px 15px;
}

.maker-box li {
	border-bottom: 1px solid #787c7d;
	border-radius: 4px;
	color: #000;
	margin: 5px 4px;
}

.maker a {
	display: block;
	padding: 5px 8px;
}

.maker a:link,
.maker a:visited {
	color: #000;
}
.maker a:hover,
.maker a:active {
	color: #888;
}

.maker-no1 a,
.maker-no2 a,
.maker-no3 a {
	font-size: 100%;
}

.maker-no1 {
	background-color: #b48300;
}

.maker-no2 {
	background-color: #7d7f7e;
}

.maker-no3 {
	background-color: #ff6f00;/*orange*/
}

.maker-name a {
	font-size: 70%;
}

.maker-name {
	background-color: #e2e6e9;
}

/*---- search ----*/
.search-wrap {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}


.search {
	clear: both;
	height: 38px;
	margin: 40px auto;
	width: 680px;
}

.search-icon {
	float: left;
	margin-right: 20px;
}

.search-text {
	color: #333;
	font-size: 20px;
	float: left;
	line-height: 38px;
	width: 280px;
}

.search-box {
	height: 38px;
	width: 340px;
	float: left;
}

.form-text {
	background-color: #ddd;
	border-radius: 8px 0 0 8px;
	border-right: 2px solid #fff;
	color: #000;
	font-size: 18px;
	padding: 0 10px;
	margin: 0;
	height: 38px;
	width: 230px;
}

.form-search {
	background-color: #ff6f00;/*orange*/
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 38px;
	width: 84px;
}

.form-search:hover {
	color: #888;
}


/*---- product-list ----*/
/*---- product-detail ----*/
.product-list ,
.product-detail {
	background-color: #fff;
	color: #000;
	min-height: 436px;
}

.product-list {
	margin-bottom: 0;
}

.product-detail {
	margin-bottom: 0;
}

.product-list-top,
.product-detail-top {
	border-radius: 5px;
	background: #eee;
	margin: 20px 0 40px;
}

.product-list-top h2,
.product-detail-top h2{
	font-size: 144%;
	font-style: normal;
	color: #333;
	padding: 5px 0;
	line-height: 140%;
	text-indent: 10px;
}

.product-list-inner,
.product-detail-inner {
	margin: 20px;
}

.product-list a:link,
.product-list a:visited,
.product-detail a:link,
.product-detail a:visited {
	color: #000;
}
.product-list a:hover,
.product-list a:active,
.product-detail a:hover,
.product-detail a:active {
	color: #000;
}

.product_item {
	min-height:390px;
}

.product-item-inner {
	border: 1px solid #ddd;
	margin: 10px;
	border-radius: 5px;
}

.product-item-inner a {
	min-height: 339px;
}

.product-item-inner dl {
	margin: 0 10px;
}

.product-detail ul,
.product-detail dl {
	margin: 10px 0;
}

.product-detail-related .contents-box-inner {
	margin-top: 0;
}

.product-detail-related h4 {
	margin-bottom: 10px;
	margin-top: 0;
}

.related-product-item-inner {
	margin: 10px;
}

#item_detail_area {
	padding-left: 8px;
}

#item_photo_area .slick-slide img {
	height: auto;
	max-width: 100%;
}

.product-detail-related img {
	height: auto;
	width: 100%;
}

#item_photo_area img {
	height: auto;
	width: 85%;
}

.relative_cat h4{
	font-weight: bold;
}

#item_detail_area h3.item_name{
	font-size: 28px;
	line-height: 160%;
}

#item_detail_area .relative_cat p{
	font-weight: bold;
}

#item_detail_area .relative_cat ol li a{
	text-decoration: underline;
}

.item_comment{
	line-height: 180%;
}

#sub_area .freearea h4{
	font-weight: bold;
	line-height: 160%;
}

#sub_area .freearea{
	width: 96%;
	padding: 2%;
	margin: 20px auto;
	border: 1px solid #ccc;
	line-height: 180%;
}


/* shopping */
.confirm_side_inner {
	margin-left: 10px;
}


/*---- mypage ----*/
.mypage .logout {
	background-color: #00c746;
	border-radius: 4px;
	font-weight: normal;
}

.mypage .logout a {
	display: block;
	color: #fff;
	padding: 0 20px;
}


.mypage .logout a:link,
.mypage .logout a:visited,
.mypage .logout a:hover,
.mypage .logouta:active {
	color: #fff;
}

.mypage li a:hover,
.mypage li a:active,
.cart_page li a:hover,
.cart_page li a:active {
	color: #444;
}

.mypage li a:link,
.mypage li a:visited,
.cart_page li a:link,
.cart_page li a:visited {
	color: #000;
}

.mypage li a:hover,
.mypage li a:active,
.cart_page li a:hover,
.cart_page li a:active {
	color: #444;
}


/*---- footer ----*/
footer {
	background: #1C283A;
}

.footer-inner {
	margin-top: 30px;
	margin-bottom: 10px;
}

.footer-left {
	max-width: 561px;
	min-height: 256px;
}

.footer-left-top {
	margin-bottom: 10px;
}

.footer-logo {
	float: left;
	height: 80px;
	width: 200px;
}

.footer-logo img {
	width: 100%;
}

.footer-logo-url {
	clear: both;
}

.footer-logo-url a {
	color: #39c234;
	font-size: 21px;
	font-style: italic;
}

.footer-logo-url a:link,
.footer-logo-url a:visited,
.footer-logo-url a:hover,
.footer-logo-url a:active {
	color: #39c234;
}


.footer-contact {
	background: url("../img/common/contact.png") 0 0 no-repeat;
	background-size: contain;
	float: right;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	width: 163px;
}

.footer-contact a:link,
.footer-contact a:visited {
	color: #ddd;
}

.footer-contact a:hover,
.footer-contact a:active {
	color: #888;
}

.footer-contact a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
	text-align: center;
}

.footer-list-container {
	clear: both;
}

.footer-list-container li {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	min-width: 174px;
	margin-bottom: 2px;
}

.footer-list-container a {
	background-color: #3e4965;
	display: block;
	padding-left: 10px;
}

.footer-menu-sub a {
	background-color: transparent;
}

.footer-list-container li a:link,
.footer-list-container li a:visited {
	color: #ddd;
}
.footer-list-container li a:hover,
.footer-list-container li a:active {
	color: #888;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu-box {
	min-height: 220px;
	min-width: 174px;
}

.footer-items,
.footer-howto {
	padding-right: 18px;
}

.accordion-toggle {
    cursor: pointer;
    position: relative;
}

.accordion-toggle:before,
.accordion-toggle:after {
    color: #2BBD26;
	display: block;
	font-family: 'slick';
	font-size: 20px;
	position: absolute;
	content: '→';
	top: 0px;
	right: -30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-toggle.active:before,
.accordion-toggle.active:after {
	content: '←';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-child {
	display: block;
}

.accordion-toggle a:link,
.accordion-toggle a:visited {
	color: #fff;
}
.accordion-toggle a:hover,
.accordion-toggle a:active {
	color: #fff;
}



/*---- facebook ---*/
.footer-right {
	background-color: #fff;
	max-width: 320px;
	margin-left: 34px;
	min-height: 256px;
}

.facebook-inner {
}

.copyright {
	color: #fff;
	clear: both;
	font-size: 12px;
	letter-spacing: 2px;
	padding-bottom: 18px;
	text-align: center;
}

/*============================================*/
/*=店長メッセージ=*/
/*============================================*/

.pages,
.introduction{
	border: 1px solid #ccc;
	border-radius: 10px;
	width:94%;
	padding:20px;
	margin:0 auto;
}

.img-owner{
	width:320px;
	height: auto;
	margin:0 20px 20px 0;
	float: left;
}

.introduction p{
	line-height: 175%;
	margin:20px 0;
}

.introduction .p-right{
	text-align: right;
}

/*============================================*/
/*=固定ページ=*/
/*============================================*/

.pages h3{
	color: #1c283a;/*navy*/
	font-weight: bold;
	font-size: 22px;
	margin:20px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.pages h4{
	font-size: 18px;
	text-indent: 10px;
	margin:15px 0;
	font-weight: bold;
	border-left: 5px solid #ff6f00;/*orange*/
}

.pages h5{
	text-indent: 10px;
	border-left: 3px double #00C746;/*green*/
	font-size: 107%;
	font-weight: bold;
	margin:15px 0 10px;
}

.pages p{
	line-height: 175%;
}

.pages ol li{
	margin:0 0 5px 0;
	list-style-type: decimal;
	list-style-position: inside;
}

.pages table{
	min-width: 55%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin:0 0 20px;
}

.pages table th,
.pages table td{
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pages .mgl20{
	margin: 0 0 30px 20px;
}

/*============================================*/
/*=コラムページ=*/
/*============================================*/
.column-article {
	clear: both;
}

.column-article-img-left,
.column-article-img-right {
	width: 256px;
	height: auto;
	margin-bottom: 20px;
}

.column-article-img-left {
	float: left;
	margin-right: 20px;
}


.column-article-img-right {
	float: right;
	margin-left: 20px;
}

.column-article-text {

}

.column-article h2,
.column-article h3 {
	color: #ff6f00;
	padding: 5px 10px;
}

.column-article h2 {
	border-left: solid 8px #00c746;
	margin-top: 40px;
}

.column-article h3 {
	border-bottom: none;
}

.pages .column-article ol,
.pages .column-article ul {
	margin-bottom: 20px;
}

.pages .column-article ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

.pages .column-article ul li {
	list-style-type: disc;	
	margin-left: 2em;
}

.column-training-menu li {
	margin-bottom: 20px;
}

.pages .column-article a:link,
.pages .column-article a:visited {
	color: #00c746;
	text-decoration: underline;
}

.pages .column-article a:hover,
.pages .column-article a:active {
	color: #ff6f00;
	text-decoration: underline;
}

.pages .column-article .column-training-menu li {
	list-style-type: none;
}
