@charset "UTF-8";

.shopMain{
	margin-top:20px;
}


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

.shopMain .shopTitle .shopName {
	font-size: 18px;
    line-height: 1em;
	margin-right: 10px;
    margin-top: 8px;
	flex: 0 0 60%;
}

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


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

.shopImg {
	text-align: center;
}

.shopImg .shopLogo{
	width: 50%;
}


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

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

.shopInfo tr th{
	width: 20%;
	padding: 10px;
}

.shopInfo tr td{
	padding: 10px;
}

.shopConcept{
    margin: 15px auto;
}

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

.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{
	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{
    color: #90743c;
}



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


.gallery .galleryImage {
	position: relative;
    height: 220px;
	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: 220px;
}

.gallery .galleryImage .mainImage .wrap img{
	height: 220px;
    width: auto;
	max-width: 100%;
}

.gallery .galleryImage .mainImage .wrap .text {
	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: 2%;
	margin-bottom: 5px;
    width: 23%;
}
.gallery .thumList li:nth-child(4n) {
	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;
}


/*-- 求人情報 --*/

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

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

.recruit table tr th{
	width: 20%;
	padding: 10px;
	color:#90743c;
}

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












