@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
	margin: auto;
	text-decoration: none;
    max-width: 1000px;
	font-family: "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
}

#container {
	width:auto;
  　background-color: #FFFFFF;
	padding:10px;
	line-height: 1.5em;
}

.accordion-menu .sub-menu a:hover {
  color: #999999;
}

.button-panel {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width:auto;
}

.button-panel li {
  	margin: 5px;
	width: 20%;
  	position: relative;
}

.button-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  margin:0px;
}

.button-panel a:hover {
  color:#999;
  opacity: 0.8;
}

.button-icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 10px;
}

.button-text {
  font-size: 20px;
  color:#fff;
}

.button1 {
  background-color: #DBAAFC; 
}

.button2 {
  background-color: #DBAAFC; 
}

.button3 {
  background-color: #A5B3FC; 
}

.button4 {
  background-color: #A5B3FC; 
}
	
.button5 {
  background-color: #7781E6; 
}

#box1 {
	width: auto;
	height: 190px;
	border: none;
	overflow: hidden;
	padding: 10px;
	background-color: #ffffff;
}

#box1 p {
/*	text-decoration:underline;
    text-decoration-color: grey;*/
}

.PSM-link {
	text-align: center;
 }

.PSM-link ul {
	
	list-style-type: none;
	text-decoration: none;
}

.PSM-link li {
	display:inline;
}

.PSM-link a {
	text-decoration: none;
}

.PSM-link a:hover {
	color: #999999;
}

#map {
	width: 80%;
}

#SNS_link {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;	
}

#SNS_link ul {
	font-size: 0pt;
}

#SNS_link li {
	height: 30px;
	line-height: 30px;
	text-align: left;
	display: inline-block;
	width: 15%;
	text-decoration: none;
}

#SNS_link li:hover, li:active {
	color: #999999;
}

  footer {
	clear: both;
    width: auto;
    height: auto;
    line-height: 20px;
	color: #000000;
	font-size: 16px;
	background-color:#DFFFFF;
	padding: 2px 20px;
	margin:0;
  }

#footer_menu {
	display: inline;
	clear: both;
	float: left;
	margin-bottom: 0px;
 	width: auto;
}

#footer_menu ul {
	display:flex;
	padding: 0px;
	list-style:none;
	text-align: left;
	margin: 0 auto;
	width: 380px;
  }
	

#footer_menu li {
	display:inline;
	float: left;
	text-align: left;
	padding: 5px 10px 5px 15px;
	color: #000000;
	width: auto;
	text-decoration: none;
}

#footer_menu li:hover {
	color: #999999;
	text-decoration: none;
}

#footer_menu a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

/* PC styles */
@media only screen and (min-width: 768px) {

.header {
	justify-content: flex-end;
	width: auto;
	max-width:1000px;
	height: 100px;
	text-align: left;
	padding: 10px 5px 0px;
	color:#FFFFFF;
	font-size:26px;
	text-decoration: none;
	background-color: #B489CC;
	display: block;
	align-items: center;
	margin: 0px;
}

.header a:visited {
		color:#fff;
}
	
.logo {
	font-size: 1.5em;
}

.logo a {
	text-decoration: none;
}

.back-button {
	display: none;
}

.menu-icon {
  display: none;
}

.accordion-menu .menu {
	justify-content: center;
    padding: 0;
    margin: 0;
    top: 18px;
    list-style-type: none;	
	clear: both;
	display: flex;
	float: left;
	margin-bottom: 0px;
 	width: 100%;
}

.accordion-menu .menu li {
  padding: 0;
  margin: 0;
  width:100%;
}
	
.menu-item {
  position: relative;
/*  margin-right: 20px;*/
}

.accordion-menu .menu-item label {
  text-align:center;
  display: block;
  cursor: pointer;
  padding: 9px;
  color: #fff;
  font-size: 14px;
}
	
.accordion-menu .menu-item label:hover {
	color:#bbb;	
}
.accordion-menu .sub-menu {
  display: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  transition: max-height 1s ease;
  position: absolute;
  top:100%;
  left:50%; /* Position the submenu relative to its parent menu item */
  width: auto;
  transform: translateX(-50%); /* Center the submenu horizontally */
  z-index: 1;
}

.accordion-menu .sub-menu li {
  padding: 10px;
  background-color: #fff;
  border-bottom: 0.1px solid #ccc;
  text-align: center;
  width:140px;
}

.accordion-menu .sub-menu a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}


.sub-menu li:last-child {
  margin-bottom: 0;
}

.accordion-menu .close-button {
  display: none;
}
	
/* Hide checkboxes */
.accordion-menu .menu-toggle,
.accordion-menu .sub-menu-toggle {
  display: none;
}

/* Show sub-menu when checkbox is checked */
.accordion-menu .menu-item input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
  max-height: 500px; /* Adjust the value based on your needs */
}

#container {
	margin: 0 20px;
}

.button-panel li:active .submenu {
  display: block;
}
	
.button-panel a {
    flex-direction: column;
    justify-content: flex;
}

.button-icon {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 20;
  margin-right: 10px;
}

.button-text {
    font-size: 20px;
}
	
#footer_menu a {
	font-size: 14px;
}

h1 {
	color:#000066;
	font-size: 280%;
	text-align: right;
}

h2 {
	font-size: 170%; font-weight: normal; line-height: 1.8; margin: 0.3em 0 10px;
	border-width: 0px 0px 2px 0px; border-style: solid; border-color: #000066;
}

h3 {
	font-size: 135%; font-weight: normal; line-height: 1.8; margin: 0.3em 0 10px; padding-left: 4px;
	 border-width: 0px 0px 0px 6px; border-style: solid; border-color: #000099;
}

h4 {
	font-size: 118%; font-weight: normal; line-height: 1.8; margin: 0.3em 0 10px; padding-left: 4px;
	 border-width: 0px 0px 0px 6px; border-style: solid; border-color: #6699FF;
}

}/*End of PC setting*/

/* Mobile styles */
@media only screen and (max-width: 767px) {
  /* Add styles for smaller screens here */
  * { -webkit-text-size-adjust: none; }

	
body {

}
	
.header {
    justify-content: flex-end;
	width: auto;
	/*margin:0px;*/
	height: 36px;
	text-align: left;
	/*padding: 5px;*/
	color:#FFF;
	text-decoration: none;
    background-color: #A361C2;
    display: flex;
    align-items: center;
    position: relative; /* Make the header relatively positioned */
}

.header a {
	color: #fff;
	text-decoration: none;
	font-size:20px;
}

.header a:visited {
	color: #fff;
}

.header a:hover {
	color: #999;
}

.logo {
	position: absolute;
	left: 10px;
	font-size: 2em;
	display: table-cell;
  	vertical-align: middle;
}

.logo a {
	text-decoration: none;
	color:#fff;
}

.logo a:visited {
	text-decoration: none;
	color:#fff;
}

.back-button {
	position: absolute;
  	top: 0;
  	left: 0;
	display: inline;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 25px;
}

.back-button:hover {
  color: #999;
  text-decoration: none;
}

.menu-icon {
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20pt;
	display: table-cell;
	vertical-align: middle;
}

.accordion-menu .menu {
  list-style-type: none;
  margin: 0;
  font-size: 16px;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width:92%;
  background-color: #f1f1f1;
  padding: 20px;
  z-index: 999;
}

.accordion-menu .menu-item label {
  display: block;
  cursor: pointer;
  padding: 20px 10px;
  background-color: #f1f1f1;
  color: #333;
  border-bottom: 1px solid #ccc;
  text-align:center;
}

.accordion-menu .menu-item label:hover {
	color: #999999;
}

.accordion-menu .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align:center;
}

.accordion-menu .sub-menu li {
  padding: 15px 10px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}

.accordion-menu .sub-menu a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
 }

/* Hide checkboxes */
.accordion-menu .menu-toggle,
.accordion-menu .sub-menu-toggle {
  display: none;
}

/* Show sub-menu when checkbox is checked */
.accordion-menu .menu-item input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
  max-height: 500px; /* Adjust the value based on your needs */
}

.accordion-menu.show-menu .menu {
  display: block;
}

.accordion-menu .close-menu {
  display: flex;
  justify-content: flex-end;
}

.accordion-menu .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.accordion-menu .close-button:focus {
  outline: none;
}

.accordion-menu .close-button:hover {
  color: #999999;
}

#container {
	width:auto;
  　background-color: #FFFFFF;
	margin:0 10px;
	font-size:18px;
}
	
.button-panel {
	flex-wrap: wrap;
}

.button-panel li {
	width:100%;
}

.button-panel a {
  flex-direction: row;
  height: 80px; /*Set the desired height */
}

.button-panel li:hover .submenu {
  display: block;
}

.button-text {
    font-size: 20px;
}

#footer_menu a {
	font-size: 16px;
}

h1 {
	color:#000000;
	font-size: 200%;
	text-align: right;
}

h2 {
	font-size: 150%; font-weight: normal; line-height: 1.8; margin: 0.3em 0 10px;
	border-width: 0px 0px 2px 0px; border-style: solid; border-color: #000066;
}

h3 {
	 font-size: 120%; font-weight: normal; line-height: 1.8; margin: 10px 0 10px; padding-left: 4px; padding-top: 10px;
	 border-width: 0px 0px 1px 0px; border-style: solid; border-color: #000099;
}

h4 {
	font-size: 110%; font-weight: normal; line-height: 1.8; margin: 0.3em 0 10px; padding-left: 4px;
	 border-width: 0px 0px 1px 0px; border-style: solid; border-color: #6699FF;
}

/*p {
	font-size: 16px;
}	
	*/
}
/*End of mobile setting*/

#achievement_menu {
 	width: 750px;
   width: 100%;
	height:30px;
	font-size: 10pt;
}

#achievement_menu ul {
	font-size: 0pt;
}

#achievement_menu li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 9pt;
	color: #000000;
	width: 23%;
}

#achievement_menu a:link {

}

#achievement_menu a:visited {
color: #000000;
text-decoration: none;


}

#achievement_menu a:hover, a:active {

color: #999999;
text-decoration: none;

}

.year {
	white-space: nowarp;
	vertical-align: top;
	text-align: right;
	width: 70px;
	padding: 5px;
	font-size: 12pt;
}

.event {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 12pt;
}

.table_entry {
	vertical-align: top;
	text-align: right;
	width: 110px;
	padding: 4px;
}

.table_entry_1 {
	vertical-align: top;
	text-align: right;
    width: 80px;
	padding: 4px;
	padding-right: 10px;
}

.table_entry_2 {
	vertical-align: top;
	text-align: right;
    width: 90px;
	padding: 4px;
	padding-right: 10px;
	font-size-adjust: 12pt;
}

.table_entry_3 {
	vertical-align: top;
	text-align: right;
    width: 120px;
	padding: 4px;
	padding-right: 10px;
	font-size-adjust: 12pt;
}

.table_detail {
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

#title {
	font-size: 150%;
	color: #000000;
}

#subtitle {
	font-size: 120%;
	color: #000000;
}

