@charset "UTF-8" ;

/* base style */ 
 * {
    margin: 0; 
    padding: 0;
 }
 html, body { 
  width: 100%; 
 } 
 body { 
   background-color: #00582d; 
 } 
 a { 
   color: #FF0000; 
 } 
 ul { 
   list-style: none; 
 } 
 img { 
   max-width: 100%; 
 } 
 p {
   line-height: 1.5;
   color: #FFF;
 }
 
 /* header */ 

 .header { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-box-pack: justify; 
   -webkit-justify-content: space-between; 
   -ms-flex-pack: justify; 
   justify-content: space-between; 
 } 
 .header ul { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-box-align: center; 
   -webkit-align-items: center; 
   -ms-flex-align: center; 
   align-items: center; 
 } 
 .header ul li { 
   margin-left: 5px; 
   margin-right: 5px;
   font-size: 140%;
   color: #00FFFF;
 } 
 .header {
    border: 8px solid #FFF;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 5px;
    padding: 10px;
}
.wrap { 
    background-color:;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: ;
    background-image: url(images/onpu-bk1.jpg);
    background-size: cover;
}
 /* btn */
.btn-flat-border3 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #FFC0CB;
  font-size: 20px;
  border: solid 4px #FFC0CB;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border3:hover {
  background: #FFC0CB;
  color: black;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #00FF00;
  font-size: 20px;
  border: solid 1px #00FF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border2:hover {
  background: #00FF00;
  color: black;
}
.btn-flat-border1 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  font-size: 20px;
  text-decoration: none;
  color: #FFFF00;
  border: solid 1px #FFFF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border1:hover {
  background: #FFFF00;
  color: black;
}
 .btn-flat-border6 {
  display: inline-block;
  padding: 0.5em;
  margin: 0.3em 0;
  font-size: 20px;
  text-decoration: none;
  color: #00FFFF;
  border: solid 1px #00FFFF;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border6:hover {
  background: #00FFFF;
  color: black;
}

.btn-flat-border11 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  font-size: 20px;
  text-decoration: none;
  color: #00FF00;
  border: solid 4px #00FF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border11:hover {
  background: #00FF00;
  color: black;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #FF0000;
  border: solid 4px #FF0000;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #FF0000;
  color: black;
}

 /* inde */ 
 .inde { 
   box-shadow: 0 0 4px #000; 
   background-color: white;
 }
 .inde h2 {
   font-weight: bold;
   text-align: center;
   font-size: xx-large;
   padding: 5px;
   margin: 10px 0;
   color: #FFF;
   line-height: 1.5;
 }
 .inde h5 {
   font-weight: bold;
   text-align: center;
   font-size: 1.4rem;
   padding: 5px;
   color: #FFF;
 }
 .inde p { 
   padding: 8px;
   margin: 10px;
 }
 .inde img { 
   width:;
   text-align: center;
 }
 /* main */
 .main { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   width: 80%;
   margin: 0 auto ;
 } 
 .main div.inde { 
   width: calc(100% - 10px); 
   margin: 0 12px;
   color: #B59658;
   background: #000;
 }
 /* sub */
 .sub { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   text-align: center;
   width: 90% ;
   margin: 0 auto ;
 } 
 .sub div.inde { 
   width: calc(33.33% - 10px); 
   margin: 5px; 
 }
 .sub div.inde p {
	font-size: 14px;
}
 /* footer */ 
 .footer {
	border-top: 6px solid #A85E5C ;
	color: #B59658 ;
	margin-top: 1em ;
	padding: 1em 0 ;
	background: #000 ;
 }
 .contents-wrap {
	-js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   width: 96% ;
   margin: 0 auto ;
 }
 .contents-box {
   width: calc(33.33% - 10px); 
   margin: 5px;
 }

 @media screen and (max-width: 768px){
 p {
	font-size:;
	line-height: 1.4;
 }
 .header { 
     display: none;
 }
 .footer {
     display: none;
 }
 .inde h2 {
	 font-size: .8rem;
  }
 .inde h5 {
	 font-size: .8rem;
  }
 .inde p { 
     font-size:;
  }
 .button {
	font-size: px;
  }
 .button2 {
	font-size: px;
  }
 .button3 {
	font-size: px;
  }
 .button4 {
	font-size: px;
  }
 .button5 {
	font-size: px;
  }
 .contents-box {
     width: calc(100% - 10px); 
     margin: 5px;
   }
}