@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
	
/* 共通スタイル */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.pcNone {
	display: none;
}
a,
a:focus {
	outline: none;
}
a {
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
}
.notes {
	font-size: 0.78em;
	margin-top: 60px;
}
.notes + .notes {
	margin-top: 30px;
}
.notes span + span {
	padding-left: 3em;
}
.tel {
	display: inline-block!important;
	pointer-events: none!important;
	color: #000!important;
	text-decoration: none!important;
}


/* ルビ */
.ruby {
	position: relative;
	font-size: 0.6em;
	top: -0.5em; right: 0;
}



/* 見出し */
#cat01 h2,
#cat02 h2 {
	width: 600px;
	margin: 15px auto 35px;
	font-size: 2.4em;
	text-align: center;
}
h2 strong {
	background: linear-gradient(transparent 95%, #d2af21 0%);
	color: #231815;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
}



/* header
 * ************************************************** */
#header #mv {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 1120px;
	position: relative;
	}
#header h1 {
	overflow: hidden;
	position: absolute;
	top: 60px; left: 60px;
	width: 770px;
	height: 0;
	padding-top: 250px;
	background: url(../images/head.png) no-repeat center center;
	}
#header .logo {
	position: absolute;
	top: 32px; right: 24px;
	width: 131px;
}
#header p {
	text-align: right;
	font-size: 0.6em;
}


/* cat01 / 02
 * ************************************************** */
h2 + p {
	font-size: 1.3em;
}
#cat02 .slider {
	width: 450px;
	margin: 60px auto;
}
.slick-slide p {
	font-size: 1.3em;
}
 
 
/* cat03
 * ************************************************** */
#cat03 .inner {
	width: 928px;
	background: url(../images/cat03_bg02.png) repeat-y center center;
	position: relative;
	padding: 30px 74px;
}
#cat03 .inner:before {
	content: "";
	width: 928px;
	height: 40px;
	background: url(../images/cat03_bg01.png) no-repeat center bottom;
	position: absolute;
	top: -40px; left: 0;
}
#cat03 .inner:after  {
	content: "";
	width: 928px;
	height: 40px;
	background: url(../images/cat03_bg03.png) no-repeat center top;
	position: absolute;
	bottom: -40px; left: 0;
}
#cat03 h2 {
	text-align: center;
	font-size: 2em;
	background: url(../images/dot_bg.png) repeat-x left center;
	margin: 50px 0;
}
#cat03 h2 span {
	padding: 0 10px;
	background: url(../images/cat03_title_bg.gif) repeat left top;
}
#cat03 p {
	font-size: 1.2em;
	letter-spacing: 0.05;
}
#cat03 .eventInfo {
	width: 340px;
	float: left;
}
#cat03 .eventPhoto {
	width: 400px;
	float: right;
}
#cat03 h3 {
	font-size: 1.8em;
	line-height: 1.4;
	margin: 0 0 20px;
}
#cat03 h3 span {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
#cat03 .shopInfo {
	margin: 30px 0;
}
#cat03 .shopInfo a {
	display: block;
	color: #00a99d;
	font-size: 1.2em;
	line-height: 1;
}

/* 応募要項 */
#cat03 .inner > dl {
	margin: 20px 0 0 0;
}
#cat03 .inner > dl > dt {	
	background: url(../images/cat03_app_bg.png) no-repeat left top;
	padding: 6px 0;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#cat03 .inner > dl > dt span {
	width: 100px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.2em;
}
#cat03 .inner > dl > dd > dl dt {
	float: left;
	width: 7em;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#cat03 .inner > dl > dd > dl dd {
	margin: 0 0 0 9em;
	position: relative;
}
#cat03 .inner > dl > dd > dl dd:before {
	content: "";
	width: 1em;
	height: 1em;
	background: url(../images/round.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0.3em; left: -1.2em;
}

/* ボタン */
.btn {
	width: 800px;
	margin: 120px auto 20px;
}
.btn a {
	background: #cc0000;
	border-radius: 20px;
	color: #fff;
	padding: 0.4em;
	text-decoration: none;
	font-size: 2.5em;
	display: block;
	text-align: center;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.btn a:hover {
	background: #ea0000;
	opacity: 1;
}
