body {
background-image: url("images/Kawano3.JPG");
background-repeat: no-repeat;
background-size: cover;
}

h1 {
font-family: Georgia;
font-size: xxx-large;
color: #ffffff;
}

h3 {
font-family: arial;
font-size: x-large;
color: #ffffff;
}

#A {
font-size: large;
color: #ffffff;
}

#B {
font-size: x-large;
color: #ffffff;
}

#C {
font-size: xx-large;
color: #fffacd;
}

#D {
font-size: xx-large;
font-family: Georgia;
}

p {
font-size: medium;
color: #ffffff;
}


h2, ul {
    display: flex;
    justify-content: center;
font-family: Georgia;
font-size: xx-large;
color: #ffffff;
gap: 20px;
padding: 0;
  }

li {
list-style: none;
}

li a{
color: #ffffff;
font-size: xx-large !important;
}

li a:hover {
text-decoration:none;
}

  li:nth-child(2) {
    margin: 0 10px;
  }

nav {
}


.flex {
  display: flex;
}
.flex .image {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

body{
margin: 20px;
line-height: 1.5em;
}
img{
float: left;
margin-bottom: 15px;
margin-right: 15px;
}
.clear{
clear: left;
}
.title{
font-weight: bold;
}
@media(width <= 640px){
ul{
flex-direction:colum;
gap:10px;
}
.item{
flex-direction:colum;
}
}

table {
color: #ffffff;
margin: 0 auto;
}

table a {
color: #ffffff;
}

.content {
max-width: 960;
margin-right: auto;
margin-left: auto;
}

@media(width <= 640px){
ul{
flex-direction:column;
gap: 10px;
}
.item{
flex-direction:column;
}
}

a:link {color: #ffffff;}
a:visited {color: #f5deb3}
a:hover {color: #ff1493}
a:active {color: #ffd700}

#information h2 {
display: inline-block;
margin: 0 auto 40px;
font-weight: 700;
border-bottom: 4px solid #ffffff;
}

#information article {
margin-bottom: 40px;
padding: 40px 40px 35px;
text-align: left;
border-radius: 20px;
backdrop-filter: blur(10px);
}

#information article h3 {
font-size: large;
}

#information article .text_content {
line-height: 2.0em;
font-size: 0.85rem;
}

@keyframes color-blink {
0%, 100% { color: #333; }
50% { color: #ffff00; }
}
.color-blink {
animation: color-blink 1s infinite;
}

.slider {
position: relative;
width: 100%;
height: 800px;
overflow: hidden;
}

.slider img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;

opacity: 0;
animation: fade 30s infinite;
}

.slider img:nth-child(1) {animation-delay: 0s;}
.slider img:nth-child(2) {animation-delay: 5s;}
.slider img:nth-child(3) {animation-delay: 10s;}
.slider img:nth-child(4) {animation-delay: 15s;}
.slider img:nth-child(5) {animation-delay: 20s;}
.slider img:nth-child(6) {animation-delay: 25s;}

@keyframes fade {
5%, 8% { opacity: 1;}
33%,100% { opacity: 0;}
}

