@charset 'utf-8';

/*-----------------------------------------------------
Main
-------------------------------------------------------*/
#Main {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 0 40px;
}
#Main div.inside,
#Main section.inside {
	width: 100%;
}

@media screen and (min-width: 768px){
	#Main .sp-only {
		display: none;
	}
}

@media screen and (max-width: 767px){
	#Main {
		overflow: hidden;
		position: relative;
		padding: 40px 0;
	}
	#Main div.inside,
	#Main section.inside {
		width: 84%;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
}

/* パンくず非表示 */
@media screen and (max-width: 767px){
	#Content dl.pankuzu dd {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 768px){
	#Content dl.pankuzu {
		display: none;
	}
}

/*-----------------------------------------------------
Caution
-------------------------------------------------------*/
#Main .caution {
	margin-top: -9px;
	padding: 26px 20px;
	border: 1px solid #c75942;
	box-sizing: border-box;
}
#Main .caution h3 {
	margin: 0 -20px 12px;
	font-size: 16px;
	font-family: 'Champagne & Limousines', sans-serif;
	text-align: center;
	color: #c75942;
	
}
#Main .caution p {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}
#Main .caution h4 {
	margin: 20px 0 6px;
	text-align: center;
}


@media screen and (max-width: 767px){
	#Main .caution {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	#Main .caution p .pc {
		display: none;
	}
}
@media screen and (min-width: 768px){
	#Main .caution {
		margin-top: -25px;
		padding: 40px 40px 42px;
	}
	#Main .caution h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#Main .caution .sp {
		display: none;
	}
}


/*-----------------------------------------------------
Staff
-------------------------------------------------------*/
#Main section.staff_genre:not(:last-child) {
	margin: 0 0 90px;
}
#Main section.staff_genre h3 {
	margin: 0 0 40px;
	padding: 142px 0 120px;
	text-align: center;
	font-size: 216%;
	font-family:'Champagne & Limousines', sans-serif;
	line-height: 1;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#Main section.staff_genre01 h3 {
	background-image: url('../images/cafe01_ttl_bg01_pc.jpg');
}
#Main section.staff_genre div.staff h4 {
	margin: 0 0 9px;
	font-size: 100%;
}
#Main section.staff_genre div.staff div.info:not(:last-child) {
	margin: 0 0 30px;
}
#Main section.staff_genre div.staff div.info section {
	overflow: hidden;
	font-size: 108%;
	line-height: 1.9;
}
#Main section.staff_genre div.staff div.info div section:last-child {
	margin: 0;
}
#Main section.staff_genre div.staff div.info section ul.sub li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#Main section.staff_genre div.staff div.info section ul li a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#Main section.staff_genre div.staff div.info {
		padding: 22px 10px;
		overflow: hidden;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#Main section.staff_genre div.staff div.info01,
	#Main section.staff_genre div.staff div.info02 {
		width: 50%;
		float: left;
	}
	#Main section.staff_genre div.staff div.info section {
		margin: 0 0 11px;
	}
	#Main section.staff_genre div.staff div.info section h5 {
		width: 22%;
		float: left;
	}
	#Main section.staff_genre div.staff div.info section p,
	#Main section.staff_genre div.staff div.info section ul,
	#Main section.staff_genre div.staff div.info section dl {
		width: 78%;
		float: right;
	}
}

@media screen and (max-width: 767px) {
	#Main section.staff_genre div.staff {
		width: 84%;
		margin: 0 auto;
	}
	#Main section.staff_genre:not(:last-child) {
		margin: 0 0 40px;
	}
	#Main section.staff_genre h3 {
		margin: 0 0 50px;
		padding: 70px 0;
		font-size: 141%;
		font-weight:300;
	}
	#Main section.staff_genre01 h3 {
		background-image: url('../images/cafe01_ttl_bg01_sp.jpg');
	}

	#Main section.staff_genre div.staff h4 {
		margin: 0 0 20px;
		font-size: 116%;
		line-height: 1.7;
	}
	#Main section.staff_genre div.staff div.info:not(:last-child) {
		margin: 0 0 40px;
	}
	#Main section.staff_genre div.staff div.info section {
		padding: 15px 0;
		font-size: 100%;
		border-bottom: 1px solid #cab6bd;
	}
	#Main section.staff_genre div.staff div.info01 section:first-child {
		border-top: 1px solid #cab6bd;
	}
	#Main section.staff_genre div.staff div.info div section:last-child {
		margin: 0;
	}
	#Main section.staff_genre div.staff div.info section h5 {
		margin: 0 0 2px;
		color: #909090;
	}
	#Main section.staff_genre div.staff div.info section ul.sub li {
		font-size: 83%;
	}
}