/*@import url("day0_2018_common.css");*/

#day0_2018 {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 17px;
	background-color: #fff;
}

#day0_2018 header {
	background: url(/src/static/day0_2018/hero.jpg) no-repeat;
	background-size: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
	height: 47vw;
	max-height: 500px;
	margin-bottom: 65px;
	position: relative;
}

#day0_2018 header img {
	position: absolute;
	top: 11%;
	left: 8%
}

#day0_2018 header p {
	position: absolute;
	right: 5%;
	bottom: 8%;
	letter-spacing: 5px;
}

@media only screen and (max-width: 947px) { 
#day0_2018 header p {
		letter-spacing: 2px;
	}
}

.content {
	letter-spacing: 2px;
/*	padding-bottom: 125px;*/
	padding-bottom: 40px;
}

.content .intro {
	max-width: 823px;
    width: 83%;
	margin: 0 auto 90px;
	line-height: 2;
}

.content .link_page {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.link_page.banner {
	margin-top: 40px;
	justify-content: center;
}

.link_page.banner a {
	width: 50%;
}

.link_page li {
	margin-right: 20px;
    width: calc(25% - 15px);
	margin-bottom: 30px;
	position: relative;
}

.link_page li a {
	position: relative;
}

.link_page li.new a::before {
        content: 'New';
	position: absolute;
	display: block;
	top: 0; left: 0;
	background: #c9171e;
	color: #FFF;
	padding: 5px 10px;
	font-size: 80%;
}

.link_page li:nth-child(4n) {
	margin-right: 0;
}

.link_page span {
	position: relative;
	display: block;
	letter-spacing: 0;
	text-align: right;
	margin-bottom: 7px;
	font-size: 70%;
}

.link_page img {
	width: 100%;
	margin-bottom: 10px;
}

.link_page p {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	
	#day0_2018 {
		font-size: 15px;
	}
	
	#day0_2018 header {
		background: url(/src/static/day0_2018/hero_sp.jpg) no-repeat;
		background-size: 100%;
		height: 61vw;
		max-height: 500px;
		margin-bottom: 30px;
	}
	
	#day0_2018 header img {
		width: 150px;
	}
	
	#day0_2018 header p {
		letter-spacing: 2px;
		bottom: 22%;
	}
	
	.content {
		padding-bottom: 60px;
	}
	
	.content .intro {
		max-width: none;
		width: 95%;
		margin-bottom: 8%;
	}
	
	.content .link_page {
		flex-wrap: wrap;
	}
	
	.link_page li {
		margin: 0 0 25px;
		width: calc(50% - 10px);
	}

	.link_page li:nth-of-type(2n)   {
		margin-left: 10px;
	}
	.link_page li:nth-of-type(2n-1) {
		margin-right: 10px
	}
	.link_page li a img {
		width: 100%;
	}
	
	.link_page p {
		font-size: 12px;
	}

	.link_page.banner a {
		width: 100%;
		max-width: 640px;
	}
}
/*
@media only screen and (max-width: 520px) {
	.content .intro {
		letter-spacing: 1px;
		line-height: 1.7;
	}
	
	.link_page {
		max-width: none;
		width: 100%;
	}
	
	.link_page li {
		margin-right: 2%;
		width: 49%;
		margin-bottom: 10%;
	}
}
*/