li{
  list-style: none;
}

/* ヘッダー */
.navbar{
  background-color: rgba(255, 255, 255, 0);
  padding-top: 1px;
  padding-bottom: 1px;
  
}
.navbar-brand{
  padding-top: 1px;
  padding-bottom: 1px;
  width: 400px;
  margin-right: 0px;
}
.navbar-brand img{
  width: 80%;
}
.nav-item{
  border-top: 1px solid rgb(244,194,37);
  padding: 0 10px;

  /* ナビの黄色棒短くするなら調整
  height: 20px;
  line-height: 4px; */
}
.nav-link{
  font-size: 13px;
  line-height: 60px;
}
.top{
  width: 100%;
  background-color: rgba(232, 238, 245, 0.863);
}
.top-wrapper{
  position: relative;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}
.top-wrapper img{
  width: 1000px;
}
.info-img{
  position: absolute;
  top: 237px;
  left: 0px;
  width: 400px;
  display: inline-block;
}
.info-img img{
  width: 90%;
}
.container img{
  width: 100%;
  margin: 0 auto;
}


/* 通常時はホバー時の文字を非表示にする */
li.nav-item .hover{
display: none;

}

/* ホバー時は通常時の文字を非表示にする */
li.nav-item:hover .nomal{
display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
li.nav-item:hover .hover{
display: inline;
color: #000000;
}

li.nav-item:hover {
background-color: rgb(244,194,37);
}





/* 見だし */
.caption{
  border-bottom: 1.5px solid rgba(121, 121, 121, 0.8);
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.caption h1{
  font-size: 2rem;
}
.caption span{
  font-size: 50px;
}
.caption p{
  font-size: 1.4rem;
}

/* 本文全体 */
.main{
  background-size:  cover; 
  background-image: url("../img/b17.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.warning-border img{
  width: 100%;
}
.main-top img{
  width: 800px;
}
.main-top{
  text-align: center;
  margin: 10px 0px 5px 0px;
}

/* 本文 icon */
.app-icon{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap; 
  width: 1000px;
  margin: 0 auto;
}
.app-icon_item img{
  width: 90px;
}
.app-icon_item {
  text-align: center;
  margin: 0px 5px;
}
.app-icon_item p{
  font-weight: bold;
  font-size: 14px;
}

/* 本文説明 */
.main-text{
  width: 1000px;
  margin: 0 auto;
}

.main-text_item{
  display: flex;
  align-items: center;
  justify-content:space-around;
  margin-bottom: 5px;
}

.img-left{
  flex-direction:row-reverse; 
}

/* テキスト */
.item-img{
  padding: 5px 20px;
}
.item-img img{
  width: 350px;
}
.item-text{
  background-color: rgb(255, 208, 0);
  padding: 20px;
  border-radius: 10px;
}
.item-text h2{
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow:1px 1px 1px black;
}
.item-text span{
  color: black;
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  margin-right: 3%;
  text-shadow:1px 1px 1px black;
}
.item-text h3{
  font-size: 20px;
  font-weight: bold;
  text-shadow:1px 1px 1px white;
}
.item-text p{
  font-size: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-shadow:0.5px 0.5px 0.5px white;
}
.item-bigimg img{
  width: 300px;
  height: 300px;
  object-fit: cover;
}

/* おしらせ */
.news-list{
  margin: 0 auto;
  width: 1000px;
  background-color: white;
}
.news-caption img{
  width: 1000px;
  height: 100px;
  object-fit: cover;
  margin-top: 5px;
}
.news-caption{
  text-align: center;
}
.news-texts{
  padding: 30px 0px;
  margin:30px;
  margin-top: 0px;
}
.news-text{
  border-bottom: 1px solid #000;
  font-size: 20px;
  padding: 5px 10px;
}

.movie{
  max-width: 1000px;
  text-align: center;
  margin:auto;
}

.mv{
  margin-bottom: 20px;
       position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

 
.mv iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* フッター */
footer{
  width: 100%;
  background-color: #3b4e71;
  padding: 15px 0px 40px 0px;
}
.footer-right{
  float: right;
  margin-right: 10px;
}
.footer-right li{
  float: left;
}
.footer-right a{
  padding: 0px 10px;
  color: white;
}
.right-border a{
  border-right: 1px solid white;
}
.footer-left{
  margin-left: 10px;
  float: left;
  color: white;
}
.footer-link{
  margin-bottom: 5px;
}
.footer-link a{
  color:#fff;
  padding-left: 10px;
  font-size: 15px;
}

.bodyw{
  text-align: center;
  margin:50px 0;
  padding: 20px;
  background: #FFF;
  max-width: 1000px;
  height: auto;

}

.bodyw h2{
  background: #3b4e71;
  color: #fff;
  padding: 5px 0;
}

table.tab {

text-align: center;
margin:auto;
border-collapse: collapse;
line-height: 1.5;
border: 1px solid #ccc;
margin-top: 30px;
max-width: 1000px;
}
table.tab th {
padding: 10px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #3b4e71;
color: #ffffff;
width: 20%;
}

table.tab td {
padding: 10px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}


.cookie{
  text-align: left;
}

#footer{
  margin: auto;
  width: 1000px;
  height: auto;
}

.footer-rogo{
  float: right;
  width: 200px;
}

.footer-rogo img{
  width: 200px;
  margin-left: -20px;
}

.footer-link{
  margin-bottom: 5px;
}
.footer-link a{
  color:#fff;
  padding-left: 10px;
  font-size: 15px;
}





/*---Media Queries --*/
@media (max-width: 992px) {
  .top-wrapper img{
    width: 100%;
  }
  .caption{
    width: 90%;
  }
  .app-icon{
    width: 100%;
    margin: 0 auto;
  }
  .top-wrapper{
    width: 100%;
  }
  .main-text{
    width: 90%;
  }
  .info-img{
    position: absolute;
    top: 54%;
    left: 1%;
    width: 30%;
  }
  .main-top img{
    width: 100%;
  }
  .navbar-brand img{
    width: 80%;
  }
  .caption h1{
    font-size: 40px;
  }
  .caption p{
    font-size: 30px;
  }
  footer{
    font-size: 12px;
    padding-top: 18px;
  }
  .news-text{
    font-size: 17px;
  }  
  .news-list{
    width: 95%;
  }
  .news-texts{
    padding: 25px 0px;
    margin:25px;
  }
  .news-caption img{
    width: 100%;
  }
}
@media (max-width: 950px) {
  .app-icon_item img{
    width: 100px;
  }
  .app-icon_item{
    margin: 0 20px;
  }
  .app-icon_item p{
    font-size: 10px;
  }

}
@media (max-width: 810px) {
}
@media (max-width: 768px) {
  .top-wrapper img{
    width: 100%;
  }
  .main-top{
    position: relative;
    height: 140px;
  }
  .main-top img{
    width: 100%;
  }
  .main-text_item{
    display: initial;
    justify-content: initial;
  }
  .img-left{
    flex-direction:initial; 
  }
  .item-img{
    text-align: center;
  }
  .item-text{
/*    text-align: center;*/
  }
  .item-text h2{
    font-size: 20px;
  }
  .caption h1{
    font-size: 35px;
  }
  .caption p{
    font-size: 25px;
  }
  footer{
    font-size: 12px;
  }
  .news-text{
    font-size: 13px;
  }
  .news-texts{
    padding: 20px 0px;
    margin: 20px;
  }
  .app-icon_item img{
    width: 100px;
  }
  .app-icon_item{
    margin: 0 20px;
  }
  .item-img img{
    width: 300px;
    height: initial;
}



.bodyw h2{
  font-size: 20px;
}

@media (max-width: 700px) {
  .navbar-brand img{
    width: 70%;
  }
  .top-wrapper img{
    width: 100%;
  }
  footer{
    padding-bottom: 35px;
    font-size: 10px;
  }
  .main-top{
    position: relative;
    height: 112px;
  }
}
@media (max-width: 610px) {
  .navbar-brand img{
    width: 60%;
  }
  .top-wrapper img{
    width: 100%;
  }
  .info-img{
    top: 54%;
  }
  .main-text_item{
    display: initial;
    justify-content: initial;
  }
  .img-left{
    flex-direction:initial; 
  }
  .caption h1{
    font-size: 24px;
  }
  .caption p{
    font-size: 15px;
  }
  .caption img{
    width: 80%;
  }
  footer{
    font-size: 8px;
    padding-bottom: 50px;
  }
  .footer-right{
    display: initial;
  }
  .news-text{
    font-size: 10px;
  }
  .news-texts{
    padding: 15px 0px;
    margin: 15px;
  }
  .app-icon{
    flex-wrap: wrap; 
  }
  .item-img img{
    width: 250px;
    height: initial;
    margin-bottom: 5%;
  }
  .app-icon_item img{
    width: 80px;
  }
  .main-top{
    position: relative;
    height: 100px;
  }
  .app-icon_item p{
    font-size: 9px;
  }

#footer{
  margin: auto;
  width: 100%;
  height: auto;
}

.footer-rogo{
  float: none;
  margin: auto;
  width: 100%;
  clear: both;
}

.footer-rogo img{
  width: 90%;
  margin-left: 0px;
}

.footer-link{
   clear: both;
  margin-bottom: 5px;
}
.footer-link a{
  color:#fff;
  font-size: 12px;
}



}
@media (max-width: 500px) {
  .navbar-brand img{
    width: 80%;
  }
  .navbar-brand{
    width: 300px;
  }
  .app-icon_item img{
    width: 70px;
  }
  .app-icon_item{
    margin: 0px 10px;
  }
}
@media (max-width: 420px) {
  .navbar-brand img{
    width: 60%;
  }
  .app-icon_item img{
    width: 90px;
  }
  .app-icon_item{
    margin: 0px 15px;
  }
}
@media (max-width: 415px) {
  .navbar-brand{
    width: 250px;
  }
  .navbar-brand img{
    width: 80%;
  }
  .app-icon_item img{
    width: 80px;
  }
  .app-icon_item{
    width: 100px;
  }
  .app-icon_item p{
    font-size: 10px;
  }
  .app-icon_item{
    margin: 0px 0px;
  }
}
@media (max-width: 375px) {
  .app-icon_item img{
    width: 70px;
  }
  .app-icon_item{
    width: 90px;
  }
}
@media (max-width: 320px) {
  .navbar-brand{
    width: 220px;
  }
}


