@charset "UTF-8";
/* CSS Document */
/*ブレイクポイント　1000px, 600px, 500px, 320px*/


/*ーーーーーーーーーーーーーーーーーーーーーーーータブレット縦・スマホ横　1024以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:1024px) {
    
body{
    background-color: rgba(123,120,133,1.00);
    width: 100%;
    margin: 0vw;
}

/*header ロゴアコーディオン用CSS　ここから*/
header{
    width: 100%;
    margin: 0vw;
    z-index: 99;
    display: block;
    
    /*background-color: brown;*/
}

.logo-menu{
    display: none;
}
    
.logo-menu2{
    display: block;
    widows: 100%;
    margin: 0vw;
    position: relative;
}

.acd-check{
  display: none;
    position: absolute;
    right: 20vw;
}


.acd-label{
  display: block;
    
  width: 10%;
  height: auto;
  margin: 0vw;
  color: #fff;
  cursor: pointer;
  background-color: rgba(162,158,175,0.60);
  border-radius: 12vw;
  padding: 0.6vw 0.6vw 0vw 0.6vw;
  position: fixed;
  top: 1.5vw;
  left: 44vw; /*これでレコーディオンメニューロゴの左右位置決めてる*/
  z-index: 999; 
}

.acd-label img{
    width: 100%;
    margin: 0vw;
}

.acd-content{
    
  /*--前の。キープ
  width: 100%;
  background-color: rgba(45,105,116,1.0);
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: -1vw;
  */
    
  width: 100%;
  margin: 0vw;
  background-color: rgba(162,158,175,1.00); 
  opacity: 0;
  transition: .9s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: 0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/

}

.acd-content li{
    
    list-style: none;
    margin: 8vw 0vw;
    position: relative;
    top: 10vw;
    left: 0vw;
    text-align: center;
    float: none;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 4vw;
    
    /*background-color: rgba(72,0,255,1.00);*/

}

.acd-content a{
    /*background-color: rgba(72,0,255,1.00);  */
    text-decoration: none; /*リンク下のバーを消す*/
    /*background-color: brown;    メンテ用*/
    color: aliceblue; /*リンク文字の色変更用*/
}

.acd-check:checked + .acd-label + .acd-content{   
  width: 100%;
  margin: 0vw 0vw 0vw 0vw;
  height: 100%;
  opacity: 1;
  padding: 2vw 0vw;
  visibility: visible;
  position: fixed;
  top: -0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/
  left: 0vw;
  z-index: 99; 
    
  /*background-color: mediumspringgreen;*/
}
/*header ロゴアコーディオン用CSS　ここまで*/
    

main{
    width: 100%;
    top:14vw;
    left: 0vw;
    text-align: center; /*main全体にかかってる*/
    margin: 0vw;
    
    /*background-color: yellow;*/
}

main h1{
    color: aliceblue;
    position: relative;
    right: 0vw;
    margin:  2vw 4vw 4vw 4vw;
    
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-weight: 100;
    font-size: 3.5vw;
    
    /*background-color: deeppink;*/
}


.news-contents{
    width: 100%;
    margin: 7vw 0vw 0vw 0vw;
    color: rgba(255,255,255,1.00);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;

    background-color: rgba(255,228,89,0.00);
}

.news-contents h4{ /*ニュースのカテゴリ*/
    width: 20%;
    margin: 0vw 0vw 1vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    left: 40.1vw;
    font-size: 1.5vw;
}


.news-contents h3{ /*ニュースタイトル*/
    width: 100%;
    margin: 2vw 0vw 2vw 0vw;
    
    font-size: 3vw;
    
}


.news-contents h5{ /*日付*/
    width: 100%;
    margin: 0vw;
    color: rgba(181,181,181,1.00);

    background-color: rgba(138,0,36,0.00);
}


.news-contents img{
    width: 50%;
    margin: 3vw 0vw 0vw 0vw;

}

.news-contents p{
    width: 50%;
    margin: 4vw 0vw 0vw 0vw;
    position: relative;
    left: 25vw;
    
    line-height: 3vw;
    text-align: left;
    font-size: 1.8vw;
    
    background-color: rgba(27,27,255,0.00);
}

.another-news{
    width: 100%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0.5vw 2vw;
    
    position: relative;
    top: 8vw;
    font-size: 1vw;
    text-decoration: none; /*リンク下のバーを消す*/
    color: aliceblue; /*リンク文字の色変更用*/
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    border-radius: 0.5vw;

}



footer{
    width: 100%;
    margin-top: 28vw;
    position: relative;
    left: 0vw;
    padding: 0vw 0vw 0vw 0vw;
    height: 55vw;
    z-index: 20;
    background-color: rgba(84,82,90,1.00);
    text-align: center;
}

.contact-icon{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 4vw;
    left: 0vw;
    /*background-color: blue;    */
}

.contact-icon a{
    /*background-color: aqua;*/
    padding: 1vw 0vw 0vw 0vw;
    margin: 0vw 3vw;
}

.contact-icon img{
    width: 4%;
    margin: 0vw 0vw;
}

.footer-menu-list{
    width: 90%; /*これが100%だったせいで謎余白ができてた*/
    margin: 0vw 0vw;
    position: relative;
    top: 8vw;
    left: 10%;
    
    /*background-color: lawngreen;*/
}

.footer-menu-list li{
    width: 15%; /*.footer-menu-listのwidthが100%なので、*/
    margin: 0vw 0vw;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: aliceblue;
    font-size: 2vw;
    list-style: none;
    position: relative;
    top:0vw;
    left: 0vw;
    float: left;
    
    /*background-color: rgba(255,244,0,1.00);*/
}

.footer-menu-list a{
    text-decoration: none; /*リンク下のバーを消す*/
    color: aliceblue; /*リンク文字の色変更用*/
    
    /*background-color: brown;*/
}

.copyright{
    margin: 0vw 0vw 2vw 0vw;
    position: relative;
    top: 14vw;
    
    /*background-color: rgba(125,68,28,0.50);*/
}

.copyright p{
    width: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    /*background-color: rgba(140,180,60,0.50);*/
}    
    
.footer-logo{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 16vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: black;*/
}

.footer-logo img{
    width: 7%;
    margin: 0vw;
    position: relative;
    right: 0%;
    
    /*background-color: lightcoral;*/
}

.c-mark{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 16vw;
    left: 0vw;
    text-align: center;
    font-size: 0.8vw;
    
    color: rgba(255,255,255,1.00);
}
    
}

/*ーーーーーーーーーーーーーーーーーーーーーーーータブレット縦・スマホ横　1000以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/




/*ーーーーーーーーーーーーーーーーーーーーーーーースマホ縦　599以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:599px) {

body{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 0vw;
    overflow-x: hidden;
    
}

    /*header ロゴアコーディオン用CSS　ここから*/
header{
    width: 100%;
    margin: 0vw;
    z-index: 99;
    display: block;
    /*background-color: brown; */
}
    
.logo-menu{
    display: none;
}
    
.logo-menu2{
    display: block;
    widows: 100%;
    margin: 0vw;
    position: relative;
}

.acd-check{
  display: none;
    position: absolute;
    right: 20vw;
}


.acd-label{
  display: block;
    
  width: 20%;
  height: auto;
  margin: 0vw;
  color: #fff;
  cursor: pointer;
  
  border-radius: 12vw;
  padding: 1.5vw 1.5vw 0vw 1.5vw;
  position: fixed;
  top: 1.5vw;
  left: 39vw; /*これでレコーディオンメニューロゴの左右位置決めてる*/
  z-index: 999; 
}

.acd-label img{
    width: 100%;
    margin: 0vw;
}

.acd-content{
    
  /*--前の。キープ
  width: 100%;
  background-color: rgba(45,105,116,1.0);
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: -1vw;
  */
    
  width: 100%;
  margin: 0vw;
  
  opacity: 0;
  transition: .9s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: 0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/

}

.acd-content li{
    
    list-style: none;
    margin: 12vw 0vw;
    position: relative;
    top: 20vw;
    left: 0vw;
    text-align: center;
    float: none;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 5vw;
    
    /*ackground-color: rgba(72,0,255,1.00);*/

}

.acd-content a{
    /*background-color: rgba(72,0,255,1.00);  */
    text-decoration: none; /*リンク下のバーを消す*/
    /*background-color: brown;    メンテ用*/
    color: aliceblue; /*リンク文字の色変更用*/
}

.acd-check:checked + .acd-label + .acd-content{   
  width: 100%;
  margin: 0vw 0vw 0vw 0vw;
  height: 100%;
  opacity: 1;
  padding: 2vw 0vw;
  visibility: visible;
  position: fixed;
  top: -0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/
  left: 0vw;
  z-index: 99; 
    
  /*background-color: mediumspringgreen;*/
}
/*header ロゴアコーディオン用CSS　ここまで*/
    

main{
    width: 100%;
    margin: 31vw 0vw 0vw 0vw;
    position: inherit;
    left: 0vw;
    
    /*background-color: wheat;*/

}

main h1{
    color: aliceblue;
    position: relative;
    right: 0vw;
    box-sizing: border-box;
    margin:  2vw 4vw 10vw 4vw;
    
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-weight: 100;
    font-size: 9vw;
    
    /*background-color: slategray;*/
}


.news-contents{
    width: 100%;
    margin: 17vw 0vw 0vw 0vw;
    color: rgba(255,255,255,1.00);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;

    background-color: rgba(255,228,89,0.00);
}


.news-contents h4{ /*ニュースのカテゴリ */
    width: 30%;
    margin: 0vw 0vw 5vw 0vw;
    position: relative;
    left: 35.1vw;
    font-size: 3vw;
    
}

.news-contents h3{ /*ニュースタイトル*/
    width: 100%;
    margin: 0vw 0vw 1vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    font-size: 5vw;
    

    background-color: rgba(138,0,36,0.00);
}

.news-contents h5{ /*日付*/
    width: 100%;
    margin: 3vw 0vw 2vw 0vw;
    font-size: 3vw;
    
    
    background-color: rgba(138,0,36,0.00);
}

.news-contents img{
    width: 70%;
    margin: 6vw 0vw 0vw 0vw;

}

.news-contents p{
    width: 70%;
    margin: 7vw 0vw 0vw 0vw;
    position: relative;
    left: 15vw;
    
    line-height: 5vw;
    text-align: left;
    font-size: 3vw;
    
    background-color: rgba(27,27,255,0.00);
}

.another-news{
    width: 100%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0.5vw 2vw;
    
    position: relative;
    top: 10vw;
    font-size: 3vw;
    text-decoration: none; /*リンク下のバーを消す*/
    color: aliceblue; /*リンク文字の色変更用*/
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    border-radius: 0.5vw;

}





footer{
    padding: 0vw 0vw; /*これによってフッターの幅や位置をを最終決定している */
    margin-top: 22vw;
    position: relative;
    top: 0%;
    width: 100%;
    height: 147vw;
    background-color: rgba(84,82,90,1.00);
    z-index: 30;
   
}

.contact-icon{
    width: 100%;
    margin: 0vw;    
    position: relative;
    top: 10vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: violet;*/
}

.contact-icon a{
    /*background-color: aqua;    メンテ用*/
    padding: 1vw 0vw 0vw 0vw;
    margin: 0vw 1vw;
    
    /*background-color: darkviolet;*/
    
}

.contact-icon img{
    width: 8%;
    margin: 0vw 5vw;
}

.footer-menu-list{
    width: 100%;
    margin: 0vw;    
    position: relative;
    top: 18vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: lime;*/
}

.footer-menu-list li{
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: aliceblue;
    font-size: 3.5vw;
    list-style: none;
    float: none;
    margin: 3vw 0vw;
    text-align: center;
    
    /*background-color: rgba(255,244,0,1.00);    メンテ用*/
}

.footer-menu-list a{
    text-decoration: none; /*リンク下のバーを消す*/
    color: aliceblue; /*リンク文字の色変更用*/

    /*background-color: brown;    メンテ用*/

}

.copyright{
    margin: 0vw 0vw 7vw 0vw;
    position: relative;
    top: 25vw;
    
    /*background-color: rgba(125,68,28,0.50);*/
}

.copyright p{
    width: 100%;
    font-size: 3vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    /*background-color: rgba(140,180,60,0.50);*/
}    
    
.footer-logo{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 25vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: black;*/
}

.footer-logo img{
    width: 17%;
    position: relative;
    left: 0vw;
}

.c-mark{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 26vw;
    left: 0vw;
    font-size: 2vw;
    color: rgba(255,255,255,1.00);
    
    /*background-color: lightsalmon;*/
}
    
}
/*ーーーーーーーーーーーーーーーーーーーーーーーースマホ縦　500以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*ーーーーーーーーーーーーーーーーーーーーーーーー小型スマホ縦　320以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:320px) {
  
}
/*ーーーーーーーーーーーーーーーーーーーーーーーー小型スマホ縦　320以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
