@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans');
/* font-family: 'Expletus Sans', cursive; */

/* メインコンテンツ */

.shop-logo-head{

	width: 110px;
	
}

.info-block{

	margin-top: 24px;

	padding-top: 24px;

	padding-bottom: 64px;

	overflow: hidden;

	position: relative;

}

.info-block:first-child{

	padding-top: 24px;

}

.info-block-headline{

	font-size: 24px;

	padding-bottom: 0.5em;

	margin-bottom: 12px;

	border-bottom: solid 1px #ccc;

}

.info-block-category{

	font-size: 14px;

	background: #A71527;
	
	color: #fff;
	
	font-weight: bold;

	display: inline-block;

	padding: 3px 6px;

	float: left;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	font-family: 'Expletus Sans', cursive;

}

.info-block-date{

	color: #888;

	text-shadow: 0px 2px 2px #fff,0px 0px 2px #fff,2px 0px 2px #fff,0px -2px 2px #fff,-2px -2px 2px #fff,-2px 0px 2px #fff;

	/*transform: rotate(-5deg);*/

	font-size: 28px;
	
	font-family: 'Oswald', sans-serif;
	
	text-align: right;

	margin-bottom: 24px;

	display: block;

	float: right;

	position: absolute;

	right: 20px;

	top: 80px;
	
}

.info-block-date-year{
	
	font-size: 14px;

}

.info-block-date-day{
	
	font-size: 14px;
	
	margin-left: 2px;

}

.info-block-date-time{
	
	font-size: 18px;
	
	margin-left: 2px;

}

.info-block-head-img{

	margin: 0 auto 24px auto;

	width: 100%;

}

.info-block-text{

	font-size: 14px;

}

.stock-link{

	margin-bottom: 24px;

	text-align: center;

}

.stock-link ul li{

	margin: 0 5px 12px 5px;

	font-weight: bold;

}

.stock-link ul li a{

	color: #fff;

}


.time-schedule{
	
	width: 80%;
	
	margin: 24px auto;
	
	border: solid 1px #000;
	
	text-align: center;
	
}

.profile{

	border: solid 1px #aaa;

	box-sizing: border-box;

	margin: 24px 0;

	padding: 10px;

}

.prof-text{

	font-size: 14px;

	margin-bottom: 24px;

}

.prof-name{

	font-size: 16px;

	font-weight: bold;

	margin-bottom: 0.5em;

}

/* メディアクエリ */

@media (min-width: 479px) {

	.info-block-date{

		font-size: 42px;
	
	}

	.info-block-headline{

		font-size: 32px;

	}

}


@media (min-width: 767px) {

	.info-block-text{

		font-size: 16px;

	}

}