/*＝＝＝＝＝ 全体の設定 ＝＝＝＝＝＝ */
body {
  margin: 0;
  background-image:url(img.1/shoolnice.jpg);
  background-attachment:fixed;
  background-size:cover;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00afcc;
    margin:25px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content {
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00afcc;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 100px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 30px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}




/* ナビゲーションの箱 */
nav {
  background-color: #ffffff;
  padding-top: 0px;
  position:fixed;
    width:100%;
 z-index:1;
}
  
/* リスト全体 */
nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

/* １つ１つのリスト */
nav li {
  display: inline-block;
  margin-right:20px;
  margin-left:20px;
}

/* リンク */
nav a {
  color: #426991;
  text-decoration:none;
  font-family:Mulish;
  font-size:45px;
  text-align:center;
}

/* リンクにふれた時 */
nav a:hover{
  color:#191970;
    font-weight:bold;
}



/*＝＝＝＝＝ 検索機能全体 ＝＝＝＝＝＝ */
.searchBox h1 {
  color: black;
  font-size: 60px;
  font-family: Arial;
  margin: 0;
  padding-left:30px;
}

.searchBox h2 {
  font-size: 20px;
  padding-left:30px;
}

.searchBox {
  margin-top: 0px;
  padding-top:200px;
  padding-left:30px;
  margin-bottom:50px;
}

/* 入力欄 */
.inputBox {
  margin-bottom: 30px;
  padding-left:30px;
}

.inputText {
  height: 26px;
  width: 216px;
  border: 3px #000000;
  background-color: #ffffff;
  border-radius:5px;
}


.click{
  height: 26px;
  width: 100px;
  color:#ffffff;
  border: 3px #000000;
  background-color: #426991;
}

.naiyou1{
  margin:30px;
  display:flex;
}

.naiyou2{
  margin:30px;
  display:flex;
  margin-left:300px;
}

.maru1{
  background-color:#478384;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}

.maru2{
  background-color:#ee827c;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}

.maru3{
  background-color:#c3d825;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru4{
  background-color:#38b48b;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru5{
  background-color:#19448e;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru6{
  background-color:#d3381c;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru7{
  background-color:#f08300;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru8{
  background-color:#93ca76;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru9{
  background-color:#4d5aaf;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru10{
  background-color:#ffd900;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru11{
  background-color:#f19072;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru12{
  background-color:#e2041b;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru13{
  background-color:#2ca9a1;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru14{
  background-color:#007bbb;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru15{
  background-color:#69b076;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru16{
  background-color:#5654a2;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru17{
  background-color:#f5e56b;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru18{
  background-color:#ea5506;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru19{
  background-color:#2a4073;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}
.maru20{
  background-color:#b55233;
  border-radius:50px;
  width:50px;
  height:50px;
  font-size:0px;
  margin:10px;
}




.showText1{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText2{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText3{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText4{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText5{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText6{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText7{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText8{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText9{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText10{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText11{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText12{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText13{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText14{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText15{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText16{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText17{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText18{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText19{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

.showText20{
  background-color:#e5e5e5;
  width:1000px;
  height:50px;
  margin:10px;
  padding:10px;
  border-radius:20px;
}

/* ボタン */
button {
  background: #E91E63;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
}

/* ボタンにさわったとき */
button:hover {
  background: orange;
  cursor: pointer;
}

/* 出力欄 */
.outputBox{
  
} 

/* フッター */
footer {
  background-color: #393f4c;
  color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;/* 背景のくり返しをやめる */
  min-height:100vh;
  background-size: cover;
  position: relative;
  z-index:1;
  padding: 30px;
}

.FTL{
  display:inline-block;
  margin:30px;
  padding-bottom:20px;
}

.FT{
  color:#abb1b5;
  font-size:36px;
  float:right;
  margin:0px;
  padding-top:20px;
}
.FI{
  text-align:left;
}

.INF{
  font-size:20px;
}

.map{
  text-align:center;
  margin:20px;
}