html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img{
	display: block;
}

a img:hover{
	opacity: 0.75;
}

body{
	background: #fff;
	background-attachment: fixed;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}


/*＝＝＝＝＝＝＝＝＝＝＿＿#container＿＿＝＝＝＝＝＝＝＝＝＝*/
#container{
	padding: 20px 0 0;
	position: relative;
}

#container #wrapper{
	background: #fff;
	margin: 0 auto 40px;
	min-height: 600px;
	padding: 0 50px 60px;
	width: 1100px;
}

#container .eventimage{
	border: solid #a42537 3px;
	height: auto;
	margin: 0;
	width: 1000px;
}

#container .outline{
	background: #a42537;
	color: #fff;
	margin: 0 0 20px;
	padding: 20px;
}

@media screen and (max-width:600px) {
#container .outline{
	padding: 20px 10px;
}
}

#container .point{
	border: solid #000 2px;
	border-radius: 4px;
	display: block;
	font-size: 22px;
	margin: 0 0 30px;
	padding: 10px 0;
	text-align: center;
}

.backlink{
	display: flex;
	margin-bottom: 40px;
}

.backlink a{
	background: #a42537;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	text-decoration: none;
	transition : all 0.5s ease 0s;
	width: 49%;
}

.backlink a:first-of-type{
	margin-right: 2%;
}

.backlink a:hover{
	opacity: 0.75;
}

@media screen and (max-width:1000px) { 
#container #wrapper,
#container .eventimage{
	width: 100%;
}

.backlink a{
	font-size: 14px;
}
}

@media screen and (max-width:760px) {
#container .point{
	font-size: 18px;
}
}

@media screen and (max-width:660px) {
#container #wrapper{
	padding: 0 10px 60px;
}

#container .eventtitle{
	height: auto;
	padding-top: 1px;
	top: 40px;
}

#container .eventtitle img{
	width: 100%;
}
}

@media screen and (max-width:550px) {
#container .point{
	font-size: 14px;
	margin: 0 0 20px;
}

.backlink{
	margin-bottom: 25px;
}
}

@media screen and (max-width:450px) {
#container #wrapper{
	padding: 0 10px 60px;
}

#container .point{
	font-size: 3.2vw;
}
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/#container＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿contents＿＿＝＝＝＝＝＝＝＝＝＝*/
.contents .date span{
	font-size: 140%;
}

.contents p{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contents .redfont{
	color:#c00;
}

.contents .pickup{
	font-size:140%;
	color:#c00;
	font-weight:bold;
	line-height:1.5em;
}

.contents .caption{
	background: #a42537;
	color: #fff;
	font-size:120%;
	font-weight:bold;
	margin-top: 40px;
	padding:	5px 0;
}

.contents .linecaption{
	border-bottom: solid #9e0000 2px;
	color: #9e0000;
	font-size:120%;
	font-weight:bold;
	margin-top: 40px;
	padding:	5px 0;
}

.contents .caption span{
	border-bottom: solid #fff 1px;
	border-top: solid #fff 1px;
	display: block;
	padding: 5px 1em;
}

.contents ul,
.contents ol{
	margin-left: 30px;
}

.contents li{
	margin-bottom: 10px;
}

.contents li:last-of-type{
	margin-bottom: 0;
}

.contents .btn{
	display:block;
	width:600px;
	background: #1e7200;
	background-image: -webkit-linear-gradient(top, #1e7200, #0f3301);
	background-image: -moz-linear-gradient(top, #1e7200, #0f3301);
	background-image: -ms-linear-gradient(top, #1e7200, #0f3301);
	background-image: -o-linear-gradient(top, #1e7200, #0f3301);
	background-image: linear-gradient(to bottom, #1e7200, #0f3301);
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-align:center;
	margin:20px auto 40px;
	padding: 15px;
	text-decoration: none;
}

.contents .minibtn{
	display:block;
	width: 300px;
	background: #1e7200;
	background-image: -webkit-linear-gradient(top, #1e7200, #0f3301);
	background-image: -moz-linear-gradient(top, #1e7200, #0f3301);
	background-image: -ms-linear-gradient(top, #1e7200, #0f3301);
	background-image: -o-linear-gradient(top, #1e7200, #0f3301);
	background-image: linear-gradient(to bottom, #1e7200, #0f3301);
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin:20px 0 0;
	padding: 15px;
	text-decoration: none;
}

.contents .btn:hover,
.contents .minibtn:hover{
	opacity: 0.75;
}

@media screen and (max-width:650px) {
.contents .btn{
	width:90%;
}

.contents .caption{
	margin-top: 0;
}
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/contents＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿もう一人の私＿＿＝＝＝＝＝＝＝＝＝＝*/
.narita ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}

.narita ul li{
	display:flex;
	flex-direction:column;
	margin-bottom: 40px;
	margin-right: 2%;
	width: 32%;
}

.narita ul li:nth-of-type(3n){
	margin-right: 0;
}

.narita .image{
	display: block;
	margin: 0 0 10px;
	position:relative;
}


.narita .image img{
	width: 100%;
}

.narita .image span{
	background: #c00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.narita ul .theme{
	font-size: 12px;
	margin: 0 0 5px;
}

.narita ul .theme span{
	font-size: 18px;
	font-weight: bold;
}

.narita ul .question{
	font-size: 12px;
	margin: 0;
}

.narita ul .answer{
	background: #4cbbd7;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	flex-grow:100;
	padding: 10px;
}

.narita ul .name{
	background: #a42537;
	border-radius: 5px;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px;
	text-align: center;
	text-decoration: none;
}

.narita li p:nth-of-type(1),
.narita li p:nth-of-type(3){
	border-bottom: solid #a42537 2px;
	color: #a42537;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}

@media screen and (max-width:800px) {
.narita ul li{
	margin-right: 3%;
	width: 48.5%;
}

.narita ul li:nth-of-type(3n){
	margin-right: auto;
}

.narita ul li:nth-of-type(2n){
	margin-right: 0;
}
}

@media screen and (max-width:500px) {
.narita ul li{
	margin-right: 0;
	width: 100%;
}
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/もう一人の私＿＿＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＿＿footernavi＿＿＝＝＝＝＝＝＝＝＝＝*/
#footernavi{
	background: rgba(255,255,255,0.1);
	font-size: 0;
	padding: 40px 0;
	overflow-x: scroll;
	text-align:center;
	width:100%;
	white-space: nowrap;
	-ms-overflow-style: none;		/* IE, Edge 対応 */
	scrollbar-width: none;			 /* Firefox 対応 */
}

#footernavi::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;
}

#footernavi a{
	background: #141414;
	background-image: url(../img/footernavi.png);
	border: solid #666 1px;
	box-sizing: border-box;
	color: transparent;
	display: inline-block;
	height: 62px;
	margin-right: 6px;
	transition: all	0.3s ease;
	vertical-align: top;
	width: 85px;
}

#footernavi a:last-of-type{
	margin-right: 0;
}

#footernavi a.event02{background-position:-85px 0px;}
#footernavi a.event03{background-position:-170px 0px;}
#footernavi a.event04{background-position:-255px 0px;}
#footernavi a.event05{background-position:-340px 0px;}
#footernavi a.event06{background-position:-425px 0px;}
#footernavi a.event07{background-position:-510px 0px;}
#footernavi a.event08{background-position:-595px 0px;}
#footernavi a.event09{background-position:-680px 0px;}
#footernavi a.event10{background-position:-765px 0px;}
#footernavi a.event11{background-position:-850px 0px;}
#footernavi a.event12{background-position:-935px 0px;}
#footernavi a.event13{background-position:-1020px 0px;}
#footernavi a.event14{background-position:-1105px 0px;}

#footernavi a:hover{
	background-color: #333;
	border: solid #fff 1px;
}

#footernavi a span{
	display:block;
	width:100%;
	height:100%;
}

/*終了表記
#footernavi a:nth-of-type(4) span,
#footernavi a:nth-of-type(4) span:hover,
#footernavi a:nth-of-type(11) span,
#footernavi a:nth-of-type(11) span:hover{
	background:rgba(0,0,0,0.75);
}*/

/*＝＝＝＝＝＝＝＝＝＝＿＿/footernavi＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/
#copyright{
	color: #000;
	font-size: 12px;
	line-height: 100px;
	text-align: center;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿TOPへ戻るボタン＿＿＝＝＝＝＝＝＝＝＝＝*/
#back-top{
	display:block;
	width:80px;
	height:80px;
	position:fixed;
	bottom:50px;
	left:50%;
	margin-left:520px;
	opacity: 0.7;
	z-index: 9990;
}

#back-top:hover{
	opacity: 0.9;
}

#back-top a{
	display:block;
	width:80px;
	height:80px;
	border-radius:10px;
	background:#000;
	border:solid #000 1px;
	position:relative;
}

#back-top a span{
	display:block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin:35px auto;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/TOPへ戻るボタン＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿トップページへボタン＿＿＝＝＝＝＝＝＝＝＝＝*/
.totop{
	background: #9e0000;
	border-radius: 5px;
	color: #fff;
	display: block;
	line-height: 40px;
	margin: 40px auto 0;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

.totop:hover{
	background: #c31c1c;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/トップページへボタン＿＿＝＝＝＝＝＝＝＝＝＝*/