@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{
  font-family: "Kaisei Decol", serif;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  background-image: url(images/haikei.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
}
.logo{
    position:relative;
    width:581px;
    height:581px;
    margin-left:auto;
    margin-right:auto;
    margin-top:9%;
    margin-bottom:5%;
}
.outside{
    width:581px;
    height:581px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5%;
    margin-bottom:5%;
    animation:example 10s ;;
}
@keyframes example {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
 }
.inside{
    width:500px;
    height:500px;
    position: absolute;
    right:7%;
    left:7%;
    top:12%;
}

h1{
    font-size: 40px;
    text-align: center;
    margin-top:15%;
}
h2{
    font-size: 25px;
    text-align: center;
    margin-top:2%;
}
.reserve{
  text-align: center;
  width: 50%;
 padding-top: 60px;
 padding-left: 21%;
  padding-right: 5%;
}
.puri{
    width: 65%;
 padding-left: 15%;
  padding-right: 5%;  
  margin-top: 5px;
}
.more{
    color:gray;
    font-size: 20px;
    text-align: center;   
    margin-left: 70%;
    margin-right: 30%;
    margin-bottom:5%;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    position: relative;
    border-radius: 50%;
    border: 2px solid #f1c3c8;
    background: radial-gradient(circle, white, #f1c3c8);
}
.c1{
    height: 60px;
    width:120px;
}
.c2{
    top:70%;
    transform: translate(-50%, -50%);
    line-height: 60px;
}
.sozai{
    text-align:center;
    margin-top: 3%;
}

.gazou{
    width:400px;
    height:auto;
}
.rights{
  font-size:14px;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: auto;
}













/*ここから下は新歓では使わなかった、↑新歓の時はスマホのmaxを735にしていた*/
/* 768px以上 iPad*/
@media (max-width: 950px) {
    .logo{
        position:relative;
        width:581px;
        height:581px;
        margin-left:auto;
        margin-right:auto;
        margin-top:4%;
        margin-bottom:30%;
    }
    .outside{
        width:581px;
        height:581px;
        margin-left:auto;
        margin-right:auto;
        margin-top:23%;
        margin-bottom:60%;
        animation:example 10s ;;
    }
    @keyframes example {
        0% {
            transform:rotate(0deg);
        }
        100% {
            transform:rotate(360deg);
        }
     }
    .inside{
        width:500px;
        height:500px;
        position: absolute;
        right:7%;
        left:7%;
        top:30%;
    }
    h1{
        font-size: 40px;
        text-align: center;
        margin-top:20%;
    }
    .puri {
    width: 80%;
    padding-left: 10%;
    padding-right: 5%;
    margin-top: 5px;
}
    .reserve{
  text-align: center;
  width: 70%;
         padding-top: 60px;
        padding-left: 13%;
        padding-right: 5%;
}



}

/*-----------------------------スマホ-----------------------------*/
@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;
  }
    .logo{
        position:relative;
        width:290px;
        height:290px;
        margin-left:auto;
        margin-right:auto;
        margin-top: -10%;
        margin-bottom: 12%;
    }
    .outside{
        width:290px;
        height:290px;
        margin-left:auto;
        margin-right:auto;
        margin-top:40%;
        margin-bottom:5%;
        animation:example 10s ;;
    }
    @keyframes example {
        0% {
            transform:rotate(0deg);
        }
        100% {
            transform:rotate(360deg);
        }
     }
    .inside{
        width:250px;
        height:250px;
        position: absolute;
        right:7%;
        left:7%;
        top:47%;
    }
    .reserve{
  text-align: center;
  width: 75%;
         padding-top: 20%;
        padding-left: 11%;
        padding-right: 5%;
}
.puri {
    width: 90%;
    padding-left: 6%;
    padding-right: 5%;
    margin-top: 5px;
}
    h1{
        font-size: 30px;
        text-align: center;
        margin-top:15%;
    
    }
    h2{
        font-size:15px;
    }
    .gazou{
        width:250px;
        height:auto;
    }
    .more{
        color:gray;
        font-size: 16px;
        text-align: center;   
        margin-left: 60%;
        margin-right: 30%;
        position: relative;
        border-radius: 50%;
        border: 2px solid #f1c3c8;
        background: radial-gradient(circle, white, #f1c3c8);
    }
    .c1{
        height: 50px;
        width:100px;
    }
    .c2{
        top:60%;
        transform: translate(-50%, -50%);
        line-height: 50px;
    }
    .right{
  font-size:10px;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: auto;
}




    
}



/*小さすぎるスマホ用*/
@media(max-width:374px){
    .logo{
        position:relative;
        width:232px;
        height:232px;
        margin-left:auto;
        margin-right:auto;
        margin-top:40%;
        margin-bottom:100%;
    }
    .outside{
        width:232px;
        height:232px;
        margin-left:auto;
        margin-right:auto;
        margin-top:40%;
        margin-bottom:100%;
        animation:example 10s ;;
    }
    @keyframes example {
        0% {
            transform:rotate(0deg);
        }
        100% {
            transform:rotate(360deg);
        }
     }
    .inside{
        width:200px;
        height:200px;
        position: absolute;
        right:7%;
        left:7%;
        top:47%;
    }



}




