@charset "utf-8";
article,aside,dialog,div,figure,footer,header,hgroup,hr,nav,section{display:block}a,hr{border:0;padding:0}em,mark{font-style:italic}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}mark,strong{font-weight:700}ins,mark{background-color:#ff9;color:#000}body{line-height:1.6;overflow-y:scroll}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}.chu:before,.kome:before{content:"※"}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}.red,b{color:red}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:text-top}img{vertical-align:bottom;}b{font-size:inherit}small{font-size:80%}.center{text-align:center}.border{border:1px solid}.blue{color:#00f}.chu{color:red}.kome{margin-left:1em;font-size:90%}blockquote p,q{quotes:"『" "』""「" "」"}blockquote p:before,q:before{content:open-quote}blockquote p:after,q:after{content:close-quote}address{font-style: normal;}


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 2.0;
	font-size:18px;
	overflow-y:scroll;
	background-color: #000;
	color: #fff;
/*	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;*/
}
.wrap{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#header{
  width: 100%;
}
h1{
  margin: 0 auto;
}
h1 img{
  width: 100%;
  height: auto;
}

#mv_area{
	width: 900px;
	margin: 50px auto;
}
#mv{
	width: 900px;
	height: 450px;
}

@media screen and (max-width: 900px){
  #mv_area{
    width: 700px;
    margin: 50px auto;
  }
  #mv{
    width: 700px;
    height: 400px;
  }
}

@media screen and (max-width: 700px){
  #mv_area{
    width: 500px;
    margin: 50px auto;
  }
  #mv{
    width: 500px;
    height: 300px;
  }
}

@media screen and (max-width: 500px){
  #mv_area{
    width: 90%;
    margin: 50px auto;
  }
  #mv{
    width: 100%;
    height: 200px;
  }
	.cal img{
		width: 90%;
	}
}

#contents{
  clear: both;
  margin-bottom: 80px;
}
h2{
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 2em 3px 2em;
  font-size: 120%;
  border-style: solid;
  border-width: 1px;
}
.info{
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #fff;
}
.circle{
	margin-left: 2em;
}
.gold{
	color:#F5CA4D;
}
.f_w{
	color: white;
}

@media screen and (max-width: 639px){
  h2{
    font-size: 100%;
  }
}

h2 span {
  letter-spacing: .5em;
}
h3{
  padding: 5px 0;
  font-size: 120%;
}
.small{
  font-size: 85%;
}
.large{
  font-size: 120%;
  color: yellow;
}
.big{ 
  font-size: 140%;
}
.res img{
  height: auto;
}

.column{
  width: 86%;
  margin: 10px 2%;
  padding: 20px 5%;
}
.box{
  margin: 10px 0;
  padding: 10px 0;
}
.border_box{
  margin: 20px 0 10px;
  padding: 10px 3% 20px;
  border: solid 1px #ccc;
}

dl.short dt{
  float: left;
  width: 3em;
}
dl.short dd{
  margin-left: 3em;
}
dl.normal dt{
  float: left;
  width: 15em;
}
dl.normal dd{
  margin-left: 9em;
}


.disc > li{ 
	list-style: inside disc!important;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal > li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1em;
}
.no_mark > li{
	list-style: none;
	text-indent: 0;
}
.no_mark_i > li{
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
.no_mark_m > li{
	list-style: none;
	margin-left: 1em;
}
.list > li{ 
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
.list > li::before{
	content: "※";
}

/* tableスタイル */
.nl_table{ width: 100%; }
.nl_table, .nl_table th{
	padding: 5px;
	border: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.nl_table td{
	padding: 5px 1em;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}

.yohaku{
  margin: 10px;
}
.yohaku td{
  padding: 15px;
  vertical-align: top;
}

.btn_area{
  margin: 30px auto;
}
.btn{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  border: solid 0px;
  border-radius: 15px;
  color: white;
  text-align: center;
  background: red;
	font-weight: bold;
}
.btn a{
  display: block;
  color: white;
  text-decoration: none;
}
.btn a:hover{
  color: yellow;
  cursor: pointer;
}
#page_back{
position: fixed;
bottom: 15px;
right: 30px;
padding: 3px 0;
font-size: 14px;
text-align: center;
background: #000;
color: white;
border: solid 1px white;
border-radius: 15px;
}
#page_back a{
background-image: url("img/back.png");
background-repeat: no-repeat;
background-size: contain;
background-position: right 30px bottom 15px;
background-attachment: fixed;
border-radius: 15px;
}
@media screen and (min-width: 641px){
#page_back{
width: 100px;
height: 120px;
}
#page_back a{
width: 100px;
height: 120px;
background-size: 100px;
}
#page_back a:after{
content: "ページの先頭へ";
}
.for_sp{
display: none;
}
}
@media screen and (max-width: 640px){
#page_back{
width: 50px;
height: 75px;
}
#page_back a{
width: 50px;
height: 75px;
background-size: 50px;
}
#page_back a{
background-position: right 30px bottom 25px;
}
#page_back a:after{
content: "\02227";
font-size: 1.5rem;
position: absolute;
top: -13px;
left: 16px;
}
.for_pc{
display: none;
}
}
#page_back a{
  display: block;
  color: white;
  text-decoration: none;
}
.yellow{
	color: yellow;
}

#gaiyo{
  width: 86%;
  margin: 10px 2%;
  padding: 20px 5%;
  /*background: url(img/shiro1.png) no-repeat top right;*/
}
@media screen and (max-width: 999px){
	body{
		background-image: none;
	}
  #gaiyo{
    background: none;
  }
}
#gaiyo h2{
  margin-bottom: 20px;
  padding: 3px 2em 3px 2em;
  letter-spacing: 1em;
  background: white;border-color: #fff;
  color:#000;
  z-index: 100;
}
@media screen and (max-width: 639px){
  #gaiyo h2{ letter-spacing:normal; }
}



#date{
  padding: 30px 0;
  color: white;
  margin-bottom: 25px;
}
#date h2{
  padding: 3px 1em 3px 2em;
  letter-spacing: 1em;
  border-color: white;
}
#date ul{
  float: left;
  width: 90%;
  margin: 10px 5%;
}
#date li{
  float: left;
  /*width: 25%;*/
  list-style: none;
  /*font-size: 140%;*/
}
@media screen and (max-width: 999px){
  #date li{
    font-size: 110%;
  }
}
@media screen and (max-width: 639px){
  #date li{
/*    width: 50%;*/
  }
	address img{
		width: 100px;
	}
}
.content_box{
  margin-left: 2em;
/*  margin-top: -45px;
  margin-bottom: 50px;*/
  padding: 35px 2%;
}

#contact{
  padding-bottom: 50px;
  color: white;
}
#contact a{ color: white; }


#kinenfu, #hikonyan , #kirie{
  display: flex;
  flex-wrap: wrap;
}
#kinenfu > p{
  width: 20%;
  margin-right: 3%;
}
#kinenfu div{
  width: 60%;
}
#kinenfu dt{
  font-size: 120%;
}
#kirie > p{
  width: 20%;
  margin-right: 3%;
}
#kirie div{
  width: 60%;
}
#kirie dt{
  font-size: 120%;
}
@media screen and (max-width: 639px){
  #kinenfu > p, #kinenfu div{
    width: 98%;
    margin: 0 1%;
  }
  #kinenfu > p{
    text-align: center;
  }
  #kirie > p, #kirie div{
    width: 98%;
    margin: 0 1%;
  }
  #kirie > p{
    text-align: center;
  }
  td{
    display:block;
  }
}

#hikonyan{
  width: 93%;
  max-width: 440px;
  margin: 20px 0;
  padding: 10px 3%;
  border: solid 3px white;
  border-radius: 20px;
}

#hikonyan div{
  width: 300px;
  margin-right: 20px;
}
#hikonyan > p{
  width: 91px;
}

.lead_txt {
  margin-top: 30px;
}
.date_table td.td_date {
  padding: 0;
  text-align: right;
}
.date_table td {
  padding: 0 10px;
}
.year-int {
  display: inline-block;
  margin-left: 4.1rem;
}
.sp-br {
  display: none;
}
@media screen and (max-width:1024px){
  .lead_txt {
    padding: 0 5%;
  }
}
@media screen and (max-width:767px){
  body {
    font-size: 16px;
  }
  
  .date_table td {
    display: table-cell;
  }
  /*.date_table td.td_date {
    text-align: left;
  }
  .date_table td.td_info {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
  }*/
  .cover {
    overflow: auto;
  }
  .cover {
    overflow: auto;
  }
  .date_table {
   /* width: 550px;*/
   width: auto;
  }
  .content_box {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .year-int {
    margin-left: 3.7rem;
  }
  .info {
    box-sizing: border-box;
  }
} 



.flex_b{
display: flex;
justify-content: space-between;
align-content: center;
gap: 15px;
}
@media screen and (max-width:450px){
  .sp-br {
    display: block;
  }
  .flex_b{
  display: block;
  }
}
#kangetsu .orange {
  color: #fff!important;
  background: #ffa500;
}
#kangetsu .red_o {
  color: #fff!important;
  background: #ff4500;
}
.glow{
  box-shadow: 0px -25px 170px 10px #fff ;
}
/*-----20230627 start-------*/
@media screen and (min-width: 501px){
#youtube iframe{
width: 100%;
min-height: 450px;
}
#rule {
    height: 335px;
    width: 95%;
    margin: 25px auto;
    border: 1px solid #fff;
    padding: 20px;
}
.gojouin{
width: 80%;
}
}
@media screen and (max-width: 500px){
#youtube iframe{
width: 100%;
height: auto;
}
#rule {
    height: 475px;
    width: 95%;
    margin: 25px auto;
    border: 1px solid #fff;
    padding: 9px;
}
.date_table td {
    padding:0;
}
.gojouin{
width: 100%;
margin: 0 auto;
}
}
.white{
background-color: #fff;
color: #000;
}