@charset "UTF-8";


.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

#content .w980 > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

/*-- 左カラム --*/

.leftcontent{
	width:180px;
}

.chip ul li{
	margin-bottom: 6px;
}

.chip ul li:before{
	content: '■';
	font-size: 22px;
    vertical-align: bottom;
}

.chip ul li:nth-child(1):before{
	color:#DBD5C3 ;
}

.chip ul li:nth-child(2):before{
	color:#CAC999 ;
}

.chip ul li:nth-child(3):before{
	color:#CAB78A ;
}

.chip ul li:nth-child(4):before{
	color:#BECED0 ;
}

.chip ul li:nth-child(5):before{
	color:#EDDCC7 ;
}

.chip ul li:nth-child(6):before{
	color:#1b9762 ;
}

.chip ul li:nth-child(7):before{
	color:#8691c7 ;
}


.news .newsBox{
	margin-bottom: 20px;
}

.news .newsBox .newsTxt .newsTitle{
	font-size: 14px;
}

.news .newsBox .newsTxt .summary{
	font-size: 12px;
}

.news .newsBox .newsTxt .date{
	font-size: 10px;
}


/*-- 右カラム --*/

.rightcontent{
	width:770px;
}

.rightcontent .title{
	text-align: left;
}


.shopMain .shopTitle .floor {
    background: #a9894a;
    color: #fff;
    padding: 15px;
    margin-right: 10px;
}

.shopMain .shopTitle .shopName {
	font-size: 18px;
    line-height: 1em;
	font-weight: bold;
	margin-right: 10px;
    margin-top: 14px;
}

.shopMain .shopTitle .shopName .kana{
	font-size: 14px;
}

.shopMain .shopTitle .staff{
    background: #e95513;
    color: #fff;
    border-radius: 25px;
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    padding-top: 10px;
}



.shopInfo{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.shopInfo table{
	width: 60%;
}

.shopInfo table tr{
	border-bottom: #c8c9ca 1px solid;
}

.shopInfo table tr:first-child{
	border-top: #c8c9ca 1px solid;
}

.shopInfo table tr th{
	font-weight: bold;
	width: 20%;
	padding: 10px;
}

.shopInfo table tr td{
	padding: 10px;
}


.shopInfo .img{
	flex: 0 0 30%;
}

/*-- ショップニュース --*/

.shopNews .shopNewsBox a{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: #595757 1px dotted;
}

.shopNews .shopNewsBox a .img{
	flex: 0 0 26%;
}

.shopNews .shopNewsBox a .shopNewsTxt{
	flex: 0 0 66%;
}

.shopNews .shopNewsBox a .shopNewsTxt .date{
	font-size: 12px;
}

.shopNews .shopNewsBox a .shopNewsTxt .shopNewsTitle{
	font-weight: bold;
	color:#90743c;
	font-size: 16px;
	margin-bottom: 5px;
}

.shopNews .shopNewsBox a >i{
	flex: 0 0 2%;
	font-size: 24px;
	margin: 0;
    align-self: center!important;
}

/*-- おすすめ商品 --*/

.recom .recomBox .recomTitle{
	font-weight: bold;
    color: #ea5514;
}
.recom .swiper-wrapper .recentBox:first-child{
	margin-left: 22px;
}

.recom .swiper-wrapper .recentBox:nth-child(5n){
	margin-right: 20px!important;
}

.recom .swiper-container{
	padding: 0 40px!important;
}

.recom  .swiper-slide {
    width: 216px!important;
}

.recom .swiper-button-prev, .recom .swiper-container-rtl .swiper-button-next,
.recom .swiper-button-next, .recom .swiper-container-rtl .swiper-button-prev{
	background: rgba(0,0,0,0.8);
    color: #fff;
}

.recom .swiper-button-prev:after, .recom .swiper-container-rtl .swiper-button-next:after,
.recom .swiper-button-next:after, .recom .swiper-container-rtl .swiper-button-prev:after{
    color: #fff;
    line-height: 1.5em;
    padding: 0 7px;
}


/*-- ギャラリー --*/


.gallery .galleryImage {
	position: relative;
    height: 400px;
	margin: 0 auto 20px; 
}
.gallery .galleryImage .mainImage {
    position: absolute;
    top: 0;
    right: 0;
	left: 0;
    text-align: center;
}
.gallery .galleryImage .mainImage .wrap {
	position: relative;
    height: 400px;
}

.gallery .galleryImage .mainImage .wrap img{
	height: 400px;
    width: auto;
}

.gallery .galleryImage .mainImage .wrap .text {
	display: none;
	position: absolute;
	width: 100%;
	height: 26px;
	left: 0;
	bottom: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
}
.gallery .galleryImage .mainImage .wrap .text p {
	padding: 0 10px;
	line-height: 26px;
	color: #fff;
}
.gallery .thumList {
	margin: 0 auto;
	overflow: hidden;
}
.gallery .thumList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
    width: 120px;
}
.gallery .thumList li:nth-child(6n) {
	margin-right: 0;
}
.gallery .thumList li img {
	opacity: 0.6;
}
.gallery .thumList li img:hover {
	opacity: 1;
	cursor: pointer;
}
.gallery .thumList li.active img {
	opacity: 1;
}

/*-- 最近見た店舗 --*/


.moreBtn a {
	width: 450px;
}














