@charset "utf-8";

/*-----------------------------------
ALBION DRESSER CSS smt.css
------------------------------------*/

@media screen and (max-width: 786px){
		/*@media screen and (max-width: 768px){*/

.smt{display:block;}
img.smt{display:inline;}
.pc{display:none;}
img.pc{display:none;}


#slide div#pc{
	display: none;
	}
#slide div#sp{
	display: block;
	}

header nav ul li a{
	font-size:12px;
	letter-spacing:3px;
}
header nav ul li a span {
	font-size: 16px;
}

/* header */
header{
	width:100% !important;
	height:50px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000!important;
	background:#fff;
	}
header h1{
	width:100%;
	height: auto;
	position: absolute;
	left: 10px;
    top: 19px;
	}
header h1 img{width:180px;}
header h1 a{
	text-decoration: none;
	}
header nav h2{position:absolute; top:15px; right:15px; cursor:pointer;}
header nav h2 i{
	font-size:22px!important;
	}

header nav{width:100%; height:auto; background:#fff; text-align:left;}
header nav > ul{max-width:none; width:100%;; padding:5px 0px 30px 0px; position:absolute; top:50px; height: 100vh; left:0px; background:#fff;}
header nav > ul li{
	text-align: center;
	display:block; margin:0px 30px;;
	}
header nav > ul li a{text-decoration:none; font-size:14px; display:block; padding:5px 0px; position: relative;}
header nav > ul li a:hover{}
header nav > ul li a span{display:block; margin-top:6px; color:#858585; font-weight: normal;}
header nav > ul li a:after,
header nav ul.subMenu li a:after{
	content:"";
	position: absolute;
	bottom:20px;
	right:0;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;	
	background: url("../images/link_arrow.svg") no-repeat;
	background-size: 70%;
	background-position: center center;
	}
header nav > ul > li:nth-child(2) > a{

	}
header nav ul.subMenu{
	margin:0 0 10px 0;
	padding:0;
	}
header nav ul.subMenu li{
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    line-height: 10px;
	}
header nav ul.subMenu li a:after{
	bottom:10px;
	}

/* contents */
#contents{width:100%;padding-top:50px; padding-bottom:30px;;margin:0 auto;
	padding-right:0;padding-left:0;
	overflow: hidden;
}
#contents a[id]:not([href]) {
	padding-top: 50px;
	margin-top: -50px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}

/* newsContents */
body#index #newsContents{
	background: none;
	width: calc(100% - 89px);
	padding:25px 25px 15px 25px;
	margin-bottom: 40px;
	}
body#index #newsContents li{
	font-size: 18px;
	line-height:36px;
	}
body#index #newsContents li a span.date{
	display: block;
	width: auto;
	margin:0;
	}

body#about nav.aboutNav {
    padding: 0;
	}
nav.aboutNav ul{
	padding: 0;
    width: 100%;
    margin: 20px auto;
	}
nav.aboutNav ul li{
	width:calc(100% - 40px);
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: left;
	/*border-bottom:1px solid #abcfcc;*/
	}
nav.aboutNav ul li:last-child{
	margin-right: auto;
	}

nav.aboutNav ul li img{
	width:105px;
	height: 105px;
	vertical-align: top;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display: inline-block;
	margin-right:15px;
	}
nav.aboutNav ul li p{
    width: calc(100% - 120px);
    display: inline-block;
    line-height: 105px;
    vertical-align: top;
    text-align: left;
	margin: 0;
	padding:0;
	font-size: 14px;
	}
nav.aboutNav ul li:nth-child(2) p{
	line-height:25px;
	padding-top:27px;
	padding-bottom:0;
	}
nav.aboutNav ul li a span{
	font-size:18px;
	position: absolute;
	left:auto; right:0;
	top:0; bottom:0;
	margin:auto;
	display: block;
	height:125px;
	line-height:125px;
	}
nav.aboutNav ul li:nth-child(1) a span,
nav.aboutNav ul li:nth-child(2) a span,
nav.aboutNav ul li:nth-child(3) a span{ right:10px; }

nav.aboutNav ul li:nth-child(2) a span{
	top:28px;
	}

nav.aboutNav ul li a strong{
	width:100%; height:auto;
	padding:12px 0px;
	margin:15px auto 0px auto;
	background:url(../images/index_bg_05.png) no-repeat;
	background-size:100% auto;
	font-weight:normal;
	}
nav.aboutNav ul li a strong span{margin-left:0px;}




/* page width */
	#aboutContents .inner,
	#locationContents .inner,
	#brandContents .inner,
	body#index #slideContentsSmt,
	body#index #blogContents .inner,
	body#contact #contactContents .inner,
	body#terms #termsContents .inner,
	body#coupon #couponContents2 .inner,
	body#storeblog #storeblogContents .inner,
	body#storeblog #archiveSection .inner,
	body#storeblog #pagenation,
	body#storeblog #entryNavSection{
		width:90%;
		margin:0 auto;
		padding-left:0px; padding-right:0px;
	}
	
/* storeblog */
body#storeblog #storeblogContents{padding-top:30px; overflow:hidden;}
body#storeblog #storeblogContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#storeblog #storeblogContents h2 span{font-weight:normal;}
body#storeblog #storeblogContents h2 strong{display:block; padding-top:20px;}
body#storeblog #storeblogContents .read{margin:34px 0px 60px 0px; text-align:center;}
body#storeblog #storeblogContents #storeblogSection{width:100%!important; float:none; margin:0 auto;}
body#storeblog #storeblogContents #storeblogSection ul{overflow:hidden;}
body#storeblog #storeblogContents #storeblogSection ul li{width:47%; float:left; margin-right:6%; margin-bottom:60px;}
body#storeblog #storeblogContents #storeblogSection ul li:nth-child(2n){margin-right:0;}
body#storeblog #storeblogContents #storeblogSection ul li a{text-decoration:none;}
body#storeblog #storeblogContents #storeblogSection ul li a dl dt{margin:16px 0px 14px 0px;}
body#storeblog #storeblogContents #storeblogSection ul li a dl dd{}
body#storeblog #storeblogContents #storeblogSection ul li .image img{width:100%; height:auto; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
body#storeblog #category{width:100%; float:none;margin-top:40px;}
body#storeblog #category h3{border:none!important; background:none; padding:20px 0;}
body#storeblog #category h3 strong{font-weight:normal; display:block; margin-bottom:8px;}
body#storeblog #category ul{border:none!important; border-top:none; padding:14px 0px;}
body#storeblog #category ul li{margin:6px 0px;}
body#storeblog #category ul li a{text-decoration:none;}
body#storeblog #storeblogContents #entrySection{width:100%; float:none;}
body#storeblog #storeblogContents #entrySection dl dt strong{display:block; margin:10px 0px 15px 0px;}
body#storeblog #storeblogContents #entrySection .entryBody{padding-top:30px; overflow:hidden;}
body#storeblog #storeblogContents #entrySection .entryBody p{margin-bottom:20px;}
body#storeblog #archiveSection{margin-top:30px;}
body#storeblog #archiveSection .inner{}
body#storeblog #archiveSection ul{border:none;overflow:hidden;}
body#storeblog #archiveSection ul li{width:100%; margin-bottom:40px; float:left; overflow:hidden;}
body#storeblog #archiveSection ul li a{text-decoration:none; display:block; margin-right:6%;}
body#storeblog #archiveSection ul li .image{width:20.8%; float:left;}
body#storeblog #archiveSection ul li .image img{width:100%; height:auto; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
body#storeblog #archiveSection ul li a dl{width:70%; float:right;}
body#storeblog #archiveSection ul li a dl dt{margin-bottom:10px;}
body#storeblog #archiveSection ul li a dl dd{}
body#storeblog #archiveSection ul li a dl dd.update{margin-top:5px;}
body#storeblog #pagenation ul{text-align:center; margin:60px 0px 0px 0px;}
body#storeblog #pagenation ul li{display:inline-block;}
body#storeblog #pagenation ul li a{margin:0px 4px; padding:5px 10px; text-decoration:none;}
body#storeblog #pagenation ul li a.active{background:#D7EEEC;}
body#storeblog #entryNavSection ul{padding-top:40px; margin-top:60px; overflow:hidden;}
body#storeblog #entryNavSection ul li{width:40%;}
body#storeblog #entryNavSection ul li.prev{float:left; margin-left:0px;}
body#storeblog #entryNavSection ul li.next{float:right; margin-right:0px;text-align: right;}
body#storeblog #entryNavSection ul li a{text-decoration:none;}
body#storeblog #entryNavSection ul li span{font-weight:bold; vertical-align:bottom;}
	/* locationContents */
body#storeblog #locationContents{padding-top:80px;}
body#storeblog #locationContents h2{text-align:left; background:url(../images/sp/index_bg_07.png) no-repeat center left; background-size:140px auto; padding:26px 0px 20px 58px;}


/* coupon */
body#coupon #couponContents2{padding-top:30px;}
body#coupon #couponContents2 h2{
	
	}
body#coupon #couponContents2 h2 span{font-weight:normal;}
body#coupon #couponContents2 h2 strong{
	display:block; padding-top:20px;}
body#coupon #couponContents2 .read{margin:34px 0px 34px 0px; text-align:center;}
body#coupon #couponContents2 .couponSection{max-width:940px; margin:0 auto; border:2px solid #B9D1CD; padding:8px; background-image:url(../coupon/images/coupon_bg_01.png), url(../coupon/images/coupon_bg_02.png), url(../coupon/images/coupon_bg_03.png), url(../coupon/images/coupon_bg_04.png); background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; background-position: left top, right top, left bottom, right bottom;}
	@media screen and (max-width: 940px){
		body#coupon #couponContents2 .couponSection{margin:0 10px;}
	}
body#coupon #couponContents2 .couponInner{padding:50px 20px; overflow:hidden;}
body#coupon #couponContents2 .couponSection h3{text-align:center; margin-bottom:30px;}
body#coupon #couponContents2 .couponSection .period{width:100%; margin:0px auto 50px auto; text-align:center;}
body#coupon #couponContents2 .couponSection .period dt{background:#D7EEEC; padding:12px;}
body#coupon #couponContents2 .couponSection .period dd{background:#000; padding:12px; color:#fff;}
body#coupon #couponContents2 .couponSection .image{float:none; width:100%; text-align: center; margin-bottom:20px;}
body#coupon #couponContents2 .couponSection .image img{max-width:120px;max-height:120px;}

	body#coupon #couponContents2 .couponSection .image img.smt{
	    max-width: 90%;
		max-height: none;
		}

body#coupon #couponContents2 .couponSection .text{width:100%; float:none;}
body#coupon #couponContents2 .couponSection .text p{margin-bottom:0;}
	body#coupon #couponContents2 .couponSection .text p.itemLink,
	body#coupon #couponContents2 ul.itemLink{margin:30px 0 0 0; padding:0;}

body#coupon #couponContents2 .couponSection ul.caution{margin:30px 0px 0px 0px;}

body#coupon #couponContents2 .couponSection ul.caution li{
	text-indent: -9px;
	margin-left:10px;
	}

body#coupon #couponContents2 .couponCaution{text-align:center; margin-top:50px;line-height:2em;}
	/* locationContents */
body#coupon #locationContents{padding-top:80px;}
body#coupon #locationContents h2{text-align:left; background:url(../images/sp/index_bg_07.png) no-repeat center left; background-size:140px auto; padding:26px 0px 20px 58px;}
	
/* terms & pp */
body#terms #termsContents{padding-top:30px; margin:0px 10px;}
body#terms #termsContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#terms #termsContents h3{padding-bottom:25px; margin-top:30px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#terms #termsContents dl{margin:0;}
body#terms #termsContents dl dt{margin:20px 0px 20px 0px;}
body#terms #termsContents .read{margin:0px; padding-top:20px;}
	/* termsNav */
body#terms #termsContents nav.termsNav{margin-top:30px;}
body#terms #termsContents nav.termsNav ul{width:70%;}
body#terms #termsContents nav.termsNav ul li{margin-bottom:10px;}
body#terms #termsContents nav.termsNav ul li a{padding:15px 10px; white-space:nowrap;}

/* contact */
body#contact #contactContents{padding-top:30px; margin:0px 10px;}
body#contact #contactContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#contact #contactContents .freedial{
	border:none;
	padding:0;
	margin-top:20px;
	letter-spacing: -0.4em;
	}

body#contact #contactContents .freedial dt,
body#contact #contactContents .freedial dd{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	margin:0 0 10px 0;
	height:50px;
	}

body#contact #contactContents .freedial dt{
	width:100px;
	}
body#contact #contactContents .freedial dt img{
	width: auto;
	max-width:100%;
	}
body#contact #contactContents .freedial dd{
	width:calc(100% - 150px);
	margin-left:10px;
	padding-left:40px;
	background:url(../contact/images/contact_icon_01.png) no-repeat;
	background-position: left center;
	letter-spacing:1px;
	background-size:30px;
	line-height:50px;
	}
body#contact #contactContents .freedial dd a{
	pointer-events: auto;
	text-decoration: underline;
	}

body#contact #contactContents .caution{text-align:center; margin-top:60px;}
body#contact #contactContents .caution dt{margin-bottom:6px;}
	
/* brand */
body#brand #brandContents{width:90%!important; padding-top:30px;margin:0 auto;}
body#brand #brandContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#brand #brandContents h2 span{font-weight:normal;}
body#brand #brandContents h2 strong{display:block; padding-top:20px;}
body#brand #brandContents h3{text-align:center; padding-bottom:35px; margin-top:70px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#brand #brandContents .read{text-align:center; padding:30px 0px 20px 0px;}
body#brand #brandContents .brandSection{
	width:100%;
	padding-top:80px;
	margin-top:-80px;
	padding-bottom:60px;

	}
body#brand #brandContents div.clearfix .brandSection:first-child{float:none!important;}
body#brand #brandContents div.clearfix .brandSection:last-child{float:none!important;}
body#brand #brandContents .brandSection .image{margin-bottom:10px!important;}
body#brand #brandContents .brandSection .image,
	body#brand #brandContents .brandSection .imageWhite{border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;
		width:200px!important; height:100px; text-align:center; vertical-align:middle;
		margin:0 auto;
		display: block;
		position:relative;
}
body#brand #brandContents .brandSection img{width:64px!important;
	width:100px!important;
	display: block;
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	margin:auto auto;
}
body#brand #brandContents .brandSection dl{display:none;width:100%!important; padding-left:0;}
body#brand #brandContents .brandSection dl dd:nth-child(2){text-align:center; margin:12px 0px;}
body#brand #brandContents .brandCaution{text-align:center; margin-top:60px; padding-top:90px; background:url(../images/common_bg_title.png) no-repeat center top;}
body#brand #brandContents .brandSection p.tex{margin-top:0;padding:10px 0 30px 0;font-size:13px;font-weight:normal;}

body#brand #brandContents #brandSection1,
body#brand #brandContents #brandSection2,
body#brand #brandContents #brandSection3,
body#brand #brandContents #brandSection4,
body#brand #brandContents #brandSection5,
body#brand #brandContents #brandSection6,
body#brand #brandContents #brandSection7,
body#brand #brandContents #brandSection8,
body#brand #brandContents #brandSection9{
	padding-top:80px;margin-top:-80px;
	position: relative;
}
body#brand #brandContents #brandSection5 dl,
body#brand #brandContents #brandSection6 dl,
body#brand #brandContents #brandSection7 dl,
body#brand #brandContents #brandSection8 dl,
body#brand #brandContents #brandSection9 dl{
	display: block;
}

	/* locationContents */
body#brand #locationContents{padding-top:80px;}
body#brand #locationContents h2{text-align:left; background:url(../images/sp/index_bg_07.png) no-repeat center left; background-size:140px auto; padding:26px 0px 20px 58px;}


	
/* storelocation */
body#storelocation #locationContents{padding-top:40px;}
body#storelocation #locationContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#storelocation #locationContents h2 span{font-weight:normal;}
body#storelocation #locationContents h2 strong{display:block; padding-top:20px;}
body#storelocation #locationContents .read{text-align:center; padding-top:30px;}
body#storelocation #locationContents p.button{text-align:center; padding-top:50px; margin-bottom:80px;}
body#storelocation #locationContents p.button a{border:1px solid #D7EEEC; text-decoration:none; padding:16px 35px;}
body#storelocation #locationContents p.button a span{vertical-align:bottom; margin-left:5px;}
body#storelocation #locationContents nav.locationNav{margin-bottom:30px;}
body#storelocation #locationContents .storeSection{width:90%; padding-top: 45px;}
body#storelocation #locationContents .storeSection h3{font-weight:normal;font-size:20px;}
body#storelocation #locationContents .storeSection ul{width:100%;overflow:hidden; margin:15px 0px;}
body#storelocation #locationContents .storeSection ul li{
	float:left; margin-right:8px;font-size:11px; font-weight:normal;
	}
body#storelocation #locationContents .storeSection p.add{width:100%;}
body#storelocation #locationContents .storeSection .block p.add span{display: block;}
body#storelocation #locationContents .storeSection .block{width:100%; margin-left:0px;}
body#storelocation #locationContents .storeSection .image{width:100%;margin-bottom:8px;}
body#storelocation #locationContents .storeSection .image img{width:100%;}
body#storelocation #locationContents .storeSection .navitime{
	text-align:center;
	margin-top:20px;
	right:0;top:0;
	}
body#storelocation #locationContents .storeSection p.blog,
body#storelocation #locationContents .storeSection p.navitime,
body#storelocation #locationContents .storeSection p.line{
	width: calc(100% / 3 - 11px );
	height:31px;
	margin:20px 5px 0 0; padding:0;
	display: inline-block;
	vertical-align: top;
	}
body#storelocation #locationContents .storeSection .blog a,
body#storelocation #locationContents .storeSection .navitime a,
body#storelocation #locationContents .storeSection .line{
	width:100%!important;
	margin:0;
	padding:5px 0 4px 0; color:#fff;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	text-decoration:none; display: block; width:30px;
	text-align: center;
	}


body#storelocation #locationContents .legend{
	width: calc(100% - 40px);
	}
body#storelocation #locationContents .legend ul li{
	width:100%;
	margin-right:0;
	margin-bottom:5px;
	}
/*
-------------------------------------------------------- old css
*/
	/* serviceSection */
body#about #aboutContents .serviceSection{margin:30px 10px 0px 10px;
	font-weight: normal;
	}


body#about #aboutContents .serviceSection dl{width:100%;}
body#about #aboutContents #serviceSection1 ul li{margin-bottom:40px;}
body#about #aboutContents #serviceSection1 ul li:last-child{margin-bottom:0px;}
body#about #aboutContents #serviceSection1 ul li .image{float:none; width:100%;}
body#about #aboutContents #serviceSection1 ul li dl{width:100%; float:none;}
body#about #aboutContents #serviceSection1 ul li dl dt{text-align:center; margin-top:30px;}
body#about #aboutContents #serviceSection1 .text{margin:15px 0 15px 0;
	font-size:14px!important;
	}
body#about #aboutContents #serviceSection1 .text strong{display:block; text-align:center;}
body#about #aboutContents #serviceSection1 .caution{margin:12px 20px 0px 20px;}
body#about #aboutContents #serviceSection2 .skincare dd{text-align:left;
	font-size:14px!important;
	}
body#about #aboutContents #serviceSection2 ul{margin-top:30px;}
body#about #aboutContents #serviceSection2 ul li{width:100%; float:none; margin-right:0px; margin-bottom:20px; overflow:hidden;}
body#about #aboutContents #serviceSection2 ul li .image{
	float:none; width:100%;
	text-align: center;
	}
body#about #aboutContents #serviceSection2 ul li .image img{
	width:80%;
	}
body#about #aboutContents #serviceSection2 ul li dl{
	float:none; width:100%;
	text-align:left; margin-top:20px;
	}

body#about #aboutContents #serviceSection2 ul li dl dt,
body#about #aboutContents #serviceSection2 ul li dl dd.desc{
	display: inline-block;
	padding-top:6px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	}
body#about #aboutContents #serviceSection2 ul li dl dt{ margin-right:10px; }

body#about #aboutContents #serviceSection2 ul li dl .desc{
	width:100%; height:auto; display:block; text-align:left;
	vertical-align:inherit;
	font-size: 16px;
	font-weight: bold;
	}
body#about #aboutContents #serviceSection3 ul li{margin-bottom:30px;}
body#about #aboutContents #serviceSection3 ul li .image{float:none; width:100%;}
body#about #aboutContents #serviceSection3 ul li dl{width:100%; float:none;}
body#about #aboutContents #serviceSection3 ul li dl dt{text-align:center; margin-top:15px;}
body#about #aboutContents #serviceSection3 .text{margin:15px 0 0px 0;}
body#about #aboutContents #serviceSection3 .caution{margin:30px 0;}
	/* workshopSection */
body#about #aboutContents #workshopSection1{background:#F2F8F7; padding:50px 10px!important; margin:20px 0 0px 0;}
body#about #aboutContents #workshopSection2{padding:20px 0px; margin:0px 10px;}
body#about #aboutContents #workshopSection2 ul li dl dd.update{margin-top:0!important;}
body#about #aboutContents .workshopSection nav{margin-top:20px;}
body#about #aboutContents .workshopSection ul li{width:100%; float:none; margin-bottom:30px!important; overflow:hidden;}
body#about #aboutContents .workshopSection ul li:nth-child(even){float:none;}
body#about #aboutContents .workshopSection ul li a{display:block; text-decoration:none;}
body#about #aboutContents .workshopSection ul li a .image{width:21.9%;}
body#about #aboutContents .workshopSection ul li a .image img{width:100%; height:auto;}
body#about #aboutContents .workshopSection ul li a dl{padding-left:27.3%;}
body#about #aboutContents .workshopSection ul li a dl dd{} 

body#about #aboutContents #serviceSection1 .text,
body#about #aboutContents #serviceSection2 .text,
body#about #aboutContents #serviceSection3 .text,
body#about #aboutContents #serviceSection1 ul li dl dd.text,
body#about #aboutContents #serviceSection2 ul li dl dd.text,
body#about #aboutContents #serviceSection3 ul li dl dd.text{
	font-size:14px!important;
	}

/*
--------------------------------------------------------
*/




/* about */
body#about #aboutContents{padding-top:40px!important;}
body#about #aboutContents .header{border-bottom:none; margin-bottom:0px;text-align: center!important;}
body#about #aboutContents h2{padding-bottom:25px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#about #aboutContents h3{padding:20px 0px 25px 0px; background:url(../images/common_bg_title.png) no-repeat center bottom; background-size:90px auto;}
body#about #aboutContents .read{
	padding:20px 10px; text-align: left;
	font-weight: normal;
	}
body#about #aboutContents .dresserimage{margin:20px 0px 0px 0px;}

/* guideNav */
body#about #aboutContents nav.guideNav ul{
	width:100%;
	margin:20px auto 0 auto;
	}

body#about #aboutContents nav.guideNav ul li{
	width:calc((100% - 10px)/2);
	background-size:30px;
	}
body#about #aboutContents nav.guideNav ul li:nth-child(2n){ margin-right:0; }
body#about #aboutContents nav.guideNav ul li:last-child{ margin:-2px; }
body#about #aboutContents nav.guideNav ul li a{ padding-left:50px; }
body#about #aboutContents nav.guideNav ul li:last-child a{ font-size: 12px; }
body#about #aboutContents nav.guideNav ul li a:after{ right:10px; }

/* serviceSection */
body#about #aboutContents .serviceSection2018{
	padding-top:10px;
	}
body#about div.wrapColor{
	background:none;
	border-top:none;
	}
body#about #aboutContents .serviceSection2018 ul li{
	width: 100%;
	margin:-80px 0 0 0;
	padding:80px 0 0 0;
	}
body#storelocation #locationContents .storeSection div.ankerMargin{

	}
body#about #aboutContents .serviceSection2018 ul li .wrap{
	border:none;
    border-bottom: 1px solid #badbd9;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
	position: relative;
	min-height:185px;
	}

body#about #aboutContents .serviceSection2018 ul li:nth-child(8){

	}
body#about #aboutContents .serviceSection2018 ul li:nth-child(8) .wrap{
	width:calc( 100% - 40px );
	padding:20px;
	border: 1px solid #b69258;
	border-radius:10px;
	}


body#about #aboutContents .serviceSection2018 ul li dl,
body#about #aboutContents .serviceSection2018 ul li:nth-child(6) dl{
	width:calc( 100% - 85px );
	margin:0;
	padding:0;
	}
body#about #aboutContents .serviceSection2018 ul li:nth-child(5) dl,
body#about #aboutContents .serviceSection2018 ul li:nth-child(7) dl{
	width:calc( 100% - 25px );
	}



body#about #aboutContents .serviceSection2018 ul li:nth-child(2n) dl{ margin-left:90px; }
	body#about #aboutContents .serviceSection2018 ul li:nth-child(8) dl{ margin-left:0; }
body#about #aboutContents .serviceSection2018 ul li dt{
	font-size:17px;
	}
body#about #aboutContents .serviceSection ul li dd.text{
	font-size:13px;
	line-height: 28px;
	}
body#about #aboutContents .serviceSection2018 ul li dd.text br{ display: none; }
body#about #aboutContents .serviceSection2018 ul li dd.text br.smt{ display: block; }
	body#about #aboutContents .serviceSection2018 ul li:nth-child(1) img.guidIll{ width:65px; top:0; right:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(2) img.guidIll{ width:65px; top:50px; left:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(3) img.guidIll{ width:90px;  top:-25px; right:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(4) img.guidIll{ width:65px;  top:110px; left:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(5) img.guidIll{ width:135px;  top:-30px; right:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(6) img.guidIll{ width:65px;  top:90px; left:0;}
	body#about #aboutContents .serviceSection2018 ul li:nth-child(7) img.guidIll{ width:100px;  top:-30px; right:0;}
body#about #aboutContents .serviceSection2018 ul li dd.text a{
	font-size:14px;
	}


	/* workshopSection */
body#about #aboutContents #workshopSection1{background:#F2F8F7; padding:50px 10px!important; margin:20px 0 0px 0;}
body#about #aboutContents #workshopSection2{padding:20px 0px; margin:0px 10px;}
body#about #aboutContents #workshopSection2 ul li dl dd.update{margin-top:0!important;}
body#about #aboutContents .workshopSection nav{margin-top:20px;}
body#about #aboutContents .workshopSection ul li{width:100%; float:none; margin-bottom:30px!important; overflow:hidden;}
body#about #aboutContents .workshopSection ul li:nth-child(even){float:none;}
body#about #aboutContents .workshopSection ul li a{display:block; text-decoration:none;}
body#about #aboutContents .workshopSection ul li a .image{width:21.9%;}
body#about #aboutContents .workshopSection ul li a .image img{width:100%; height:auto;}
body#about #aboutContents .workshopSection ul li a dl{padding-left:27.3%;}
body#about #aboutContents .workshopSection ul li a dl dd{} 

	/* locationContents */
body#about #locationContents{padding-top:20px;}
body#about #locationContents h2{text-align:left; background:url(../images/sp/index_bg_07.png) no-repeat center left; background-size:140px auto; padding:26px 0px 20px 58px;}
/* membersSection */
body#about #aboutContents .membersSection{overflow:hidden; margin:30px 10px 20px 10px;}
body#about #aboutContents .membersSection .image{width:auto; float:none;}
body#about #aboutContents .membersSection .image img{width:79.5%;}
body#about #aboutContents .membersSection .text{padding-top:0px; width:auto; float:none;}
body#about #aboutContents .membersSection .text p{padding-bottom:20px;}

body#about #aboutContents .membersSection p,
body#about #aboutContents .membersSection dl,
body#about #aboutContents .membersSection dt,
body#about #aboutContents .membersSection dd{
	font-size:13px;
	line-height:22px;
	}
body#about #aboutContents .membersSection dl.conditions{
	margin-top: 40px;
    margin-bottom: 20px;
	}
body#about #aboutContents .membersSection dd{
	text-align: left;
	}

body#about #aboutContents .carddesign li img{
	width: 100%;
	}
body#about #aboutContents .goldmember{
	padding:20px 20px;
	}
body#about #aboutContents .goldmember strong{
	font-size: 18px;
	margin-bottom:20px;
	}
body#about #aboutContents .wrapColor2 ul.list-brand{
	margin-top:0;
	}
body#about #aboutContents .wrapColor2 ul.list-brand li img{
	width:90%;
	}
body#about #aboutContents .serviceSection2018 ul li:nth-child(3) dl{
	width: 100%;
	}
body#about #aboutContents .wrapColor2 ul.list-brand li:nth-child(2) img{
	width:72%;
	margin-bottom: 2px;
	}
body#about #aboutContents .goldmember p{
	text-align: left;
	}
body#about #aboutContents .goldmember img{
	max-width:165px;
	}
body#about #aboutContents .goldmember .listtex{

	}
body#about #aboutContents .goldmember .listtex li:nth-child(1){
	margin-bottom:5px;
	}
body#about #aboutContents .goldmember .listtex li{
	text-align: left;
	font-size: 13px;
	}

body#about #aboutContents .goldmember .caution,
body#about #aboutContents .wrapColor2 .caution,
body#about #aboutContents .outcaution{
	text-align: left;
	padding-left:15px;
	text-indent:-15px;
	}
body#about #aboutContents .goldmember .caution li:before,
body#about #aboutContents .wrapColor2 .caution:before,
body#about #aboutContents .outcaution .caution li:before{
	content:"※";
	margin-right:5px;
	font-size:12px;
	}
body#about #aboutContents .goldmember .listtex li .caution{
	margin:0px 0 40px -30px;
	}


body#about #aboutContents .membersSection dl.bn-alb dt,
body#about #aboutContents .membersSection dl.bn-elg dt,
body#about #aboutContents .membersSection dl.bn-ign dt{
	padding-left:0; text-align: left; font-size:13px;
	margin:0 auto 10px auto;
	width: auto;
	}
body#about #aboutContents .membersSection dl.bn-elg dt{
	margin-top:90px!important;
	}

body#about #aboutContents .membersSection dl.bn-alb dt .logo,
body#about #aboutContents .membersSection dl.bn-elg dt .logo,
body#about #aboutContents .membersSection dl.bn-ign dt .logo{
	position: relative;
	top:0;
	display: block;
	margin:20px auto;
	}

body#about #aboutContents .membersSection dl.benefits dd.image,
body#about #aboutContents .membersSection dl.benefits dd.text{
	display:block;
	width: auto;
	margin:0 0 20px 0;
	padding:0;
	}
body#about #aboutContents .membersSection dl.benefits dd.image img{
	width:100%;
	}
body#about #aboutContents .membersSection dl.benefits dd.image h4 {
    margin: 0 auto 20px auto;
	}

body#about #aboutContents .outcaution{
	margin:0 auto 40px auto;
	}
/*============================================================

	　20190420 改修

============================================================ */
body#about #aboutContents  div.guide_illust{
	padding-top:40px;
	}
body#about #aboutContents .read{
	text-align:center; padding:30px 0 0 0;
	font-size:14px;
	line-height:32px;
	}
body#about #aboutContents  div.guide_illust a.btnAbout1,
body#about #aboutContents  div.guide_illust a.btnAbout2{
	position: absolute;
	top:0;
	transition: 1.0s ;
	width:33.3%;
	}
body#about #aboutContents  div.guide_illust a.btnAbout1 .ov,
body#about #aboutContents  div.guide_illust a.btnAbout2 .ov,
body#about #aboutContents  div.guide_illust a.btnAbout1 .circle,
body#about #aboutContents  div.guide_illust a.btnAbout2 .circle{
	display: none;
	}

body#about #aboutContents  div.guide_illust a.btnAbout1{
	top:0;
	left:0;
	}
body#about #aboutContents  div.guide_illust a.btnAbout2{
	right:0;
	top:auto;
	bottom:0;
	}
body#about #aboutContents  div.guide_illust a.btnAbout1 .arrow,
body#about #aboutContents  div.guide_illust a.btnAbout2 .arrow{
	display: block;
	position: absolute;
	top:auto;
	bottom:5px;
	left: 0; right:0;
	/*animation:blink 1.5s ease-in-out infinite alternate;*/
	margin: auto;
	}
body#about #aboutContents  div.guide_illust a img.smt{
	display: block;
	top:0; bottom:0;
	left:0; right:0;
	margin:auto;
	}
body#about #aboutContents  div.guide_illust a img.pc{
	display: none;
	}
body#about #aboutContents .attendant p{
	font-size: 11px;
	}
body#about #aboutContents #zone1,
body#about #aboutContents #zone2{
    padding-top: 40px;
    margin-top: -20px;
	}

body#about #aboutContents #zone1 .wrap,
body#about #aboutContents #zone2 .wrap{
	padding:30px 20px;
	border: 1px solid;
	margin:0 auto 0 auto;
	max-width:550px;
	}
body#about #aboutContents #zone1 .wrap{ border-color: #e41373; }
body#about #aboutContents #zone2 .wrap{ border-color: #009da6; }

body#about #aboutContents #zone1 .wrap h3,
body#about #aboutContents #zone2 .wrap h3{
	background: none;
	padding:10px 0 10px 0;
	color: #b69258;
	position: relative;
	}
body#about #aboutContents #zone1 .wrap h3 span,
body#about #aboutContents #zone2 .wrap h3 span{
	font-size:10px;
	letter-spacing:normal;
	position: absolute;
	top:0; bottom:0;
	left: 0; right: 0;
	margin:0 auto  auto  auto;
	}
body#about #aboutContents #zone1 .wrap h3 img,
body#about #aboutContents #zone2 .wrap h3 img{
	height:100px;
	}
body#about #aboutContents #zone1 .wrap p,
body#about #aboutContents #zone2 .wrap p{
	font-size: 12px;
	line-height:30px;
	text-align: center;
	color:#333;
	}
body#about #aboutContents .attendant{
	margin:20px auto 40px auto;
	}

body#about #aboutContents h2.middle{
	font-size: 16px;
	line-height:32px;
	}

body#about #aboutContents .serviceSection2019 ul li .wrap{
    border: 6px solid #badbd9;
	border-radius:14px;
    width: 90%;
    max-width: 640px;
	min-height:300px;
    margin: 0 auto 40px auto;
    padding:10px;
	position: relative;
	}

body#about #aboutContents .serviceSection2019 ul li img.guidIll{
	position: relative;
	top: 0; bottom:0;
	left:0; right:0;
	width:auto;
    max-width: 75%;
	margin:auto;
	display: block;
	}
	body#about #aboutContents .serviceSection2019 ul li:nth-child(1) img.guidIll,
	body#about #aboutContents .serviceSection2019 ul li:nth-child(2) img.guidIll,
	body#about #aboutContents .serviceSection2019 ul li:nth-child(3) img.guidIll{
		position: relative;
		top: auto; bottom: auto;
		left: auto; right: auto;
		}

	body#about #aboutContents .serviceSection2019 ul li dl,
	body#about #aboutContents .serviceSection2019 ul li p{
		width:calc(100% - 0px);
		margin:auto;
		background-repeat: no-repeat;
		}
	body#about #aboutContents .serviceSection2019 ul li:nth-child(2n) dl,
	body#about #aboutContents .serviceSection2019 ul li:nth-child(2n) p{
		margin-left:0;
		margin-left: auto;
		margin-right:auto;
		}
	body#about #aboutContents .serviceSection2019 ul li:nth-child(1) dl,
	body#about #aboutContents .serviceSection2019 ul li:nth-child(2) dl,
	body#about #aboutContents .serviceSection2019 ul li:nth-child(3) dl{
		margin-top:0;
		}
	body#about #aboutContents .serviceSection2019 ul li dt img{
		height:30px;
		}
	body#about #aboutContents .serviceSection2019 ul li dd.en{
		font-size:12px;
		}

body#about #aboutContents .serviceSection2019 .moreWrap{
	width:auto;
	position: relative;
	right: auto;
	margin-top:40px;
	}
body#about #aboutContents .serviceSection2019 .moreWrap p{
	width: auto;
	display: block;
	}
body#about #aboutContents .serviceSection2019 .moreWrap p:nth-child(1){
	margin-bottom:10px;
	}

body#about #aboutContents .serviceSection2019 #guideSection3 p.caution{
	position: relative;
	bottom:auto;
	width:calc(100% - 10px);
	}




















/* index */
	/* slideContentsSmt */
body#index #slideContentsSmt{height:480px; position:relative;}
body#index #slideContentsSmt .slide{position:absolute; top:0px; left:0px; z-index:9000;}
body#index #slideContentsSmt .nav{position:absolute; top:450px; left:0px; width:100%; text-align:center;}
body#index #slideContentsSmt .nav li{width:14px; height:14px; margin:0px 9px; display:inline-block;}
body#index #slideContentsSmt .nav li a{display:block; width:100%; height:100%; background:url(../images/index_slide_off.png) no-repeat;}
body#index #slideContentsSmt .nav li.active a,
body#index #slideContentsSmt .nav li a:hover{background:url(../images/index_slide_on.png) no-repeat;}
body#index #slide{
	width:90%;
	margin:0 auto;
	}

	/* blogContents */
body#index #blogContents{
	padding:20px 0px 40px 0px;
	}
body#index #blogContents h2{
	background-size:300px;
	padding:10px 0px 18px 60px;
	font-size:21px!important;
	}
body#index #blogContents p.read{
	position:relative;
	top: 0;
    left: 0;
	padding:10px 110px 38px 0;
	background:url(../images/h2-blog2.png) no-repeat;
	background-size: 70px;
    background-position: left 225px top;
	    font-size: 14px!important;
	}
body#index #blogContents #blogselectform{
position: relative;
    padding: 0;
    margin-left: auto;
	margin-right: 5px;
    /*width: 200px;*/
	}
body#index #blogContents #blogselectform select{
position: relative;
    width: 100%;
	font-size: 16px;
	}

body#index #blogContents nav{margin-top:30px; overflow:hidden;}
body#index #blogContents nav ul{overflow:visible;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 40px;
	}
body#index #blogContents nav ul li{
	width: calc( (100% - 40px)/2 );
    float: left;
    margin: 10px;
	}
body#index #blogContents nav ul li a dl dt{margin:8px 0px 7px 0px;}
body#index #blogContents nav ul:nth-child(1) li:nth-child(3),
body#index #blogContents nav ul:nth-child(2) li:nth-child(2),
body#index #blogContents nav ul:nth-child(3) li:nth-child(1){clear:both;}

/* aboutContents */
body#index #aboutContents{
	padding:34px 0px 58px 0px;
	background:url(../images/index_bg_03_sp.png) no-repeat center top 80px #F2F8F7;
	background-size: 80%;
	}
body#index #aboutContents h2{
	padding: 12px 0px 20px 84px;
    font-size: 18px!important;
	background-size: 450px;
	}
body#index #aboutContents p.read{
	font-size: 14px!important;
	padding-top: 200px;
	}
body#index #aboutContents nav.aboutNav{margin:20px auto 60px auto;}
	/* brandContents */
body#index #brandContents{padding:30px 0px 40px 0px; overflow:hidden;}
body#index #brandContents .inner{position:relative;}
body#index #brandContents h2{
	text-align:center; background:url(../images/index_bg_06.png) no-repeat center top;
	background-size:335px;
	padding:5px 0px 40px 0px;
	color:#65b8b1;
	font-size:18px!important;
	font-weight: normal;
	}
body#index #brandContents ul{margin:0px 10px !important; overflow:hidden;}
body#index #brandContents ul li{ width:33%; text-align:center; height:100px; padding:5px 0px;
	margin-bottom:0;
	}

body#index #brandContents p.button{margin-top:30px;}
	/* locationContents */
body#index #locationContents{padding-bottom:40px;}
body#index #locationContents h2{text-align:left; background:url(../images/sp/index_bg_07.png) no-repeat center left; background-size:140px auto; padding:26px 0px 20px 58px;}

body#index #couponContents p:nth-child(1){
	width:30%;
	}
body#index #couponContents p:nth-child(1) img{
	margin-top:-20px;
	}

body#index #couponContents p:nth-child(2){
	width:70%;
	text-align: center;
	}






/*
====================================================================================

nav.locationNav 

====================================================================================
*/
nav.locationNav dl{
	width: 100%;
	margin:0 auto;
	}
nav.locationNav dl dt,
nav.locationNav dl dd{
	display: block;
	letter-spacing: normal;
	width:auto;
	text-align:center;
	margin:0;
	padding:0;
	}

nav.locationNav ul{
	letter-spacing: -0.4em;
	margin:10px auto 20px auto;
	padding-top:10px;
	}
nav.locationNav ul li{
	width:auto;
	display:inline-block;
	margin:0 20px 24px 20px;
	padding:0;
	border-top:none;
	letter-spacing: normal;
	}
nav.locationNav ul li a{
	height:1em;
	font-size:14px;
	}
/*
====================================================================================

nav#footnav 

====================================================================================
*/
footer nav#footnav ul li{
	display:block; margin:0px 5px 0px 0;

	}
footer nav#footnav ul li a{
	font-size:16px;
	line-height:36px;
	}
footer nav#footnav ul li:after{
	content: "";
	}



	/* couponContents */
body#index #couponContents{margin:0 auto 40px auto;}
body#index #couponContents .inner{padding:24px;}
body#index #couponContents .text dt{margin-bottom:20px;}
body#index #couponContents p.button{margin-top:30px!important;margin-left:-40px!important;}
body#index #couponContents p.button a span{display: none;}
body#index #couponContents p.button a{padding:16px 25px;}
		body#index #brandContents ul.brand{margin-left:5.5%;margin-bottom:40px!important;}
		body#index #brandContents ul li{padding:0px;}
		body#index #brandContents ul li:nth-child(1){padding:0px;}
body#index #brandContents ul.brand li{position:relative;height:100px!important;}
body#index #brandContents ul.brand li img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto auto;}
body#index #brandContents ul.brand li:nth-child(1) img{width:76px;}
body#index #brandContents ul.brand li:nth-child(2) img{width:47px;}
body#index #brandContents ul.brand li:nth-child(3) img{width:78px;}
body#index #brandContents ul.brand li:nth-child(4) img{width:69px;}
body#index #brandContents ul.brand li:nth-child(5) img{width:102px;}
body#index #brandContents ul.brand li:nth-child(6) img{width:57px;}
body#index #brandContents ul.brand li:nth-child(7) img{width:48px;}
body#index #brandContents ul.brand li:nth-child(8) img{width:76px;}
body#index #brandContents ul.brand li:nth-child(9) img{width:67px;}

}

@media screen and (max-width: 360px){/*小さめスマホ対応*/

nav.locationNav ul{
	letter-spacing: -0.4em;
	}
nav.locationNav ul li{
	letter-spacing: normal;
	display: inline-block;
	margin:0 0 15px 0;
	min-width:50%;
	}
body#contact #contactContents .freedial dt{
	width:60px;
	}
body#contact #contactContents .freedial dd{
	width:calc(100% - 110px);
	}


body#about #aboutContents nav.guideNav ul li{margin:0 10px 10px 0px;}
body#storelocation #locationContents .storeSection p.add{width:100%;}
body#about #aboutContents .read{
	font-size: 13px!important;
	padding:20px 0;
	}

}