/*------------------------------------------------------------
	STORES - archive
------------------------------------------------------------*/

.archive-stores-wrap.contents-wrap {
	padding: 0 0 120px;
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-top: 150px;
	border-bottom: 0;
}
.archive-stores-wrap.contents-wrap > h1 {
	text-align: center;
	font-size: 20px;
	
	font-weight: 600;
	line-height: 100px;
	letter-spacing: .08em;
	text-indent: .08em;
	color: #333;
	margin: 20% auto 10%;
}
.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .08em;
	text-indent: .08em;
	
	text-align: center;
	margin-top: 120px;
	margin-bottom: 120px;
	position: relative;
	color: #666;
}
.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::before {
	content: '';
	display: block;
	height: 1px;
	width: 330px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
}
.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::after {
	content: '';
	display: block;
	height: 1px;
	width: 330px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 50%;
}
.archive-stores-wrap.contents-wrap .pref-state-list-wrap {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}
.archive-stores-wrap.contents-wrap .pref-state-list li {
	display: inline-block;
	width: 19%;
	text-align: center;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 50px;
	font-weight: 300;
	
	font-size: 16px;
	letter-spacing: .1em;
}
.archive-stores-wrap.contents-wrap .japan .pref-state-list li:first-child {
	letter-spacing: .05em;
}
.archive-stores-wrap.contents-wrap .pref-state-list li a {
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.archive-stores-wrap.contents-wrap .pref-state-list li a:hover {
	color: #666;
}

.archive-stores-wrap.contents-wrap .stores-lists li {
	width: 25%;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px 0 40px;
	margin-bottom: 50px;
	position: relative;
	
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .05em;
	vertical-align: top;
}
.archive-stores-wrap.contents-wrap .stores-lists span img {
	border: 1px solid #ddd;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -.2em;
}
.archive-stores-wrap.contents-wrap .single-stores-area-wrap.japan {
	margin-top: -40px;
}

.post-type-archive-stores #flagship-store-wrap {
	padding-top: 0;
}
.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 {
	
	font-weight: 100;
	font-size: 38px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: .08em;
	text-indent: .08em;
	line-height: 1.3;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 span {
	font-size: 16px;
	font-weight: 300;
	display: block;
}

@media screen and (max-width: 768px), screen and (max-width: 1080px) and (orientation: portrait) {
	.archive-stores-wrap.contents-wrap {
		margin-top: 0;
		padding-bottom: 0;
	}
	.archive-stores-wrap.contents-wrap > h1 {
		font-size: 12px;
		font-size: calc(100vw * 24 / 640);
		line-height: 1;
		padding-top: 7.8125%;
		padding-bottom: 10.9375%;
	}
	.archive-stores-wrap.contents-wrap .single-stores-area-wrap {
		border-top: 1px solid #ddd;
		padding-bottom: 5%;
	}
	.archive-stores-wrap.contents-wrap .single-stores-area-wrap.japan {
		margin-top: 0;
	}
	.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 {
		font-size: 19px;
		font-size: calc(100vw * 38 / 640);
	}
	.post-type-archive-stores #flagship-store-wrap .flagship-store-list a h3 span {
		display: none;
	}
	.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::before,
	.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::after {
		display: none;
	}
	.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2 {
		margin: 12.5% 0;
		font-size: 16px;
		font-size: calc(100vw * 32 / 640);
	}
	.archive-stores-wrap.contents-wrap .pref-state-list {
		width: 87.5%;
		margin: 5% auto;
	}
	.archive-stores-wrap.contents-wrap .pref-state-list li {
		width: 32.333%;
		font-size: 10px;
		font-size: calc(100vw * 20 / 640);
		padding: 0 0 2.5em 0;
	}
	.archive-stores-wrap.contents-wrap .stores-lists {
		width: 87.5%;
		margin: auto;
	}
	.archive-stores-wrap.contents-wrap .stores-lists li {
		width: 33.333%;
		font-size: 10px;
		font-size: calc(100vw * 20 / 640);
		padding: 0 0 0 2em;
		margin-bottom: 2.5em;
	}
	.archive-stores-wrap.contents-wrap .stores-lists span img {
		width: 1.2em;
		border-radius: 0.3em;
	}
}


/*------------------------------------------------------------
	STORES - single
------------------------------------------------------------*/

.single-stores-wrap.contents-wrap {
	padding: 0;
	width: 100%;
	margin: auto;
	margin-top: -100px;
	border-bottom: 1px solid #ddd;
}
.single-stores-wrap.contents-wrap > h1 {
	text-align: center;
	font-size: 20px;
	
	font-weight: 600;
	line-height: 100px;
	letter-spacing: .08em;
	text-indent: .08em;
	color: #333;
	margin: 180px auto 5%;
}
.single-stores-wrap.contents-wrap > h1 span {
	margin: 0 2em;
	color: #999;
}
.single-stores-wrap.contents-wrap > h1 a {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.single-stores-wrap.contents-wrap > h1 a:hover {
	opacity: 0.5;
}
.single-stores-wrap.contents-wrap .single-stores-contents {
    max-width: 900px;
    width: 100%;
    margin: 10% auto;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header h2 > a.h2-breadcrumb {
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	
	color: #000;
	position: relative;
}
.single-stores-wrap.contents-wrap h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	
	letter-spacing: .08em;
	float: left;
	color: #000;
	position: relative;
	padding-left: 0;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header h2 > a.h2-breadcrumb span {
	margin: 0;
	padding: 0;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header h2 > a.h2-breadcrumb:hover span {
	margin: 0;
	padding: 0;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header h2 > a.h2-breadcrumb:hover {
	color: #666;
}
.single-stores-wrap.contents-wrap h2 span img {
	border: 1px solid #ddd;
	border-radius: .25em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -.1em;
}
.single-stores-wrap.contents-wrap .child h2 span img {
	margin-top: 0;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header {
	text-align: right;
	padding: 50px 0 0;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header a {
	line-height: 22px;
	color: #999;
	font-size: 14px;
	
	font-weight: 300;
	letter-spacing: .05em;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header a span {
	margin-right: 20px;
	padding-left: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header a:hover {
	color: #000;
}
.single-stores-wrap.contents-wrap .fa {
	font-size: 14px;
}
.single-stores-wrap.contents-wrap .single-stores-contents-header a:hover span {
	margin-right: 25px;
}
.single-stores-wrap.contents-wrap .store-box {
	padding: 60px 0 0;
}
.single-stores-wrap.contents-wrap .store-box.flagship-store,
.single-stores-wrap.contents-wrap .store-box.store-border-top {
	margin-top: 60px;
}
.single-stores-wrap.contents-wrap .store-box-left {
	float: left;
	width: 350px;
	padding-right: 20px;
	font-family: 'english';
	font-weight: 300;
	font-size: 110%;
	line-height: 1.6;
	letter-spacing: .1em;
}
.single-stores-wrap.contents-wrap .store-box-right {
	margin-left: 400px;
}
.single-stores-wrap.contents-wrap .store-box-right h3 {
	
	font-weight: 300;
	font-size: 100%;
	line-height: 1.6;
	margin-bottom: 5px;
	letter-spacing: .1em;
}

.store_address{
	font-size: 90%;
}

.single-stores-wrap.contents-wrap .store-box-right h3 a {
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.single-stores-wrap.contents-wrap .store-box-right h3 a:hover {
	color: #666;
}
.single-stores-wrap.contents-wrap .store-box-right p,
.single-stores-wrap.contents-wrap .store-box-right .store-address .store_address_jp .store_address_en {
	
	font-weight: 600;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	letter-spacing: .1em;
}
.store_address_jp {
	
	font-weight: 600;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	letter-spacing: .1em;
}
.store_address_en {
	
	font-weight: 600;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	letter-spacing: .1em;
}
.single-stores-wrap.contents-wrap .store-box-right .store-tel {
	
	font-weight: 300;
	line-height: 20px;
	color: #666;
	font-size: 12px;	
	letter-spacing: .1em;
}
.tel_jp {
	
	font-weight: 300;
	line-height: 20px;
	color: #666;
	font-size: 12px;	
	letter-spacing: .1em;
}
.tel_en {
	
	font-weight: 300;
	line-height: 20px;
	color: #666;
	font-size: 12px;	
	letter-spacing: .1em;
}
.tel_jp a{
	color: #666;
	text-decoration: none;
}
.tel_en a{
	color: #666;
	text-decoration: none;
}
.single-stores-wrap.contents-wrap .store-box-right .store-tel a {
	color: #666;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.single-stores-wrap.contents-wrap .store-box-right p a {
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.single-stores-wrap.contents-wrap .store-box-right .store-tel a:hover {
	color: #000;
}
.single-stores-wrap.contents-wrap .store-box-right p a:hover {
	color: #666;
}
.single-stores-wrap.contents-wrap .store-box-right p a i {
	margin-left: 1em;
}
.single-stores-wrap.contents-wrap .stores-list-wrap {
	padding-bottom: 60px;
	font-size: 110%;
}


.tel{
	font-size: 110%;
	margin-top: 10px;
}



.single-stores-wrap.contents-wrap .pref-state-list-wrap {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}
.single-stores-wrap.contents-wrap .pref-state-list li {
	display: inline-block;
	width: 25%;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 50px;
	font-weight: 400;
	
	font-size: 16px;
	letter-spacing: .1em;
}
.postid-708 .single-stores-wrap.contents-wrap .pref-state-list li:first-child {
	letter-spacing: .05em;
	
}
.single-stores-wrap.contents-wrap .pref-state-list li a {
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.single-stores-wrap.contents-wrap .pref-state-list li a:hover {
	color: #666;
}


@media screen and (max-width: 768px), screen and (max-width: 1080px) and (orientation: portrait) {
	.single-stores-wrap.contents-wrap {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.single-stores-wrap.contents-wrap > h1 {
		font-size: 12px;
		font-size: calc(100vw * 24 / 640);
		line-height: 1;
		padding-top: 7.8125%;
		padding-bottom: 10.9375%;
		border-bottom: 1px solid #ddd;
	}
	.single-stores-wrap.contents-wrap .single-stores-contents-header {
		text-align: center;
		padding-top: 12.5%;
	}
	.single-stores-wrap.contents-wrap h2 {
		float: none;
		display: inline-block;
		padding-left: 1.5em;
		text-align: center;
		font-size: 16px;
		font-size: calc(100vw * 29 / 640);
	}
	.single-stores-wrap.contents-wrap .single-stores-contents-header h2 > a.h2-breadcrumb {
		display: inline;
		font-size: 16px;
		font-size: calc(100vw * 32 / 640);
		clear: none;
	}
	.single-stores-wrap.contents-wrap h2 span img {
		width: .75em;
	}
	.single-stores-wrap.contents-wrap .single-stores-contents-header a {
		display: block;
		clear: both;
		margin-top: 5%;
		font-size: 7px;
		font-size: calc(100vw * 14 / 640);
	}
	.single-stores-wrap.contents-wrap .stores-list {
		width: 87.5%;
		margin: auto;
	}
	.single-stores-wrap.contents-wrap .store-box {
		padding-top: 14.3%;
	}
	.single-stores-wrap.contents-wrap .store-box.flagship-store,
	.single-stores-wrap.contents-wrap .store-box.store-border-top {
		margin-top: 14.3%;
	}
	.single-stores-wrap.contents-wrap .store-box-left {
		font-size: 12px;
		font-size: calc(100vw * 24 / 640);
		line-height: 1.35;
		width: 36%;
	}
	.single-stores-wrap.contents-wrap .store-box-right {
		margin-left: 36%;
	}
	.single-stores-wrap.contents-wrap .store-box.flagship-store .store-box-left {
		float: none;
		padding-right: 0;
		width: 100%;
		
		font-weight: 300;
		font-size: 9px;
		font-size: calc(100vw * 18 / 640);	
		margin-bottom: .5em;	
	}
	.single-stores-wrap.contents-wrap .store-box.flagship-store .store-box-left br {
		display: none;
	}
	.single-stores-wrap.contents-wrap .store-box.flagship-store .store-box-right {
		margin-left: 0;
	}
	.single-stores-wrap.contents-wrap .store-box.flagship-store .store-box-right h3 {
		font-size: 15px;
		font-size: calc(100vw * 30 / 640);
		font-weight: 100;
		margin-bottom: .5em;
		line-height: 1.35;
	}
	.single-stores-wrap.contents-wrap .store-box-right h3 {
		font-size: 12px;
		font-size: calc(100vw * 24 / 640);
		line-height: 1.35;
	}
	.single-stores-wrap.contents-wrap .store-box-right p,
	.single-stores-wrap.contents-wrap .store-box-right .store-address,
	.single-stores-wrap.contents-wrap .store-box-right .store-tel {
		font-size: 8px;
		font-size: calc(100vw * 16 / 640);
		line-height: 1.35;
	}
	.single-stores-wrap.contents-wrap .store-box-right p a {
		font-size: 10px;
		font-size: calc(100vw * 20 / 640);
		line-height: 2;
	}
	.single-stores-wrap.contents-wrap .pref-state-list li {
		width: 33.333%;
		font-size: 10px;
		font-size: calc(100vw * 20 / 640);
		padding: 0 .5em 2.5em 0;
	}
	.single-stores-wrap.contents-wrap .pref-state-list {
		width: 87.5%;
		margin: auto;
	}
}



@media only print,only screen and (min-width:767px){
.contentstitle{width: 100%; max-width: 300px; margin: 4% auto 2%;}
.contentstitle img{width: 100%;}
.sp{display: none;}
.pc{display: block;}
main{padding:83px 20px 100px;
width: 100%; max-width: 1000px; margin: 0 auto;}
}
@media only print,only screen and (max-width:767px){
.contentstitle{width: 50%; margin: 5% auto 10%;}
.contentstitle img{width: 100%;}
.pc{display: none;}
.sp{display: block;}
	main{padding:47px 0}
	#archive_looks {
    margin: 10% auto !important;
}

}



html{
overflow-x: hidden;
}




/*------------------------------------------------------------
	CONTACT
------------------------------------------------------------*/
.contact-wrap.contents-wrap {
	padding: 0;
	width: 100%;
	margin: -100px auto 0;
	border-bottom: 1px solid #ddd;
}
.contact-wrap.contents-wrap > h1 {
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: .08em;
	text-indent: .08em;
}
.contact-wrap.contents-wrap .contact-contents {
	max-width: 960px;
	margin: auto;
	padding-top: 60px;
}

.contact-wrap.contents-wrap img {
	width: 100%;
	vertical-align: bottom;
}
.contact-wrap.contents-wrap h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: .5em;
	letter-spacing: .08em;
	
}
.contact-wrap.contents-wrap p {
	font-size: 16px;
	
	font-weight: 600;
	letter-spacing: .08em;
	margin-bottom: 100px;
	line-height: 2;
	color: #666;
}
.contact-wrap.contents-wrap p a {
	color: #666;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: underline;
}
.contact-wrap.contents-wrap p a:hover {
	color: #666;
	text-decoration: none;
}
.contact-wrap.contents-wrap .contact-contents-left {
	float: left;
	width: 50%;
}
.contact-wrap.contents-wrap .contact-contents-right {
	float: right;
	width: 50%;
}

@media screen and (max-width: 768px), screen and (max-width: 1080px) and (orientation: portrait) {
	.contact-wrap.contents-wrap {
		margin-top: 0;
		border-bottom: none;
	}
	.contact-wrap.contents-wrap > h1 {
		font-size: 12px;
		font-size: calc(100vw * 24 / 640);
		line-height: 1;
		padding-top: 7.8125%;
		padding-bottom: 10.9375%;
		border-bottom: 1px solid #ddd;
	}
	.contact-wrap.contents-wrap .contact-contents {
		padding-top: 15.625%;
	}
	.contact-wrap.contents-wrap .contact-contents-left,
	.contact-wrap.contents-wrap .contact-contents-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.contact-wrap.contents-wrap h2 {
		font-size: 16px;
		font-size: calc(100vw * 32 / 640);
	}
	.contact-wrap.contents-wrap p {
		font-size: 10px;
		font-size: calc(100vw * 20 / 640);
		margin-bottom: 15.625%;
	}
}



.flag img {
    width: 15px;
    margin: 7px auto;
}



img {
    max-width: 100%;
    height: auto !important;
    vertical-align: bottom;
}