@charset "utf-8";
/* CSS Document */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img	{
	vertical-align: bottom;
}
.basicinfo {
	padding: 20px;
	border: 1px solid #666;
}
#header h1 , #footer p{
	margin: 0px;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
#footer p {
	font-size: 18px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.subject {
	width: 300px;
	float: left;
	margin-right: 25px;
}
.subject h2+p {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.subject p+p {
	font-size: 14px;
	margin-bottom: 0px;
}
#footer {
	margin-top: 30px;
	clear: both;
}
#main {
	overflow: hidden;
}
.subject h2 {
	margin-top: 0px;
}
#subject03 {
	margin-right: 0px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0px;
	overflow: hidden;
}
#nav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#nav ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 34px;;
}



#nav ul li a:hover {
	background-color: #FDD035;
}
#content h2 {
	font-size: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #DC6618;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #CCC;
}
#content p {
	font-size: 14px;
	
}


#content {

}

	float: left;
	width: 640px;

#event #content h2 {
	border-left-color: #83A80F;
}
#event #sidebar {
	background-color: #83A80F;
}
#contact #content h2 {
	border-left-color: #046096;
}
#contact #sidebar {
	font-size: 12px;
	background-color: #046096;
}
#photos {
	border: 2px solid #DC6618;
	margin-top: 30px;
	position: relative;
	height: 350px;
}
#photos img {
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFF;
}
#photo01 {
	position: absolute;
	left: 29px;
	top: 34px;
	z-index: 1;
}
#photo02 {
	position: absolute;
	left: 296px;
	top: 87px;
}
table {
	font-size: 18px;
	margin-top: 30px;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
th {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #C2E162;
}
td {
	padding: 10px;
	border: 1px solid #000000;
}
#date {
	width: 100px;
}
label {
	display: block;
}
#namae, #email {
	width: 300px;
}
#comment {
	width: 550px;
}
form {
	margin-top: 30px;
	padding-top: 10px;
	
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #EDE596;
}

.migi {
	float: right;
}

font-size: 24px;
h3 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F0;
	
}
.senter {
	font-size: 24px;
	text-align: center;
	color: #000;
}

#t {
	font-size: 12px;
	text-align: left;
	background-color: #D6D6D6;
}


p {
	font-size: 25px;
	color: #000;
}

h2 {
	font-size: 30px;
	color: #000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-left: 25px;
	margin-top: 10px;
	background-color: #FFF;
}

h4 {
	font-size: 30px;
	color: #FF0;
	padding-left: 10px;
	margin-top: 10px;
}



/* Nav
-----------------------------------------*/
.Nav {
  margin-top: 60px;
  border-top: solid 1px #F5F4F0;
  border-bottom: solid 1px #F5F4F0;
}
@media screen and (max-width: 1000px) {
  .Nav {
    position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 15px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

#t {
	background-color: #D6D6D6;
}

#t2 {
	font-size: 18px;
	background-color: #000;
}


#t2 p {
	font-size: 18px;
	color: #FFF;
}
.akafutoji {
	font-size: 30px;
	text-align: center;
	color: #F00;
}


#footer p {
	font-size: 18px;
	color: #FFF;
}

#footer {
	font-size: 18px;
	background-color: #000;
}





#ber {
	color: #FFF;
	width: 950px;
}
#ber ul li a {
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 15px;
	color: #000;
}

#ber ul li a:hover {
	text-decoration: underline;
	font-size: 18px;
}


#ber ul li {
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFF;
	border: 2px solid #900;
	background-repeat: no-repeat;
	background-position: right;
}
#ber ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
}
#ber h3 {
	font-size: 14px;
	margin-top: 0px;
	margin: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}




