@import url("global.css");

.mainvisual {
	background: url(../event/img/main.jpg) no-repeat center center;
	background-size: cover;
}

/* ------------------------------
 Index
------------------------------ */

.contents {
	margin: 0 auto;
	width: 900px;
}
ul.list {
	margin: 0 -28px;
	overflow: hidden;
}
ul.list li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 28px;
	margin-bottom: 50px;
}
ul.list li a {
	display: block;
}
ul.list li .date {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1;
	padding-top: 1px;
}
ul.list li .date::before {
	background-color: #000;
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 4px;
}
ul.list li .date span {
	border-left: 1px solid #111;
	margin-left: 10px;
	padding-left: 10px;
}
ul.list li .img {
	margin-bottom: 12px;
	position: relative;
	height: 0;
	padding-top: 66%;
	overflow: hidden;
}
ul.list li .img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
ul.list li .img::after {
	content: "MORE";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 24px;
	margin-top: -20px;
	z-index: 2;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	opacity: 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
ul.list li .img img.yoko {
	height: 100%;
	width: auto;
}
ul.list li .title {
	font-size: 21px;
	font-weight: 900;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	line-height: 1.5;
}
ul.list li .txt {
	font-size: 13px;
}
ul.list li .img {
	background: #8C2048;
}
ul.list li a:hover .img img {
	opacity: .5;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
ul.list li a:hover .img::after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}


/* ------------------------------
 Entry
------------------------------ */

.entry .contents {
	width: auto;
}
.entry .contents .wrapper {
	width: 900px;
	margin: 0 auto;
}
article.post .wrapper {
	text-align: center;
}
article.post h1 {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 900;
	margin-bottom: 24px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post p.date {
	color: #8C2048;
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post .postbody {
	display: inline-block;
	text-align: left;
	margin-top: 40px;
}
article.post figure.img {
	background-color: #EFEFEF;
	padding: 30px 0;
	margin: 0 0 20px;
}
article.post figure .wrapper {
	text-align: center;
}
article.post figure img {
	max-width: 100%;
}
article.post .pdf {
	clear: both;
}
article.post .pdf a {
	display: block;
	padding: 15px;
	background-color: #77191D;
	color: #fff;
	border-radius: 2px;
	font-weight: 700;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	text-align: center;
}
article.post .pdf a::after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../img/topics_pdf.png) no-repeat center center;
	background-size: contain;
}
article.post .pdf a:hover {
	background-color: #8C2048;
}

article.post .mapbox {
	background-color: #f7f7f7;
	margin: 40px 0;
}
article.post .mapbox .wrapper,
.entry .contents .pagenavi .wrapper {
	width: 1200px;
}
article.post .mapbox .map {
	position: relative;
	height: 0;
	padding-top: 400px;
	overflow: hidden;
}
article.post .mapbox .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article.post #form {
}
article.post #form h2 {
	background-color: #77191D;
	text-align: center;
	padding: 20px ;
	margin-bottom: 20px;
}
article.post #form h2 span {
	position: relative;
	font-weight: 900;
	color: #fff;
	font-size: 28px;
	line-height: 1.3;	
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post #form img {
	width: 120px;
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){


/* ------------------------------
 Entry
------------------------------ */

article.post .mapbox .wrapper,
.entry .contents .pagenavi .wrapper {
	width: auto;
}



}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){


/* ------------------------------
 Index
------------------------------ */

.contents {
	width: auto;
}
ul.list {
	margin: 0 -20px;
}
ul.list li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}


/* ------------------------------
 Entry
------------------------------ */

.entry .contents .wrapper {
	width: auto;
}
article.post .postbody {
	display: block;
}

article.post #form {
}
article.post #form h2 {
	background-color: #77191D;
	text-align: center;
	padding: 20px ;
	margin-bottom: 20px;
}
article.post #form h2 span {
	position: relative;
	font-weight: 900;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;	
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post #form img {
	width: 120px;
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}





}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

/* ------------------------------
 Index
------------------------------ */

ul.list {
	margin: 0;
}
ul.list li {
	width: auto;
	float: none;
	padding: 0;
}
ul.list li .title {
	font-size: 18px;
}


/* ------------------------------
 Entry
------------------------------ */

article.post h1 {
	font-size: 22px;
	padding: 0 10px;
}
article.post p.date {
	margin-bottom: 20px;
}

article.post .pdf a {
	padding: 10px;
	text-align: center;
}

article.post .mapbox {
	margin: 30px 0;
}
article.post .mapbox .wrapper {
	width: auto;
	padding: 10px;
}
article.post .mapbox .map {
	padding-top: 300px;
}

/* ---------- Form ---------- */

article.post #form h2 {
	padding: 15px 75px 15px 10px;
	margin-bottom: 20px;
}
article.post #form h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
}
article.post #form img {
	width: 80px;
	right: -80px;
}


}







