﻿@charset "UTF-8";

/* ▼▼▼ ミオコレクション
=====================================*/
.main_img{
	max-width: 1000px;
	margin: 50px auto;
	}
	.main_img img{
		width: 100%;
		}
.main_txt{
	margin: 50px auto 75px;
	font-weight: bold;
	text-align: center;
}
.link{
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.link:after{
		display: none;
		}
	.link li{
		font-size: 14px;
		display: table;
		background: #EDE8DF;
		text-align: center;
		width: 24%;
		height: 65px;
		position: relative;
		}
	.link li:not(:nth-child(4n)){
		margin-right: 1.3%;
		}
	.link li:nth-child(n + 5){
		margin-top: 5px;
		}
	.link li a:after{
		font-family: "FontAwesome";
		content: "\f105";
	    font-size: 20px;
	    position: absolute;
	    top: 15px;
	    right: 15px;
		}
	.link li a{
		display: table-cell;
		vertical-align: middle;
		padding: 0 40px;
		}

.shop_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	}
	.shop_list li{
		margin-bottom: 50px;
	    width: 24%;
		}
	.shop_list li:hover{
		opacity: 0.6;
		}
	.shop_list li p:first-child{
		margin: 0 0 10px;
		}
	.shop_list li:not(:nth-child(4n)) {
		margin-right: 1.3%;
		}
	.shop_list li .img-container{
	    border: 1px solid #ccc;
		margin: 0;
		width: 240px;
		height: 240px;
		}
	.shop_list .floor{
		margin: 0;
		}
	.shop_list .shop_name{
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		}
#page_nombre{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	#page_nombre li{
		display: table;
		text-align: center;
		width: 45px;
		height: 45px;
		}
	#page_nombre li:not(:first-child){
		margin-left: 15px;
		}
	#page_nombre li a{
		display: table-cell;
		vertical-align: middle;
		border: 1px solid #ccc;
		color: #666;
		}
	#page_nombre li.active a,
	#page_nombre li a:hover{
		opacity: 1;
		background: #B1A9A9;
		border: 1px solid #B1A9A9;
		color: #fff;
		}


/*
ここからメディアクエリ
 ================================================================================================*/

/* ▼▼▼ 1024px
=====================================*/
@media screen and (max-width: 1024px) {
.shop_list li .img-container{
	margin: 0;
	width: 23vw;
	height: 23vw;
	}
section.container{
	padding: 50px 20px 60px;
	}
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

.main_img{
	margin: 0px auto 40px;
	}
	.main_img img{
		width: 100%;
		}
section.container{
	padding: 0 20px;
	}
.link{
	margin: 0 auto 40px;
	}
	.link li{
		width: 100%;
		height: 50px;
		}
	.link li:not(:last-child){
		margin-bottom: 10px;
		}
	.link li:not(:nth-child(4n)){
		margin-right: 0;
		}
	.link li:nth-child(n + 5){
		margin-top: 0;
		}
	.link li a:after{
		font-family: "FontAwesome";
		content: "\f105";
	    font-size: 20px;
	    position: absolute;
	    top: 8px;
	    right: 15px;
		}

.shop_list{
	font-size: 12px;
	}
	.shop_list li{
		margin-bottom: 30px;
	    width: 48%;
		}
	.shop_list li:not(:nth-child(4n)){
		margin-right: 0;
		}
	.shop_list li:nth-child(odd){
		margin-right: 3vw;
		}
	.shop_list li .img-container{
		width: 43vw;
		height: 43vw;
		}
	.shop_list .shop_name{
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		}
#page_nombre{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 80px;
	}
	#page_nombre li{
		display: table;
		text-align: center;
		width: 37px;
		height: 37px;
		}
	#page_nombre li:not(:first-child){
		margin-left: 10px;
		}
}

		
/* ▼▼▼ 374px
=====================================*/
@media screen and (max-width: 374px) {
#search_area #input02 {
    width: 94px;
    }
}

/* ▼▼▼ 320px
=====================================*/
@media screen and (max-width: 320px) {
#search_area #input01{
	width: 198px;
	}
#search_area #input02{
	width: 75px;
	}
}
