@charset "UTF-8";

/*  index contents */
.shop-index{
	margin-top: 50px;
}
.shop-index .lst-link-anchor {
	margin-bottom: 60px;
}
.shop-lst-emphasis {
	margin-top: 32px;
	font-size: 14px;
}
.shop-lst {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 60px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.shop-lst.-narrow {
	padding-left: 24px;
	padding-right: 24px;
}
.shop-lst.-feature {
	padding: 24px;
	background-color: #eeede9;
	margin-bottom: 48px;
}
.shop-lst-box {
	display: flex;
	flex-direction: column;
	transition: opacity 0.3s ease;
}
.shop-lst-box-image {
	position: relative;
}
.shop-lst-box-image .lbl-cat {
	position: absolute;
	top: 0;
	right: 0;
}
.shop-lst-box-image + .shop-lst-box-content {
	margin-top: 25px;
}
.shop-lst-box-title {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.75;
	color: #000;
}
.shop-lst-box-title span,
.shop-label{
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 8px;
	background: #333;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	text-align: center;
}
.shop-label {
	margin-top: 12px;
}
.shop-lst-box-text {
	font-size: 12px;
	line-height: 1.67;
	color: #828282;
	margin-top: 13px;
}
.shop-lst-box-link{
	margin-top: 20px;
	max-width: 110px;
}
.shop-lst-box-link .btn{
	width: 100%;
	max-width: 100%;
	font-size: 12px;
	padding: 9px 0;
}
.shop-lst-box-note{
	margin: 13px 0 0;
	font-size: 12px;
	color: #da5353;
}
.shop-lst-box-note.shop-lst-box-note-en{
	margin-left: 0;
	text-indent: 0;
}
.shop-index .lst-link-anchor > li {
	margin-left: 0;
	margin-right: 20px;
}
@media only screen and (min-width: 768px){
	.shop-index{
		margin-top: 110px;
	}
	.shop-section {
		margin-bottom: 140px;
	}
	.shop-section:last-of-type {
		margin-bottom: 100px;
	}
	.shop-index .lst-link-anchor {
		margin-bottom: 80px;
	}
	.shop-lst {
		gap: 60px 45px;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 35px;
		margin-bottom: 100px;
	}
	.shop-lst.-narrow {
		padding-left: 50px;
		padding-right: 50px;
	}
	.shop-lst.-feature {
		padding: 50px;
		background-color: #eeede9;
		margin-bottom: 80px;
	}
	.shop-lst-box-title {
		font-size: 16px;
	}
	.shop-lst-box-link{
		margin-top: 17px;
		max-width: 145px;
	}
	.shop-lst-box-note{
		margin: 17px 0 0 1em;
		text-indent: -1em;
	}
	.shop-index .lst-link-anchor > li {
		margin-right: 40px;
	}
	.shop-lst-box-image a{
		display: block;
		overflow: hidden;
	}
	.shop-lst-box-image a img{
		display: block;
		transform: scale(1.0);
		transition: .3s;
	}
	.shop-lst-box-image a:hover img{
		transform: scale(1.2);
	}
	.shop-label {
		margin-top: 0;
	}
}
	
}

.index-news{
	padding: 0 0 30px;
}
.lst-news{
	margin-top: 30px;
}
.lst-news li a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.lst-news li:nth-of-type(n+2){
	margin-top: 40px;
}
.news-img{
	width: 33%;
	flex-basis: 33%;
	flex-shrink: 0;
}
.news-img img{
	max-width: 100%;
}
.news-txt{
	margin-left: 20px;
}
.news-desc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news-date{
	font-size: 10px;
	color: #828282;
	letter-spacing: 0.08em;
	display: block;
}
.news-cat{
	display: block;
	padding: 2px 5px;
	background: #eeede9;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 10px;
}
.news-cat:nth-of-type(1){
	margin-left: 10px;
}
.news-title{
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.667;
	text-decoration: underline;
}
@media only screen and (min-width: 768px){ /* PC */
	.index-news{
		padding: 10px 0 100px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.index-news .lst-news li{
		font-size: 0;
	}
	.lst-news li:nth-of-type(n+2){
		margin-top: 50px;
	}
	.news-img{
		width: 160px;
		flex-basis: 160px;
	}
	.news-txt{
		margin-left: 48px;
	}
	.news-date{
		font-size: 12px;
	}
	.news-cat{
		font-size: 12px;
		padding: 4px 10px;
	}
	.news-title{
		font-size: 14px;
		margin-top: 15px;
	}
}

/*  detail contents */
.shop-inner{
	max-width: 1032px;
	margin: 100px auto 0;
}
.shop-detail-note{
	color: #da5353;
}
.shop-lead{
	margin: 60px 0 0;
}
@media screen and (min-width: 768px){
	.shop-inner > *:last-child{
		margin-bottom: 100px !important;
	}
}
@media screen and (max-width: 767px){
	.shop-inner{
		margin: 55px auto 0;
	}
	.shop-mainimg{
		margin: 0 -30px;
	}
	.shop-lead{
		margin: 28px 0 0;
	}
}
.shop-detail-note + .shop-mainimg{
	margin-top: 20px;
}

.shop-info .lst-info{
	margin-top: 40px;
}
.shop-info .lst-info dd{
	display: block;
}
@media screen and (max-width: 767px){
	.shop-info .lst-info{
		margin-top: 25px;
	}
}

@media screen and (min-width: 768px){
	.shop-tel-sp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.shop-tel-pc{
		display: none;
	}
	.shop-tel-sp{
		text-decoration: underline;
	}
}

.shop-access__map{
	margin: 30px 0 0;
}
.shop-access__txt{
	margin: 25px 0 0;
}
.shop-access__link{
	margin: 10px 0 0;
}
@media screen and (max-width: 767px){
	.shop-access__map{
		margin: 30px 0 0;
		width: 100%;
		height: 200px;
	}
	.shop-access__map iframe{
		width: 100%;
		height: 100%;
	}
	.shop-access__txt{
		margin: 23px 0 0;
	}
	.shop-access__link{
		margin: 13px 0 0;
	}
	.shop-access__link:first-child{
		padding^top: 10px;
	}
}



