@charset "UTF-8";
@media screen and (max-width:480px){

/**************************************************************
	COMMON STYLE
**************************************************************/

a {
	color: #000;
}

.current a {
	color: #486f54;
}


/**************************************************************
	LAYOUT
**************************************************************/

body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../../images/bg.jpg) center;
	padding: 60px 0 60px;
	position: relative;
}

/**************************************************************
	HEADER
**************************************************************/
header {
	background: url(../../images/bg.jpg) center;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 11;
}

header h1 {
	margin: 0 60px 0 20px;
}

header h1 img {
	height: 40px;
}

/* NAV *****************************/

header nav {
	background: rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	padding: 0 60px 0 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 21;
	overflow: hidden;
	/*opacity: 0;*/
	box-sizing: border-box;
	display: none;
}

header nav ul {
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header nav ul li {
	width: 50%;
	border-top: 1px solid #dcdcdc;
	box-sizing: border-box;
}

header nav ul li.nav_store {
	width: 100%;
	-webkit-order: 0;
	order: 0;
}
header nav ul li.nav_zozo {
	width: 100%;
	-webkit-order: 1;
	order: 1;
}
	
header nav ul li.nav_top {
	-webkit-order: 2;
	order: 2;
	border-right: 1px solid #dcdcdc;
}

header nav ul li.nav_news {
	-webkit-order: 3;
	order: 3;
}

header nav ul li.nav_blogs {
	-webkit-order: 4;
	order: 4;
	border-right: 1px solid #dcdcdc;
	display: none;
}

header nav ul li.nav_styles {
	-webkit-order: 5;
	order: 5;
	border-right: 1px solid #dcdcdc;
	display: none;
}

header nav ul li.nav_recruit {
	-webkit-order: 6;
	order: 6;
	border-right: 1px solid #dcdcdc;
}

header nav ul li.nav_storelist {
	-webkit-order: 7;
	order: 7;
}

header nav ul li a {
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 30px;
	letter-spacing: 2px;
}

header nav ul li a small {
	display: block;
	font-weight: normal;
}

header .menu {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0px;
}

header nav .btn_close {
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

/**************************************************************
	CONTENTS
**************************************************************/

section#contents {
}

.contentsL {
	margin: 0 10px;
}

.contentsL img {
	max-width: 100%;
	height: auto!important;
}

article.contentsL .articlepic {
	display: block;
	margin: 0 0 20px;
}

article.contentsL .postmeta {
	display: block;
	margin: 0 0 10px;
	font-size: 85%;
}

article.contentsL h1 {
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

article.contentsL .txtbox {
	margin: 0 0 20px;
}

article.contentsL .txtbox p {
	font-size: 85%;
	line-height: 1.5;
	margin: 0 0 1.5em;
}


/**************************************************************
	ASIDE
**************************************************************/

aside {
	margin: 0 10px;
}

aside dt {
	margin: 0 0 15px;
	font-family: calvert;
	letter-spacing: 2px;
	font-size: 85%;
	border-bottom: #693520 solid 2px;
}

aside dd {
	margin: 0 0 20px;
	font-size: 85%;
}

.asidelist li {
	background: url(../../images/icon_list.jpg) no-repeat 0 1px;
	margin-bottom: 10px;
}

.asidelist li ul {
	margin-top: 10px;
}

.asidelist li a {
	margin-left: 12px;
	text-decoration: none;
	font-size: 85%;
	display: block;
}

.asidearchive li {
	margin-bottom: 10px;
}

.asidearchive li a {
	text-decoration: none;
	font-size: 85%;
	display: block;
}

.asidelist li ul li {
	background: none;
	font-size: 87%;
}

.asidelist li ul li a {
	display: inline;
	font-size: 100%;
}


/**************************************************************
	FOOTER
**************************************************************/

footer {
	margin-bottom: 12px;
}

footer ul.snsarea {
	margin: 0 10px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer ul.snsarea li {
	background: #2f3032;
	width: 49%;
	height: 60px;
	margin: 0 0 5px;
}
footer ul.snsarea li:nth-of-type(2n) {
	margin-left: 2%;
}
footer ul.snsarea li.snsarea__store {
	width: 100%;
}

footer ul.snsarea li.zozo {
	width: 100%;
	margin-left: 0;
}
footer ul.snsarea li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


footer ul:not(.snsarea) {
	margin: 0 auto 20px;
	background: url(../../images/bg_line1.jpg) no-repeat -1px top;
	padding-top: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer ul:not(.snsarea) li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

footer ul:not(.snsarea) li a {
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 30px;
	letter-spacing: 2px;
}
footer ul:not(.snsarea) li.nav_styles,
footer ul:not(.snsarea) li.nav_blogs {
	display: none;
}
footer small {
	text-align: center;
	display: block;
	color: #486f54;
	letter-spacing: 2px;
	font-size: 77%;
	line-height: 30px;
}

#bnr_bottom{
	width: 320px;
	background: rgba(255,255,255,0.5);
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10px;
	z-index: 10;
	margin: auto;
}

#bnr_bottom img{
	display: inline-block;
	width: 320px;
	height: 60px;
}

.modal-area {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

.modal-area .look-popup {
	width: 320px;
	height: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.modal-area .look-popup img {
	max-width: 100%;
}

.modal-area .look-popup .close {
	background: #000;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


/**************************************************************
	INDEX
**************************************************************/

#index_mainimage{
	margin: 0 0 30px;
}

.ipn_top_nav {
	margin: 0 0 30px;
}

.ipn_top_nav ul {
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #dcdcdc;
}

.ipn_top_nav ul li {
	width: 50%;
	border-top: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.ipn_top_nav ul li:nth-of-type(2n) {
	border-left: 1px solid #dcdcdc;
}
.ipn_top_nav ul li.nav_store {
	width: 100%;
}
.ipn_top_nav ul li.nav_zozo {
	width: 100%;
	border-left: none;
}
/*
.ipn_top_nav ul li.nav_storelist {
	width: 100%;
	border-right: none;
}
*/
.ipn_top_nav ul li a {
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 30px;
	letter-spacing: 2px;
}

.ipn_top_nav ul li.nav_zozo a {
	line-height: 1.0;
	padding: 20px 15px;
}
.ipn_top_nav ul li.nav_zozo a img {
	width: auto;
	height: 16px;
}

#h1style {
	background: url(../../images/h1_styles.jpg) center top no-repeat;
	height: 42px;
	margin: 20px 0 10px;
	text-indent: -9999px;
}

#index_style {
	margin: 0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#index_style li {
	width: 32%;
	margin-bottom: 20px;
	overflow: hidden;
}

#index_style li:not(:nth-of-type(3n)) {
	margin-right: 1%;
}

#index_style li a {
	display: block;
}

#index_style li img {
	width: 100%;
}

#index_news {
	margin: 0 10px 20px;
}

#index_news ul {
	display: -webkit-flex;
	display: flex;
}

#index_news li {
	width: 49%;
}

#index_news li:not(:nth-of-type(2n)) {
	margin-right: 2%;
}

#index_news li:nth-of-type(3) {
	display: none;
}

#index_news a {
	text-decoration: none;
}

#index_news li .figure img {
	width: 100%;
}

#index_news li a dl dt {
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-size: 95%;
	margin: 10px 10px 0;
}

#index_news li a dl dt span {
	display: block;
	display: block;
	font-size: 10px;
	letter-spacing: 0;
}

#index_news li a dl dt span:after {
	content: "　-";
}

#index_news li a dl dd {
	display: none;
}

/**************************************************************
	InstaWindow
**************************************************************/
.index__instagram {
	margin: 0 0 20px;
}
.index__instagram__heading {
	background: url(../../images/h1_index_instagram.jpg) center top no-repeat;
	height: 41px;
	text-indent: -9999px;
	margin: 0 0 10px;
}
.index__instagram #insta-window {
	background: none !important;
	border: none !important;
	padding: 0 10px !important;
}

/**************************************************************
	NEWS, BLOG, RECRUIT
**************************************************************/

#h1news {
	background: url(../../images/h1_news.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

#h1blog {
	background: url(../../images/h1_blog.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

#h1recruit {
	background: url(../../images/h1_recruit.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

#NBR_list {
	margin: 0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#NBR_list li {
	width: 48%;
	margin-bottom: 20px;
}

#NBR_list li:not(:nth-of-type(2n)) {
	margin-right: 2%;
}

#NBR_list li .thumbA {
	display: block;
}

#NBR_list li .thumbA img {
	width: 100% !important;
	height: auto !important;
}

#NBR_list li span.data-time {
	display: block;
	font-size: 10px;
	margin: 10px 10px 0;
}

#NBR_list li h2 a {
	margin: 0 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-size: 95%;
}

#NBR_list li p {
	display: none;
}

.txtbox img {
	displa: block;
	margin-bottom: 5px;
}

.txtbox img[width="16"] {
	displa: inline;
	margin-bottom: 5px;
	width: 16px;
}


/* JUGEMからの移行分のみに適用 */
.mobile {
	borde: red solid 1px;
	margin: 0;
	background: none!important;
	width: auto!important;
}

.mobile div {
	font-size: 85%;
	line-height: 190%;
	margin-bottom: 1.5em;
}

.mobile div img {
	borde: red solid 1px;
	position: relative;
	top: -4px;
	margin: 0 3px;
}


/**************************************************************
	STORE LIST
**************************************************************/

#h1storelist {
	background: url(../../images/h1_storelist.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

section#contents #district {
	background: url(../../images/bg_line1.jpg) no-repeat -1px bottom;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	font-size: 0;
}

section#contents #district li {
	display: inline-block;
	font-size: 14px;
}

section#contents #district li:not(:last-of-type):after {
	content: "/";
	margin: 0 10px;
}
section#contents #district li a {
	text-decoration: none;
	letter-spacing: 2px;
}

.storelistbox {
	margin: 0 10px;
}

.storelistbox dt {
	font-size: 138%;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 0 10px;
}

.storelistbox dd {
	margin: 0 0 40px;
}

.storelistbox dd h2 {
	background: url(../../images/bg_line_long.jpg) no-repeat -1px bottom;
	padding: 0 0 10px;
	letter-spacing: 2px;
}

.storelistbox dd ul {}

.storelistbox dd ul li {
	background: url(../../images/bg_line_long.jpg) no-repeat -1px bottom;
	padding: 15px 10px;
	line-height: 210%;
	font-size: 77%;
	letter-spacing: 1px;
}

.storelistbox dd ul li h3 {
}

.storelistbox dd ul li h3 span {
	float: none;
	font-weight: normal;
	font-size: 85%;
	text-align: left;
}
.storelistbox dd ul li span {
	display: block;
}

.storelistbox dd ul li .btn_map {
	clear: both;
	padding: 10px 0;
}

.storelistbox dd ul li .btn_map a{
	background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 27px;
    letter-spacing: 3px;
    font-size: 87%;
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.storelistbox dd ul li .map {
	display: none;
}

.storelistbox dd ul li .map iframe {
	width: 100%;
	height: 300px;
}

.pagetop {
	display: block;
	text-align: center;
	margin: 0 0 20px;
}


/**************************************************************
	CONTACT
**************************************************************/

#h1contact {
	background: url(../../images/h1_contact.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

#contact {
	margin: 0 10px;
}

#contact p {
	font-size: 77%;
	line-height: 160%;
	letter-spacing: 2px;
	margin: 0 0 20px;
}

#contact form {
	margin: 0 0 20px;
}

#contact form dl dt {
	font-size: 85%;
	letter-spacing: 2px;
	margin: 0 0 10px;
}

#contact form dl dd {
	margin: 0 0 20px;
}

#contact form input {
	border: #777 solid 1px;
	padding: 6px 3px;
	box-sizing: border-box;
	font-size: 16px;
}

#contact form input[name="name"],
#contact form input[name="kana"] {
	width: 100%;
}

#contact form input[name="email"] {
	width: 100%;
}

#contact form textarea {
	border: #777 solid 1px;
	padding: 6px 3px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	font-size: 16px;
}

#contact form input[type="submit"] {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 8px 27px;
	letter-spacing: 3px;
	font-size: 87%;
	width: 100%;
	box-sizing: border-box;
}


/**************************************************************
	COMPANY
**************************************************************/

#h1company {
	background: url(../../images/h1_company.jpg) center top no-repeat;
	height: 42px;
	margin: 0 0 10px;
	text-indent: -9999px;
}

.companybox {
	margin: 0 10px;
}

.companybox dt {
	letter-spacing: 1px;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
}

.companybox dd {
	margin: 0 0 40px;
	font-size: 77%;
	line-height: 160%;
	letter-spacing: 1px;
}

.companybox dd table {
	margin-bottom: -10px;
}

.companybox dd table th{
	white-space: nowrap;
}
.companybox dd table th,
.companybox dd table td {
	vertical-align: top;
	text-align: left;
}

.companybox dd table th + td {
	padding: 0 10px;
	padding-bottom: 30px;
}

.companybox dd table th + td + td {
	padding-bottom: 15px;
}


/**************************************************************
	ALL PAGES
**************************************************************/

.pager {
	background: url(../../images/bg_line1.jpg) no-repeat top;
	padding-top: 23px;
}
.pager ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 10px 20px;
}
.pager li {
	font-size: 87%;
}

.pager li.list {
	margin: 0 15px;
}

.pager li a {
	text-decoration: none;
}
.wp-pagenavi ul {
	margin: 0 10px 20px;
	text-align: center;
}
.wp-pagenavi ul li{
	font-size: 87%;
	display: inline-block;
	margin: 0 5px;
}
.wp-pagenavi ul li a{
	text-decoration: none;
}

/* fancybox		*************************************/

.popupbg{
	background: url(../../images/bg.jpg) center;
	padding: 10px;
	display: none;
}

.popupbg span {
	border: #693520  dotted 2px;
	padding: 10px;
	display: block;
}

.popupbg span img{
	width: 240px;
}

.popupbg .btn_zozo{
	margin: 10px 0 0;
}

.popupbg .btn_zozo a{
	background: #000;
	color: #fff;
	padding: 24px 27px;
	letter-spacing: 3px;
	font-size: 87%;
	text-decoration: none;
	display: block;
	text-align: center;
}

}