header{
 color:black;
 font-family:'Zen Old Mincho',serif;
 background-image:url(img/toph.png);
 width:100%;
 height:289px;
}

.gnavi li a{
   
	position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
	color:#ffcc11;
}

.gnavi li a::after {
    content: '';
    
    position: absolute;
    bottom: 0;
    left: 10%;
   
    width: 80%;
    height: 2px;
    background:#ffcc11;
    
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}


.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);
}

h2{
  font-size:50px;
 text-align:center;
 padding:100px;
 padding-left:0px;
 padding-right:0px;
}

img{
  float:right;

}


section{
  background-color:#fff3e5;
  margin-top:30px;
  margin-bottom:100px;
}



p{
    font-size:25px;
    font-family: 'Zen Old Mincho', serif;
    padding-left:30px;
  
}

ao{
    font-size:20px;
    font-family: 'Zen Old Mincho', serif;
    padding-left:30px;
  
}

table{
    padding-left:20px;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #ffd3cf;
    border: dashed 2px #cd5c5c;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}




/*見出し*/
h1{
font-family: 'Zen Old Mincho', serif;
font-size:35px;
padding-left:10px;
margin:20px;
margin-top:40px;
}

.kikai p{
font-family: 'Zen Old Mincho', serif;
font-size:25px;
padding-left:10px;
margin:20px;
margin-top:40px;
}

.kikai:before {
  content: url('bamen.png');
}

.border{
	position: relative;
font-family: 'Zen Old Mincho', serif;
font-size:35px;
border-width:2px;
}

.border:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #000;
	animation: border_anim 1.2s linear forwards;
}



@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
/*ナビゲーション*/
nav {
    padding:10px;
}

nav a {
  color:#cd5c5c;
  text-decoration: none;
  font-family:'Zen Old Mincho',serif;
  font-size:26px;
  font-weight:bold;
}

    nav li{
    display: inline-block;
    padding-right:20px;
     color:#cd5c5c;
  text-decoration: none;
  font-family:'Zen Old Mincho',serif;
  font-size:25px;
}

nav a:hover {
  color: #ffcc11;
}

nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
      text-align:center;
}


/*ナビゲーション*/


.border img{
    border-style: double;
    border-color:#cd5c5c; 

    
}
