@charset "UTF-8";

.store_photolist	{
	list-style: none;
}

.store_photolist::after	{
	content:"";
	clear: both;
	display: block;
}

.store_photolist li	{
    width: 32%;
    height: calc( (100vw - 3em) * 0.32 );
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.store_photolist li:nth-of-type(3n)	{
	margin-right: 0;
}

.store_photolist li > div	{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.store .lightbox	{
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100vw;
    background-color: #C4C4C4;
    margin-top: -50vw;
    z-index: -1;
    opacity: 0;
	transition-duration:0.4s;
}

.store .lightbox.active	{
	z-index: 100;
	opacity: 1;
}

.store .lightbox figure	{
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
}

.store .lightbox figure img	{
}

.store .lightbox figure.v img	{
	width: auto;
	height: 100%;
}

.store .lightbox figure.h img	{
	width: 100%;
	height: auto;
}

.store .lightbox figcaption	{
	background-image: url(../../store/img/close.svg);
    height: 1.4em;
    background-size: cover;
    width: 1.4em;
    top: 0.5em;
    right: 0.5em;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.store iframe	{
	display: block;
	width: 100%;
}

.store_parking {
    margin-top: 3em;
}

.store_parking h3 {
    border: none;
    color: inherit;
    font-size: 1.1em;
    padding: 0;
    font-family: inherit;
    font-weight: bold;
}

.store_parking img	{
    width: calc( 100% - 6em);
    display: block;
    margin: 0.5em auto 1em;
}

.store_info table	{
    margin: 0 auto;
}

.store_info table tr > *	{
    padding: 0.5em;
}

.store_info table thead th	{
    font-size: 1.2em;
    font-weight: bold;
}

.store_info table tbody th	{
    font-weight: normal;
}


/*■■■■■■■■■■■■■■■■■■■■■■■*/

@media ( min-width: 768px ) {

.store_parking {
    width: 60%;
    text-align: center;
    margin: 3em auto 0;
}

.store_photolist li {
    width: 207px;
    height: 207px;
    margin-right: 13px;
    margin-bottom: 13px;
}

.store .lightbox {
    width: 700px;
    height: 700px;
    left: 50%;
    margin-left: -350px;
    margin-top: -350px;
}



}/*■■■■■■■■■■■■■■■■■■■■■■■*/

@media ( min-width: 1024px ) {

.store_photolist li {
    width: 248px;
    margin-right: 26px;
    margin-bottom: 26px;
    height: 248px;
}

.store iframe {
    width: 478px;
    float: left;
    margin-right: 1em;
}

.store_parking {
    width: 100%;
    text-align: left;
}

.store_parking::after {
	content:"";
	clear: both;
	display: block;
}

.store_parking h3 {
	margin-bottom: 1em;
}

.store_parking img {
    width: calc( 100% - 6em);
    display: block;
    margin: 0.5em auto 1em;
    width: 240px;
    float: left;
    margin-right: 2em;
}

.store_parking img {
    width: 240px;
    float: left;
    margin: 0 2em 0 0;
}











}/*■■■■■■■■■■■■■■■■■■■■■■■*/
