/*=====================================================================
	スマートフォン用CSS
=====================================================================*/
/*---------------------------------------------------------------------
---------------------------------------------------------------------*/

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

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

@charset "UTF-8";


/*=====================================================================
	スマートフォン、PCで変えるプロパティ
	デフォルトのCSSはPCで、スマートフォン用CSSは後から上書きするものをここへ記述
=====================================================================*/

/*======== 480px以上 ========*/
@media screen and (min-width: 480px) {	/* 480px以上 */
	.footer-left {
		max-width: 561px;
	}

	.footer-right {
		max-width: 320px;
		margin-left: 34px;
	}
}

/*======== スマートフォン用CSS 480px未満 ========*/
@media screen and (max-width: 479px) {

#wrapper {
	overflow: hidden;
	width: 100%;
}

/*==== form common ====*/
.form-control {
	font-size: 80%;
}

.form-group.input_name input {
	width: 46%;
}


/* nav */
nav ul {
	width: 320px;
}

nav ul li {
	margin: 0;
	padding: 0;
}

.list-inline>li {
	padding: 0;
}

.login,
.cart {
	width: 52px;
}

.login-cart-box {
	width: 106px;
}

.cart {
	margin-top: 10px;
}

.cart-num {
	top: -8px;
	left: 16px;
	border-radius: 8px;
	font-size: 9px;
	padding: 0 10px
}


/*==== eyecatch ====*/
.eye-catch {
	margin-bottom: 0;
}

.eye-catch-img {
	width: 90%;
	height: auto;
	margin: 10px auto 10px auto;
}

.eye-catch-text {
	font-size: 90%;
	margin: 10px;
}

.all-items {
	padding: 0 0 10px 0;
}

.items-box {
	padding: 0 8px;
}

.items-box li {
	margin: 0;
}

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

.items-box li .top-cat-thum{
	width: 100%;
	height: auto;
}

.items-box li img {
}

.items-box li a {
	font-size: 60%;
	margin: 10px;
}

.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: 60%;
}

.contents-top h2 {
	font-size: 22px;
}


/*---- column link ----*/
.column-link {
	width: 100%;
	margin: 20px 0;
	box-shadow:none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.column-link li {
	margin: 12px;
}

.column-link a {
	font-size: 100%;
}

/*==== ranking ====*/
.ranking {
	width: 100%;
	margin: 20px 0;
	min-height: 456px;
	box-shadow:none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.ranking,
.news,
.maker {
	margin-bottom: 0;
}

/*==== news & maker tag ====*/
.news,
.maker {
	width: 100%;
	margin: 20px 0;
	box-shadow:none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.news-line {
	margin-bottom: 0;
}

.news-head {
	font-size: 75%;
	margin-top: 10px;
	margin-left: 10px;
}

.news-text {
	font-size: 75%;
	margin-bottom: 20px;
	margin-left: 10px;
	word-break:break-all;
}

/*==== search ====*/
.search {
	position: relative;
	margin: 10px auto;
	width: 302px;
}

.search-icon {
	position: absolute;
	top: 5px;
	left: 5px;
}
.search-icon img {
	width: 80%;
	height: auto;
}

.search-box {
	height: 38px;
	width: 302px;
}

.form-text {
	font-size: 18px;
	padding: 0 10px 0 40px;
	margin: 0;
	height: 38px;
	width: 220px;
}

.form-search {
	font-size: 90%;
	width: 80px;
}


/*==== mypage, cart_page ====*/
.mypage a,
.cart_page a {
	font-size: 80%;
}

/*==== registration_page ====*/
#entry_birth_year,
#entry_birth_month,
#entry_birth_day {
	display: inline-block;
}

.form_terms_link {
	font-size: 80%;
}

/*==== Shopping ====*/
.complete_message .heading01 {
	font-size: 1em;
}

.complete_message p {
	text-align: left;
}

/*====  ====*/
.addr_box .column.is-edit .address {
    margin: 0;
}
.column.is-edit > p {
    margin-right: 0;
}

/*==== product-detail ====*/
/* 「カートに入れる」ボタン */
.product-detail .cart_area .btn_area .btn {
	width: 100%;
}


/*==== footer ====*/
footer {
	background: #1C283A;
	border-bottom: 3px solid #a9eb27;
}

.footer-logo {
	width: 176px;
}

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

.footer-logo-url a {
	font-size: 16px;
	margin-left: 10px;
}

.footer-contact {
	margin: 35px 10px 0 10px;
	height: 32px;
	width: 124px;
}

.footer-contact a {
	font-size: 12px;
	line-height: 32px;
}

.footer-left {
	margin: 0;
	width: 100%;
}

.footer-right {
	background: #1C283A;
	margin: 0;
	width: 100%;
}

.accordion-child {
	display: none;
}

.footer-menu-box {
	min-height: 0px;
	max-height: 320px;
}

.footer-list-container li {
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
	text-align: center;
}

.footer-items,
.footer-howto,
.footer-menu {
	padding-bottom: 5px;
}

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

.footer-left-top,
.footer-items,
.footer-howto,
.footer-menu {
	border-bottom: 2px solid #696e72;
}

.facebook{
	width:100%;
	margin: 0;
	padding: 0;
}

.facebook-inner {
	width:90%;
	margin: 20px auto;
}



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

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

.img-owner{
	display: block;
	width:250px;
	height: auto;
	margin:0 auto 20px;
	float: none;
}

.introduction p{
	font-size: 16px;
}

.introduction .p-right{
	font-size: 14px;
}

/*============================================*/
/*=コラムページ=*/
/*============================================*/
.column-article-img-left,
.column-article-img-right {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}



}	/* End @media screen and (max-width: 479px) */


