@charset "utf-8";



/* =============================================
 top-feature-container設定
================================================ */
#top-feature-container {
	float: left;
	width: 340px;
}

/* タブレット */
@media only screen and (min-width: 601px) and (max-width: 960px) {
	#top-feature-container {
	width: 100%;
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-feature-container {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* =============================================
 top-day設定
================================================ */
#top-day {
	width: 100%;
	height: 434px;
	margin: 30px auto 0;
	background: #000 url(../../images/pc-top-img02.jpg) no-repeat center top;
}

/* タブレット */
@media only screen and (min-width: 601px) and (max-width: 960px) {
	#top-day {
		width: 100%;
		height: 100%;
		margin: 20px auto 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-day {
		width: 100%;
		height: 100%;
		min-height: 226px;
		margin: 0 auto;
		background: url(../../images/sp-top-img02.jpg) no-repeat center top;
		-webkit-background-size: cover;
		background-size: cover;
	}
}


/* top-day-inner
---------------------------------------------- */
#top-day-inner {
	margin: 0 auto;
	width: 960px;
	padding: 40px 158px;
	text-align: center;
	color: #FFF;
}

/* タブレット */
@media only screen and (min-width: 701px) and (max-width: 960px) {
	#top-day-inner {
		width: 100%;
		padding: 40px 50px;
	}
}

/* タブレット 調整 */
@media only screen and (min-width: 601px) and (max-width: 700px) {
	#top-day-inner {
		width: 100%;
		padding: 20px 50px;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-day-inner {
		width: 100%;
		padding: 15px 10px;
	}
}

#top-day-inner a {
	min-width: 250px;
	color: #FFF;
	font-size:107.1%; font-size:1.071rem;
	display: inline-block;
	border: 1px solid #FFF;
	padding: 10px 15px 7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-day-inner a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		min-width: 126px;
		font-size:93.3%; font-size:0.933rem;
		padding: 2px 14px 1px;
	}
}

#top-day-inner a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.3);
}

/* top-day-phrase
---------------------------------------------- */
#top-day-phrase {
	font-family: "a-otf-ryumin-pr6n","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", serif;
	font-size:250.0%; font-size:2.500rem;
	margin-bottom: 10px;
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-day-phrase {
		font-size:126.7%; font-size:1.267rem;
		margin-bottom: 5px;
	}
}

/* top-day-txt
---------------------------------------------- */
#top-day-txt {
	text-align: left;
	margin-bottom: 40px;
}

/* タブレット */
@media only screen and (min-width: 601px) and (max-width: 960px) {
	#top-day-txt {
		margin-bottom: 20px;
	}
}

/* スマホ */
@media screen and (max-width: 600px) {
	#top-day-txt {
		margin-bottom: 10px;
	}
}

/* =============================================
	footer
================================================ */

#footer {
	margin-top: 0;
}
