@import "/css/font-awesome/css/font-awesome.min.css";	

/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	font-size:1.1rem;
	margin-top:4rem;
	padding-bottom:0.3rem;
    font-weight: bold;
}

.shoplist h3{
	font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
	.shoplist h3{
	font-size: 1.45rem;
	}
}

.tenpo_headline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0.5em;
	line-height: 2rem;
}
.tenpo_headline .blog_link a {
	display: block;
	text-align: center;
    color: #222;
	font-size: 1rem;	
}
.tenpo_headline .blog_link a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.tenpo_area {
    color: #222 !important;
    z-index: -1;
}
.tenpo_area p {
	padding: 0.5em;
	position: relative;
}

/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
.tenpo_area{
    margin: 0 auto;
    width: 90%;
    }    
}

.tenpo_area p.active::after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.tenpo_area nav > ul {
	border-bottom: solid 1px #ccc ;
	font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
	margin: 0.5em 0 0;
	padding: 0 0.5em;
	border-bottom: solid 1px #ccc ;
}
.tenpo_area nav > ul > li:last-child {
	border-bottom: none;
}
.popup_area_title {	
}
.tenpo_area a {
	display: block;
	padding: 0 0 0.5em;
	position: relative;
    color: #222;
	font-size: 1rem;
}
.tenpo_area a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
    color: #222;
}
.tenpo_area a span {
	font-size: 0.9rem;
}

@media only screen and (max-width: 639px) {
	.tenpo_area p {
	position: relative;
    border-bottom: 2px solid #ccc;
	}
}
@media only screen and (min-width: 768px) {
	.tenpo_area {
		border: none;
	}
	.tenpo_area p {
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 1.3rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.2rem 0 0.2rem 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
	}
	.shoplist_wrap{ 
		padding: 5em 0 0;
	}
}




/* ********** FOOTER ********** */
footer {
    margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
	font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}    
    
footer p:last-child{
    margin-top: 0.3rem;
}








