/* Reset Styles
***********************/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #3f3a39;
}
blockquote, q demo blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
body {
  font-family: heisei-mincho-std, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16pt;
  color: #3f3a39;
}
.slider {
  margin: 50px 0 10px !important;
}
section#table_box table {
  margin: 20px auto;
}
section#table_box #tbl-r02 th {
  background: #a70000;
  color: #fff;
  padding: 15px 10px 10px;
}

section#header_box{
	background-color: #a70000;
	padding: 1em 0;
}
ul.slides li#zero {
  background-image: url("../img/slider_00.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*color: #32662b;*/
}
ul.slides li#first {
  background-image: url("../img/slider_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*color: #32662b;*/
}
ul.slides li#second {
  background-image: url("../img/slider_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*color: #ff9600;*/
}
ul.slides li#third {
  background-image: url("../img/slider_03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*color: #e42d2d;*/
}
ul.slides li#fourth {
  background-image: url("../img/slider_04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*color: #4c1c6c;*/
}

ul.slides li#fif{
	display: inline;
	padding: 2em 0 0;
}
ul.slides li#fif h4{
	text-align: center;
	padding: 2em 0 0.5em;
    font-size: 2em;
}
h1, h3 {
  text-align: center
}
section#top {
  background-image: url("../img/section_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
section#main {
  background: url("../img/section_bg.png")
}

li.flex-nav-prev, li.flex-nav-next, div.flex-pauseplay {
  display: none;
}
div.btn_box {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
	background: #a70000;
}
div.btn_box2 {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
	background: #264080;
}
a:hover div.btn_box {
  background: #fff;
  color: #ff0000;
	border: solid 2px #ff0000;
}
a:hover div.btn_box2 {
  background: #fff;
  color: #264080;
	border: solid 2px #264080;
}
	.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.footer-copyright {
  background-color: #3f3a39;
}
.footer-copyright .txt {
  margin: 0 auto;
  padding: 25px 0 20px 0;
  max-width: 1364px;
  text-align: center;
  color: #fff;
  font-size: 10pt;
}
  section#top p {
    text-shadow: 2px 1px 2px #000000,2px 1px 2px #000000,2px 1px 2px #000000;
  }

p#past{
	margin: 1.5em auto;
	font-size: 80%;
	display:table;
  padding: 1.4em 1.5em 0.9em;
  text-decoration: none;
  background: #f7f7f7;
  border-bottom: solid 4px #a70000;
  color: #a70000;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
p#past:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
p#past span{
	color: #a70000;
	font-size: 0.8em;
	font-weight: 600;
}
p#btn_bg{
	text-align: center;
	}
p.btn_bg{
	text-align: center;
	font-size: 70%;
	line-height: 1.6em;
	padding-bottom: 1.8em;
}
#btn_bg2 img{
	width: 100%;
	max-width: 298px;
}
ul#theme li{
	display: inline;
}
ul#btn{
	text-align: center;
}
ul#btn li{
	display: inline;
}

@media screen and (min-width: 1001px) {
  br.br_sp {
    display: none;
  }
  br.br_pc {
    display: inline;
  }
  section#top {
    width: 100%;
    height: 630px;
  }
	ul.slides li{
	width: 90%;
	margin: 0 auto;
}
	ul.slides li {
    height: 768px;
	display: flex;
  justify-content: center;
  align-items: center;
  }
  ul.slides li dt {
    font-size: 290%;
    text-align: center;
    line-height: 1.8em;
	padding-bottom: 25px;
  }
  ul.slides li dd {
    line-height: 2em;
    text-align: center;
	font-weight: 600;
  }

  section#top {
    padding: 3em 0em;
	  display: inline-table;
  }
	section#top span{
		font-size: 130%;
	}
  section#top h2, section#top p {
    text-align: center;
  }
  section#top h2 {
    padding: 2em 0;
  }
  section#top p {
    line-height: 1.8em;
  }
  p#little {
    font-size: 70%;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align: right;
	margin: 15px 5% 0 0;
  }
	ul#theme{
	width: 60%;
	max-width: 851px;
	margin: 0 auto 4em;
}
  h3 {
    font-size: 160%;
    padding: 70px 0 30px;
	  font-weight: 600;
  }
	section#table_box #tbl-r02 th {
  border: solid 1px #fff;
}
  div.btn_box {
    margin: 0 auto 50px;
    padding: 30px 0 25px;
  }
	section#table_box #tbl-r02 td {
  border: solid 1px #fff;
  padding: 25px 20px 20px;
  background: #eeeeee;
}
	section#table_box #tbl-r02 td span{
		font-size: 0.7em;
	}
  section#table_box #tbl-r02 {
    width: 70%;
  }

	section#VideoBox{
		width: 70%;
		margin: 0 auto;
	}
	section#VideoBox iframe{
		width: 100%;
	}
	p#btn_bg{
	text-align: center;
	display: block;
}
#btn_bg2{
		display: none;
	}
}
@media screen and (min-width: 671px) and (max-width: 1000px) {
  br.br_sp {
    display: inline;
  }
  br.br_pc {
    display: inline;
  }
	h3{margin: 40px 0 25px;
	font-size: 160%;
	font-weight: 600;}

section#top img {
	padding: 25px 0 30px;
	}
	section#top p{
		padding-bottom: 40px;
		letter-spacing: -1px;
	}
	section#top h2{
		text-align: center;
	}
	
	section#top h2 img{
		width: 60%;
	}
	section#top p{
		text-align: center;
		line-height: 1.6em;
		padding-bottom: 90px;
		font-size: 80%;
		letter-spacing: -1px;
	}
	ul.slides li{
	width: 100%;
}
	ul.slides li img {
    width: 32.8%;
  }
	
  ul.slides li dt {
    padding: 2em 0 20px;
    font-size: 190%;
    text-align: center;
    line-height: 1.8em;
	  font-weight: 600;
  }
  ul.slides li dd {
    line-height: 1.8em;
    text-align: center;
	font-size: 90%;
	  font-weight: 600;
	  padding: 0 2em 3em;
  }
	p#little{font-size: 80%;
		margin: 15px 0;
	text-align: center;}
}
.movie-wrap {
     position: relative;
     /*padding-bottom: 52.25%; アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

section#VideoBox{
		margin: 0 auto;
	}
	section#VideoBox iframe{
		width: 100%;
	}

section#table_box #tbl-r02 td {
  padding: 25px 1em 20px;
  background: #eeeeee;
	text-align: center;
	line-height: 1.4em;
}
div.btn_box,div.btn_box2 {
    width: 30%;
    margin: 0 auto 50px;
    padding: 30px 0 25px;
	line-height: 1.6em;
	display: inline-block;
  }
#btn_bg2{
		display: none;
	}
#btn_bg img{
	width: 100%;
	max-width: 666px;
}
.btn_bg{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.footer-copyright .txt {
    padding: 13px 0 10px 0;
    max-width: 100%;
    min-width: 100%;
  }
@media screen and (max-width: 768px) {
	br.br_sp {
    display: inline;
  }
  br.br_pc {
    display: none;
  }
	h1{
		width: 90%;
		margin: 0 auto;
	}
	h1 img{
		max-width: 350px;
		width: 100%;
	}
	h2{
		padding: 1em 0;
	}
	section#top{
		padding: 0 40px 40px;
	}
	section#top p{
		font-size: 80%;
		line-height: 2em;
		text-align: left;
	}
	section#top{
		margin: 0 auto;
		padding: 0 1.5em 4em;
		line-height: 2em;
	}
	section#top p{
		font-size: 85%;
		line-height: 2em;
		letter-spacing: -1px;
	}
	h3{
	font-size: 130%;
    font-weight: 600;
    padding: 30px 0 15px;
	}
	section#top h2 img{
		width: 100%;
	}
	ul.slides li{
	width: 100%;
	}
	ul.slides li img{
		width: 32.8%;
	}
	ul.slides li dt {
    text-align: center;
    line-height: 1.4em;
	padding: 2em 0 10px;
	font-weight: 600;
  }
  ul.slides li dd {
    line-height: 1.8em;
	padding: 2em 2em 3em;
    font-weight: 600;
	  font-size: 0.8em;
  }
	#tbl-r02 span{
		font-size: 75%;
	}
	section#VideoBox iframe{
		width: 100%;
	}
 
	p#little{
		font-size: 70%;
		text-align: center;
		line-height: 1.8em;
		padding-top: 20px;
	}
  section#table_box .last td:last-child {
    border-bottom: solid 1px #ccc;
    width : -webkit-calc(100% - 2em) ;
   width : calc(100% - 2em) ;
  }
section#table_box #tbl-r02 {
    width:100%;
	font-size: 80%;
  }
  section#table_box #tbl-r02 th, section#table_box #tbl-r02 td {
    border-bottom: none;
    display: block;
  }
  div.btn_box,div.btn_box2 {
    width: 80%;
    margin: 0 auto 50px;
    padding: 30px 0 25px;
	  font-weight: 600;
	  font-size: 90%;
	}
	#btn_bg{
		display: none;
	}
	#btn_bg2{
		display: block;
		text-align: center;
	}
	#btn_bg img{
	width: 100%;
}
.btn_bg{
	width: 80%;
	margin: 0 auto;
	line-height: 1.4em;
}
	.footer-copyright{
		padding: 10px 15px;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 550px) {
	ul.slides li img {
	width: 49.2%;}
}
/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  #container {
    padding: 35px;
  }

  aside h3 {
    float: none;
    font-size: 20px;
  }
  .toggle {
    margin-left: 0;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  nav {
    position: relative;
    min-height: 46px;
    margin-bottom: 20px;
    width: 100%;
  }
  nav ul {
    width: 260px;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 0;
    z-index: 9999;
    border: 1px solid #1e5486;
    background: #255a8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
  }
  nav li {
    display: none; /* hide all <li> items */
    margin: 0;
  }
  nav li a {
    border: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  }
  nav li a:hover {
    text-decoration: underline;
  }
  nav .active {
    display: block; /* show only current <li> item */
  }
  nav a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
  }
  nav .active a {
    background: none;
    color: #fff;
    position: relative;
  }
  nav .active a:after {
    font-family: flexslider-icon;
    content: '\f005';
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* on nav hover */
  nav ul:hover {
    background: #32679a;
  }
  nav ul:hover li {
    display: block;
    margin: 0 0 5px;
  }
  nav ul:hover .active {
    border: 1px solid #1e5486 !important;
    background: #255a8c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  nav ul:hover .active a:after {
    display: none;
  }
}