@charset "utf-8";
/* CSS Document */
img{
vertical-align: bottom;
}

body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
background: #FFFFFF;
}


/*見出し*/
h3.midashi_orange{
background:#e73e20 /*url("../img/midashi_bg_orange.png") no-repeat*/ ;
/*background-size: contain;
text-align: center;*/
}
h3.midashi_orange img{
max-width: 600px;
width: 100%;
}
h3.midashi{
/*background:url("../img/midashi_bg.png")no-repeat ,#e6e6e6;
border-bottom:1px solid #e73e20;
background-size: contain;*/
}
h3.midashi img{
max-width: 600px;
width: 100%;
}
h3.midashi_cl{
background:url("../img/midashi_bg_tr.png")no-repeat;
/*border-bottom:1px solid #e73e20;*/
background-size: contain;
margin: auto;
}
h3.midashi_cl img{
max-width: 600px;
width: 100%;
}








#top-btn {
  border: 0px solid #000000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 172px;
}
@media only screen and (max-width: 640px) {
  #top-btn {
    width: 110px;
  }
  .page_top {
    max-width: 100px;
    width: 100%;
  }
}

img.page_top{
max-width: 90px;
width: 100%;
}

.footer{
background:#e73e20;
padding: 40px 0;
text-align: center;
position: relative;/*#header-imgよりも配置を上にするためにrelativeをつける*/
z-index: 10/*#header-imgよりもz-indexの値を大きな数値にして上に表示*/
}

.footer p.submanu{
color: #FFFFFF;
font-size: 0.9em;
padding: 10px 0;
}
.footer p a{
color: #FFFFFF;
font-weight: normal;
text-decoration: underline;
}
.footer p a:hover{
color: #FFFCDC;
}
.footer p a:active{
color: #FFFFFF;
}

.copy{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.8em;
	color: #FFFFFF;
}

.material-icons {
    font-size: 1em;
    margin-right: 2px;
	position: relative;
	top: 2px;
}


/*movie*/
.youtube_wrap{
padding-bottom: 30px;
}
.youtube {
	/*margin-bottom: 50px;*/
	padding: 0;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*link*/
a {
text-decoration: none;
color:#22365E;
  /*color: #000000;*/
  font-weight: bold;
  /*transition: 1s;*/
}

a:hover {
  transition-duration: 0.2s;
}
a:hover {
  color:#ef7f6b;
  transition-duration: 0.2s;
}



/* ------------------------------
　　ページャー
------------------------------ */
.pager_wrap{
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}
.pager {
	list-style: none;
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	border: 1px solid #FFFFFF;
	padding: 5px 20px;
	color: #e83e20;
	background: #ffffff;
	border-radius: 3px;
}

.pager-link {
	border: 1px solid #e83e20;
	display: block;
	padding: 5px 20px;
	color: #ffffff;
	/*color: #333;*/
	border-radius: 3px;
	background: #e83e20;
}
.pager-link a,
.pager-link a:visited,
.pager-link a:focus,
.pager-link a:active {
	color: #fff;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background:#B72C0C;
}

.pager-link-forward {
	float: right;
}

.pager-link-prev {
	float: left;
}

@media screen and (min-width: 768px) {
	.pager-link {
		padding: 5px 10px;
	}
	.pager li.cur {
		/* 現在いる位置 */
		padding: 5px 10px;
	}
}




/*個別ページcommon*/
.page_container{
background: #FFFFFF;
max-width: 1000px;
width: 100%;
margin: auto;
}

#page_header{
border-bottom: 1px solid #e83e20;
}




#page_header h1{
background: #e83e20;
text-align: center;
padding: 10px 0;
}
#page_header h1 img{
max-width: 250px;
width: 100%;
}

.page_wrap{
max-width: 1000px;
width: 100%;
margin: auto;
padding:30px 0;
}


/*span.acms-label-warning{
background:#F7F7F7;
color: #ffffff;
}*/


.event_pan {
background:#F8F8F8;
padding: 10px;
font-size: 14px;
}
.event_pan ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.event_pan ul li{

}
.event_pan ul li a{
color:#E73E20;
}