﻿@charset "UTF-8";

/* ▼▼▼ 新着アイテム
=====================================*/

/* ページナビ */
#page_nav{
	background: #FAF7F7;
	padding: 16px 20px;
	margin: 0 auto 50px;
	}
	#page_nav ul{
		max-width: 1000px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		margin: 0 auto;
		}
	#page_nav ul li {
		width: 12.5%;
		text-align: center;
		}
	#page_nav ul li img{
		width: 78px;
		}
	#page_nav ul li a{
		display: block;
		}
/* 注目タグ */
.hashtag{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	}
	.index .hashtag{
		margin: 0 0 40px;
		}
	.hashtag li{
		border: 1px solid #B6AEAE;
		border-radius: 25px;
		font-size: 12px;
		margin-right: 10px;
        margin-bottom: 5px;
		}
    .hashtag a {
        display: block;
        padding: 8px 15px;
    }

/* 検索結果 */
.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 p:first-child{
		margin: 0 0 10px;
		}
	.shop_list li:hover{
		opacity: 0.6;
		}
	.shop_list li  .img-container{
		border: 1px solid #ccc;
		width: 240px;
		height: 240px;
		margin: 0;
		}
	.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;
	margin: 0 auto 50px;
	}
	#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;
		}

/* ディテール */
.detail .img_box{
	max-width: 500px;
	margin: 50px auto 20px;
	}
	.detail .main_img{
		width: 500px;
		height: 500px;
		margin-bottom: 20px;
		}
	.detail .img_box ul{
		overflow: hidden;
		}
	.detail li.change{
		float: left;
		width: 120px;
		height: 120px;
		margin-left: 6.6px;
		}
	.detail li:first-child{
		margin-left: 0;
		}
.detail #item.container{
	margin: 0 auto 60px;
	}
	.detail article{
		margin: 40px 0 50px;
		}
	.detail article p.date{
		font-size: 14px;
		}
	.detail article h3{
		font-size: 24px;
		margin: 0 0 20px;
		}
	.detail #inner_follow{
		margin: 0 0 50px;
		}
	.detail .btn_2 .more_btn:nth-child(2) a{
		background: #B4B4B4!important;
		}


/* ================================================================================================*/

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

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

/* ページナビ */
#page_nav{
	background: #FAF7F7;
	padding: 16px 20px;
	margin: 0 auto 40px;
	}
	#page_nav ul{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		}
	#page_nav ul li {
		width: 25%;
		text-align: center;
		}
	#page_nav ul li img{
		width: 72px;
		}
	#page_nav ul li a{
		display: block;
		}

/* 注目タグ */
.index .hashtag{
	margin: 0 0 30px;
	}
	.hashtag li{
		margin-bottom: 10px;
		}

/* 検索結果 */
.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 li p:first-child{
		margin: 0 0 5px;
		}
	.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;
		}

/* ディテール */
.detail .img_box{
	width: 100%;
	margin: 0 auto 20px;
	}
	.detail .main_img{
		width: 100vw;
		height: 100vw;
		margin-bottom: 10px;
		}
	.detail li.change{
		width: 23.5vw;
		height: 23.5vw;
		margin-left: 2vw;
		}
	.detail li:first-child{
		margin-left: 0;
		}
.detail #item.container{
	margin: 0 auto 40px;
	}
	.detail article{
		margin: 20px 0 40px;
		}
	.detail article p.date{
		font-size: 12px;
		}
	.detail article h3{
		font-size: 16px;
		margin: 0 0 10px;
		}
	.detail #inner_follow{
		margin: 0 0 40px;
		}

}

/* モーダル */
#to_brand_block .more_btn {
	margin: 50px auto 35px;
}
#to_brand_block .more_btn div,
#to_brand_block .more_btn a,
#to_brand_block .close_popup div {
	display: table;
    text-align: center;
    min-width: 200px;
    font-size: 14px;
    height: 50px;
    margin: 0 auto;
    position: relative;
	display: table-cell;
    vertical-align: middle;
    text-decoration: none;
	background-color: #A25E5E;
    color: #fff;
    width: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#to_brand_block .close_popup div {
	background-color: #CCCCCC;
	color: #fff;
}
#to_brand_block .more_btn div:hover,
#to_brand_block .close_popup div:hover {
	cursor: pointer;
}
#to_brand_block .btn_under {
	text-align: center;
	color: #A25E5E;
	font-size: 16px;
	font-weight: bold;
}
#to_brand_block .popup_wrap{
	background: rgba(0,0,0,.5);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
#to_brand_block .popup_wrap.close {
	display: none !important;
}
#to_brand_block .popup_wrap .box_area{
	background: #fff;
	border: 5px solid #A25E5E;
	border-radius: 10px;
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	max-width: 450px;
	padding: 40px 35px;
	overflow-y: auto;
	max-height: 90%;
}
#to_brand_block .popup_wrap .box_area .intro {
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
}
#to_brand_block .popup_wrap .box_area .border_area {
	border-top: dotted 1px #000000;
	margin-top: 25px;
	padding-top: 20px;
}
#to_brand_block .popup_wrap .box_area .border_area .hope {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#to_brand_block .popup_wrap .box_area .border_area .hope:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 150%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9.5px 0 9.5px;
	border-color: #000000 transparent transparent transparent;
}
#to_brand_block .popup_wrap .box_area .border_area .hope span {
	font-size: 22px;
	font-weight: bold;
	color: #A25E5E;
	position: relative;
}
#to_brand_block .popup_wrap .box_area .border_area .hope span:before {
	content: "・";       /* 文字の上に置くものを指定 */
	position: absolute; /* 相対位置とする */
	top: -1em;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
	left: 0;            /* 横方向の表示位置を調整 */
}
#to_brand_block .popup_wrap .box_area .border_area .circle_wrap {
	display: flex;
	font-size: 11px;
	font-weight: bold;
	justify-content: center;
	margin-top: 27px;
}
#to_brand_block .popup_wrap .box_area .border_area .circle_wrap .circle {
	text-align: center;
	color: #fff;
	background-color: #A25E5E;
	border-radius: 100px;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	line-height: 1.3;
}
#to_brand_block .popup_wrap .box_area .border_area .circle_wrap + p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
}
#to_brand_block .popup_wrap .box_area .border_area .kome {
	font-size: 13px;
	margin: 30px auto;
	text-indent: -1em;
	padding-left: 2em;
}
#to_brand_block .popup_wrap .box_area .check {
	text-align: center;
	margin: 20px auto 30px;
	font-size: 14px;
    font-weight: bold;
}
#to_brand_block .popup_wrap .box_area .to_brand_site {
	margin: 30px auto 15px;
}
#to_brand_block .popup_wrap .box_area .to_brand_site a {
	background-color: #000000;
}
@media all and (-ms-high-contrast: none) {
	#to_brand_block .popup_wrap .box_area .to_brand_site {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	#to_brand_block .btn_under {
		font-size: 14px;
	}
	#to_brand_block {
		margin-bottom: 50px;
	}
	#to_brand_block .popup_wrap .box_area{
		width: calc(100% - 30px);
		max-height: 95%;
		padding:15px;
	}
	#to_brand_block .popup_wrap .box_area .border_area {
		border-top: dotted 1px #000000;
		margin-top: 12px;
		padding-top: 15px;
	}
	#to_brand_block .popup_wrap .box_area .border_area .circle_wrap + p {
		margin-top: 14px;
	}
	#to_brand_block .popup_wrap .box_area .border_area .kome {
		margin: 8px auto;
	}
	#to_brand_block .popup_wrap .box_area .check {
		margin:10px auto 0;
	}
	#to_brand_block .popup_wrap .box_area .to_brand_site {
		margin: 15px auto;
	}
	#to_brand_block .popup_wrap .box_area .border_area .circle_wrap {
		display: flex;
		font-size: 11px;
		font-weight: bold;
		justify-content: center;
		width: 90%;
		margin: 27px auto 0;
	}
}
