@charset "UTF-8";
header{
  width: 100%;
    height: 60px;
    background:#FDEFF5;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 8px dotted 	#F172A3;
    z-index:999;
  }

  ul {
    list-style: none;
    display: flex;
    font-size:20px;
  }

  
  ul li a {
    padding:10px 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }

body{
    margin: 0; /*ナビ設定用*/
    padding: 0; /*ナビ設定用*/
    background-image: url(images/haikei.jpg);
    background-size: repeat;
    font-family: "Kaisei Decol", serif;
}
h1 {
    text-align:left;
    font-size: 50px;
    margin-left: 20%;
    margin-top: 10%;
}

.fade{
    opacity : 0;
    transition: opacity 5s;
}
.fade.view{
    opacity: 1;
}

h2 {
    text-align: left;
    font-size: 28px;
    margin-left: 25%;
    letter-spacing: 0.1em;
    font-weight:200;
    font-weight: bolder;
}
h3{
    text-align: center;
    font-size: 30px;
    margin-top:10%;
}
.under{
    border-bottom:solid 3px;
}
.map{
    margin-right: 30%;
    margin-left: 25%;
    width: 50%;
    height: 50%;
}

.bn{
    text-align:center;
    margin-top:10%;
    margin-bottom:5%;
}
.bn2{
    text-align:center;
    margin-top:5%;
    margin-bottom:5%;
}
.banner{
    width:50%; /*    234px     */
    height:50%; /*    60px     */
}


/*-------------------------------PC-----------------------------*/
@media only screen and (min-width: 641px) {
}

/*ここから下は新歓では使わなかった、↑新歓の時はスマホのmaxを735にしていた*/
/* 768px以上 iPad*/
@media (max-width: 950px) {

h1 {
    text-align:left;
    font-size: 50px;
    margin-left: 8%;
    margin-top: 30%;
    margin-bottom:5%;
}
h2 {
    text-align: left;
    font-size: 28px;
    margin-left: 13%;
    letter-spacing: 0.1em;
    margin-bottom:20%;
}
.map{
    margin-top:5%;
    margin-right: 10%;
    margin-left: 20%;
    width: 60%;
    height: 60%;
}
.banner{
    width:60%; /*    234px     */
    height:60%; /*    60px     */
}
  
}

/* 1080px以上 PC*/
@media (min-width: 1080px) {
} 

/*-------------------------------スマホ-----------------------------*/
@media (max-width: 735px) {
          header {
    width: 105%;
    height: 38px;
    padding:5px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index:999;
    border-bottom: 4px dotted 	#F172A3;
    margin-left: -5%;
  }

  ul {
    list-style: none;
    display: flex;
    font-size:14px;
  }

  ul li a {
    padding:7px;
  }
    h1 {
        text-align:left;
        font-size: 35px;
        margin-left: 5%;
        margin-top: 35%;
    }

    h2 {
        text-align: left;
        font-size: 15px;
        margin-left: 8%;
        letter-spacing: 0.06em;
        margin-top:10%;
        margin-bottom:30%;
    }
    h3{
        text-align: center;
        font-size: 28px;
        margin-top:20%;
    }
    .detail{
        font-size:18px;
    }
    .map{
        margin-right: 18%;
        margin-left: 15%;
        width: 70%;
        height: 70%;
    }
    .banner{
        width:70%; /*    234px     */
        height:70%; /*    60px     */
    }


}




/*小さすぎるスマホ用*/
@media(max-width:300px){

h1 {
    text-align:left;
    font-size: 25px;
    margin-left: 5%;
    margin-top: 30%;
    margin-bottom:5%;
}
h2 {
    text-align: left;
    font-size: 10px;
    margin-left: 8%;
    letter-spacing: 0.1em;
    margin-bottom:20%;
}
.map{
    margin-top:5%;
    margin-right: 10%;
    margin-left: 20%;
    width: 60%;
    height: 60%;
}

h3{
    text-align: center;
    font-size: 23px;
    margin-top:20%;
}



}