﻿@charset "UTF-8";

/* ▼▼▼ 注目タグ
=====================================*/

/* 注目タグ */
h2{
	font-size: 24px;
	font-weight: normal;
	margin: 0 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:not(:nth-child(4n)){
		margin-right: 1.3%;
		}
	.shop_list li:hover{
		opacity: 0.6;
		}
	.shop_list li p:first-child{
		margin: 0 0 10px;
		}
	.shop_list li .img-container{
		border: 1px solid #ccc;
		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) {

/* 注目タグ */
h2{
	font-size: 20px;
	margin: 30px 0;
	}
.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;
	}
}
