@charset "UTF-8";
/* CSS Document */

@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;
  background-color: rgba(162,158,175,0.60);
  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;
  background-color: rgba(162,158,175,1.0);
  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 5vw 4vw;
    
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-weight: 100;
    font-size: 9vw;
    
    /*background-color: slategray;*/
}


/*ーーーーー　タブメニューCSS　ここから　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
    

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2); /*カッコ内の分母＝タブメニューの一列に表示されるコンテンツタイトル。　この場合4つのタイトルが横並びに表示される。しかし今回は実際に表示したい個数＋１でやると正常に表示される*/
  /*分子％はコンテンツタイトルのワイド*/
    
  border-radius: 0.6vw;
  padding: 0.3vw 5vw 0.3vw 5vw;  

  margin: 0vw 0.0vw 5vw 0.0vw;
  float: none;
  left: 20vw;
  
  font-size: 3.70vw;
  color: rgba(255,255,255,1.00); /*選択されていないタブメニュータイトルの文字色*/

}


/*ーーーーー　タブメニューCSS　ここまで　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*ーーーーーー「News」のコンテンツ１つの設定　ここから　ーーーーーー*/


.news-contents li{
    width: 100%;
    margin: 3vw 0vw 0vw 0vw;
    padding: 2vw;
}


.news-contents img{
    width: 100%;
    margin: 0vw;
}

    
.news-contents h5{ /*日付*/
    font-size: 3.5vw;
    line-height: 5vw;
}    

    
.news-contents h4{ /*カテゴリー名*/
    line-height: 5vw;
    font-size: 3.3vw;
}


.news-contents p{ /*タイトル*/
    margin: 3vw 0vw 2vw 2vw;
    font-size: 4vw;
}
    
    
/*ーーーーーー「News」のコンテンツ１つの設定　ここまで　ーーーーーー*/


footer{
    padding: 0vw 0vw; /*これによってフッターの幅や位置をを最終決定している */
    margin-top: 20vw;
    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;*/
}
    
}