@charset "UTF-8";
/*
common-flex
*********************************/

#store{
	padding:6em 0 3em 0;
}



#store section{
	margin-bottom:4em;
}

#store section h1{
	font-size:30px;
	color:#4d4d4d;
	text-align:center;
	font-weight:600;
	margin-bottom:1.5em;
	padding-bottom:0.5em;
	border:none;
	position:relative;
}


#store section h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #af1d7b;
    speak: none;
}

.store-photo{
	width:100%;
}

@media(max-width:640px){
	#store section h1{font-size:26px;margin-bottom:1em;}
}

.store-box-detail{
	max-width:800px;
	margin:0 auto;
	margin-bottom:3em;
}

.store-box-detail dl {
    border-bottom: 1px solid #dedede;
    line-height: 1.4;
    padding: 25px 0;


    display: -webkit-flex; display: -ms-flexbox; display: flex; 
     -ms-flex-flow:row nowrap; flex-flow:row nowrap;
      -webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
      -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
      width:100%;
}
.store-box-detail dl:first-child {
    border-top: 1px solid #dedede;
}



.store-box-detail dl dt{
	width:15em;
	color:#4d4d4d;
	font-weight:600;
	
}
.store-box-detail dl dt.shop-name{
	width:100%;
}


.store-box-detail dl dd{
	width:calc(100% - 15em);
	color:#4d4d4d;
	position:relative;
}

.store-box-detail.service dl dd{
	width:100%;
	color:#4d4d4d;
}

.store-box-detail.service dl dd p.ttl{
	margin-bottom:0.4em;
}


.store-box-detail dl dd  a[class^="icon-"]{
	background-color: #fff;
    border-radius: 0.5em;
    line-height: 1.3em;
    border: 1px solid #dedede;
    color: #212121;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    text-align: center;
    position:absolute;
    right:0;
    bottom:-0.8em;
}

.store-box-detail dl dd  a.icon-store:before {
    display: inline-block;
    height: 1.3em;
    width: 1.3em;
    background: url(/wp-content/themes/AEON/images/icon-cart.png) 50% 50% no-repeat;
    background-size:1.3em 1.3em;
    content: '';
    margin-right: 0.5em;
     position: relative;
    top: 0.2em;
 }
.store-box-detail dl dd  a.icon-access:before {
    display: inline-block;
    height: 1.3em;
    width: 1em;
    background: url(/wp-content/themes/AEON/images/icon-access.png) 50% 50% no-repeat;
    background-size: 1em 1.3em;
    content: '';
    margin-right: 0.4em;
    position: relative;
    top: 0.2em;
}
.store-box-detail dl dd  a.icon-pdf:before {
    display: inline-block;
    height: 1.3em;
    width: 1em;
    background: url(/wp-content/themes/AEON/images/icon-pdf.png) 50% 50% no-repeat;
    background-size: 1em 1.3em;
    content: '';
    margin-right: 0.4em;
    position: relative;
    top: 0.2em;
}




.store-box-detail.service dl dd span{
	font-size:0.9em;
	display:inline-block;
	padding:0.2em 0.7em;

}
.store-box-detail.service dl dd span:not(:last-child){
	border-right:1px solid #CCC;
}








@media(max-width:767px){

	.store-box-detail dl {
		-ms-flex-flow:column nowrap; flex-flow:column nowrap;

	}
	.store-box-detail dl dt,.store-box-detail dl dd{
		width:100%;
	}
	.store-box-detail dl dt{
		margin-bottom:0.4em;
	}




}




#store #handling{
	max-width:800px;
	margin:0 auto;
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-ms-flex-flow:row wrap; flex-flow:row wrap;
	-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
	-webkit-align-items: center;  -ms-flex-align: center; align-items: center;
}

#store #handling.flexcenter{
	-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
}

#store #handling span{
	width:calc(100% / 6);
	display:block;
	line-height:1.3em;
	text-align:center;
	margin-bottom:1.5em;
	color:#4d4d4d;
	font-weight:300;
	border-right: 1px solid #dedede;
	font-size:16px;
	padding:0.6em 0.3em;
}
#store #handling span:nth-child(6n+1){
	border-left: 1px solid #dedede;
}

@media(max-width:800px){



	#store #handling span{
		width:calc(100% / 4);
		font-size:15px;
	}
	#store #handling span:nth-child(6n+1){
		border-left: none;
	}
	#store #handling span:nth-child(4n+1){
		border-left:  1px solid #dedede;
	}
}

@media(max-width:640px){
	#store #handling.flexcenter{
		-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
	}

	#store #handling span{
		width:calc(100% / 3);
		font-size:3.4vmin;
	}
	#store #handling span:nth-child(6n+1){
		border-left: none;
	}
	#store #handling span:nth-child(4n+1){
		border-left: none;
	}
	#store #handling span:nth-child(3n+1){
		border-left:  1px solid #dedede;
	}
}


.map-area{ 
    width:100%;
    padding:1em 0;
    height:440px;
    margin-top:2em;
}
.map-area iframe{ 
    width:100%;
    height:100%;
}
@media(max-width:999px){
    .map-area{ height:350px;}
}




.floor-map-area{
	background: #f5f5f5;
	padding:1em;
}
.floor-map-area a{
	display:block;
	padding:1em;
	background:#FFF;
}

.floor-map-area img{
	width:100%;
}

#floor a.icon-pdf::before{
	content:"\00A0";
	display:inline-block;
	width:1em;
	height:1em;
	margin-right:1em;
	background: url(/wp-content/themes/AEON/images/icon-pdf.png) 50% 50% no-repeat;
	background-size:100% 100%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
















