@charset "UTF-8";

.shop_bg{
	background-image: url(../img/common/bg01.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 0 20px;
	overflow-x: hidden;
}
.shop_area .content_inner{
	margin: 0 auto;
	width: 83.55%;
	max-width: 1604px;
}
.shop_inner{
	margin:0 auto;
	width: 70%;
	max-width: 1040px;
	padding: 60px 20px 110px;
	box-sizing: border-box;
	background-color: rgb(51 31 2 / 80%);
	position: relative;
}


.link-btn_area{
	right:-3%;
	top:1%;
}


/* news */

.news{
	width: 100%;
	text-align: left;
	padding-left: 0;
	margin: 0 auto 50px;
}
.shop .sub_ttl{
	margin-bottom: 40px;
	text-align: center;
	color: #4d2f03;
	font-weight: 500;
	font-size: 20px;
}
.shop li{
	list-style: none;
}
.shop_li_flex{
	display: flex;
	align-items: center;
	position: relative;
}
.shop_ttl:after{
	position:absolute;
	content:"";
	width: 45px;
	height: 10px;
	background-image:url(../img/top/arrow.png);
	background-repeat: no-repeat;
	background-size:contain;
	right: 3%;
	bottom: 10px;
	transform: translate(0%,0%);
	transition-duration:0.6s;
}
.shop_ttl:hover:after{
	right:1%;
	transition-duration:0.6s;
}
.shop_in .ttl{
	position:relative;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.shop_in .ttl::before{
	position:absolute;
	content:"";
	display: block;
	background-image:url(../img/shop/icon_beans.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(1.29vw,20px);
	width: 20px;
	height: min(0.84vw,16px);
	height: 16px;
	transform: translate(-100%,0%);
	left: -5px;
	top: 0;
}
.shop_li_flex .date{
	margin-right: min(0.53vw,10px);
	margin-right: 5px;
	padding-right: min(0.53vw,10px);
	padding-right: 5px;
	border-right: 1px solid rgb(77 47 3 / 70%);
	font-size: min(0.73vw,14px);
	font-size: 12px;
	color: rgb(255 255 255 / 65%);
	letter-spacing: 0.05em;
	font-weight: 500;
}
.shop_li_flex .label{
	font-size: min(0.73vw,14px);
	font-size: 12px;
	color: rgb(255 255 255 / 65%);
	font-weight: 500;
	letter-spacing: 0.05em;
}
.list_ttl .shop_ttl{
	margin-bottom: min(2.61vw,50px);
}
.news_btn{
    max-width: 130px;
    margin: 30px auto 0;
}
.news_btn a{
    font-size: 16px;
    padding: 10px 0;
    background-color: #e5bd54;
    transition-duration: 0.6s;
    text-align: center;
    color: #fff;
    display: block;
}
.news_btn:hover{
    opacity: 0.65;
    transition-duration: 0.6s;
}
.news .shop_in{
	border-bottom: 2px solid #afafaf;
	margin-bottom: 20px;
}
.news .shop_in:nth-of-type(1){
	padding-top:20px;
	border-top: 2px solid #afafaf;
}
.news .shop_in:nth-last-of-type(1){
	margin-bottom:0;
}
.shop_news_ttl{
	position:relative;
	width: 100%;
	color: #fff;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: min(1.6vw,30px);
	padding-left: 30px;
	opacity:1;
	transition-duration:0.6s;
}
.news .shop_in:last-of-type .shop_news_ttl{
	margin-bottom:0;
}

.shop .shop_news:nth-last-of-type(1) .shop_ttl{
	margin-bottom:0;
}
.shop_news_ttl.shop_news_ttl:hover .ttl{
	opacity:0.5;
	transition-duration:0.6s;
}



/* ------------ shop ------------ */
.page-ttl_img{
	max-width: 600px;
	width: 60%;
	margin: 0 auto 50px;
	text-align:center;
}
.shop_ttl{
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.085em;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.shop_ttl:after{
	position:absolute;
	content:"";
	width:100%;
	height: 10px;
	background-image: url(../img/shop/ttl_un.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.shop_subttl{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.085em;
	margin-bottom: 40px;
}
.read{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.read:nth-last-of-type(1){
	margin-bottom:0;
}
.read .txt-bold{
	font-weight:600;
}
.shop_img{
	max-width: 550px;
	width: 28.65vw;
	width: 61.12%;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-bottom: min(2.60415vw,50px);
}		
.link_btn{
	width: 100%;
	max-width: 250px;
	margin:0 auto;
	text-align: center;
	transition-duration:0.6s;
}
.link_btn:hover{
	opacity:0.5;
	transition-duration:0.6s;
}
.link_btn a{
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #d6ad42;
}

.news .link_btn{
	margin-top:30px;
}

/* details */
.details{
	margin:0 auto 50px;
}
.details_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.details_in{
	width: 48%;
	margin-bottom: 30px;
}
.details_ttl{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.16em;
	line-height: 1.6;
	position: relative;
	padding-left: 10px;
	margin-left: 28px;
}
.details_ttl:after{
	position: absolute;
	content: "";
	left: 0%;
	top: 50%;
	transform: translate(-100%,-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 28px;
	height: 26px;
}
.details_in.time .details_ttl:after{
	background-image: url(../img/shop/details_ttl_time.png);
}
.details_in.tell .details_ttl:after{
	background-image: url(../img/shop/details_ttl_tell.png);
}
.details_in.access .details_ttl:after{
	background-image: url(../img/shop/details_ttl_access.png);
}
.details_in.sta .details_ttl:after{
	background-image: url(../img/shop/details_ttl_sta.png);
}
.map .details_ttl:after{
	background-image: url(../img/shop/details_ttl_map.png);
}
.details_sub_ttl{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.map{
	width:100%;
}
.g-map{
	width:80%;
	max-width: 800px;
	height:500px;
	margin:0 auto 30px;
}
.g-map iframe{
	width:100%;
	height: 100%;
}
.g_map_cap{margin-bottom: 30px;}

.g_map_cap p{color: #fff;font-size: 14px;font-weight: 400;color: #fff;letter-spacing: 0.16em;}

/* contact */
.contact{
	margin:0 auto 50px;
}
.link_btn.con{
	width: 100%;
	max-width: 290px;
	margin: 30px auto 50px;
	text-align: center;
}
.link_btn.con:hover{
	opacity: 1;
	scale:1.05;
}
.link_btn.con a{
	text-align: center;
	display: block;
	padding: 30px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #38847a;
	position:relative;
}
.link_btn.con a:after{
	position:absolute;
	content:"";
	width:42px;
	height:10px;
	background-image:url(../img/shop/con_arrow.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	top: 50%;
	right: 5%;
	transform: translate(0%,-50%);
	transition-duration:0.6s;
}

.link_btn.con:hover a:after{
	right: 3%;
	transition-duration:0.6s;
}
/* history */
.shop_enkaku_ttl:hover .history_li_flex {
    opacity: 0.5;
    transition-duration: 0.6s;
}
.enkaku_btn{
	margin: 0 auto 50px;
}
.history{
	margin: 0 auto 50px;
}
.history .shop_ttl span{
	font-size:14px;
	font-weight:500;
}
.history .shop_in{
	position:relative;
	width: 100%;
	color: #fff;
	display: inline-block;
	opacity:1;
	
	transition-duration:0.6s;
	border-bottom: 2px solid #afafaf;
}
.history .shop_in{
padding:20px 10px 10px;
}
.history .shop_in:nth-of-type(odd){
	background:rgb(0 0 0 / 0.4);
}
.history .shop_in:last-of-type{
	margin-bottom: 0;
}
.history_li_flex{
	display:flex;
	margin-bottom: 8px;
}
.history_li_flex .date{
	margin-right: 10px;
	color: rgb(255 255 255 / 65%);
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 12px;
	margin-top: 6px;
}
.history_ttl{
	position:relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.history .link_btn{
	margin-top:30px;
}
.read_more{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	/* position: absolute; */
	/* right: 0; */
	/* top: 50%; */
	/* transform: translate(0%, -50%); */
}
.read_more p{
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
	margin-right: 54px;
	padding-right: 5px;
	position: relative;
	opacity:1;
	transition-duration:0.6s;
}
.read_more p:after{
	position:absolute;
	content:"";
	width: 54px;
	height: 100%;
	background-image:url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-size:contain;
	right: 0%;
	bottom: 0%;
	transform: translate(100%,0%);
	transition-duration:0.6s;
}
.shop_in:hover .read_more p{
	opacity:0.5;
	transition-duration:0.6s;
}
.shop_in:hover .read_more p:after{
	right: -5%;
	transition-duration:0.6s;
}
	
@media(max-width:750px){
	.history .shop_in{
		padding: 10px;
	}
	.read_more p{
		padding-right:3px;
	}
	.read_more p:after{
    width: 44px;
}
	
}
/* collabo */
.collabo{
	margin-bottom:50px;
}
.collabo_img{
	width: 70%;
	max-width: 400px;
	margin: 0 auto;
	position:relative;
}
.collabo_img.soon::after{
	position:absolute;
	content:"COMINGSOON";
	font-size: 26px;
	letter-spacing: 0.25em;
	font-weight:600;
	color:#fff;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
/* column */
.column{
	margin-bottom:50px;}
.column_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.column_flex_list{
	max-width: 570px;
	width: 57%;
	margin: 0 auto;
}
.column_flex_list ul li:first-of-type{
	border-top: 2px solid #afafaf;
}
.column_flex_list ul li{
	border-bottom: 2px solid #afafaf;
}
.column_flex_list ul li a{
	position:relative;
	width: 100%;
	color: #fff;
	display: inline-block;
	padding:20px 10px;
	opacity:1;
	transition-duration: 0.6s;
	font-size: 16px;
	line-height: 1.6;
}
.column_flex_list ul li a.soon{
	pointer-events:none;
}
.column_flex_list ul li:nth-of-type(odd) a{
	background:rgb(0 0 0 / 0.4);
}

.column_flex_list ul li a:hover{
	opacity:0.5;
	transition-duration:0.6s;
	transition-duration:0.6s;
}
.column_flex_img{
	max-width: 400px;
	width: 41%;
}
.column_flex_img a{
	position:relative;
	display: block;
}


.br1300{
	display: none;
}
.br1000{
	display: none;
}
.br750{
	display: none;
}
@media(max-width:1300px){
	.br1300{
		display: block;
	}
}
@media(max-width:1000px){
	.br1000{
		display: block;
	}
		/* 	column */
	.column_flex_list{
		width:100%;
		margin-bottom:40px;
	}
	.column_flex_img{
		width:100%;
		margin: 0 auto;
	}

}
@media(max-width:750px){
	.br750{
		display: block;
	}
	/* 	shop */
	.shop_inner{
		width: 100%;
		padding: 30px 20px 55px;
	}
	.page-ttl{
		width: 95%;
		max-width: 350px;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 40px;
	}
	.shop_ttl{
		margin-bottom: 35px;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.shop_ttl:after{
    	bottom: 5px;
	}
	.shop_subttl {
	font-size: 16px;
	line-height: 1.6;
	}
	.shop_in .ttl{
		font-size: 14px;
	}
	.shop_li_flex .date{
		font-size: 11px;
	}
	.shop_li_flex .label{
		font-size: 11px;
	}
	.read{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.shop_img{
		margin-bottom:30px;
	}
	.link_btn{
  	  max-width: 200px;
	    width: 60%;
	}
	.link_btn a{
		font-size: 14px;
		padding: 10px 0;
	}
	.link_btn.con a{
		font-size: 14px;
		padding: 20px 0;
	}


	.page-ttl_img{
		width:100%;
	}
	/* details */
	.details_ttl{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.details_sub_ttl{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.details_in .read:last-of-type{
		margin-bottom:0;
	}
	.details_in{
		width: 100%;
		margin-bottom: 20px;
	}
	.g-map{
		height: 300px;
		width: 100%;
	}
	.g_map_cap{
		margin-bottom:10px;
	}
	.g_map_cap p{
		font-size: 12px;
	}

	/* history */
	.history_li_flex .date{
		margin-right: 0;
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 8px;
		color: rgb(255 255 255 / 65%);
	}
	.history_ttl{
		font-size: 14px;
	}
	.history_li_flex{
		display: block;
		margin-bottom: 12px;
	}
	/* 	collabo */
	.collabo_img{
		width: 100%;
	}

	.column_flex_list ul li a{
		font-size:14px;
	}
	

}