@charset "UTF-8";

header{
  width: 100%;
    height: 60px;
    background:#eaf6fd;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 5px solid 	#f48fb1;
    z-index:999;
  }

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

  
  ul li a {
    font-family: "Bungee", sans-serif;
    padding:10px 15px;
    color: #00a0e9;
    text-decoration: none;
    font-weight: bolder;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }


body{
  font-family: "Bungee", sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
}
.midashi{
  justify-content: center; /* 画像の中央寄せ */
  margin-top: 5%;
}
.midashi img{
  width:20%;
}
.kitagawa{
    text-align: center;
}
.kitagawa img{
    width: 20%;
}
.title-box {
  width: 80%;
  padding: 30px 20px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  border: 4px solid #f48fb1;
  color: #f48fb1;
  margin: 60px auto;
  margin-top: -10px;
  z-index: 1; /* lipの画像の下に置かれないように */
}
h3{
  font-size: 18px;
}
h5{
  font-size: 20px;
color: #FF3399;
}
.title-box1 {
  width: 80%;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  border: 4px solid #00a0e9 ;
  color: #00a0e9;
  margin: 60px auto;
  margin-top: -10px;
}
h2{
  font-size: 18px;
}
h4{
  font-size: 20px;
  color: #0067C0;
}

@media (min-width:1px) and (max-width:767px){
     header{
  width: 100%;
    height: 50px;
    background:#eaf6fd;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 3px solid 	#f48fb1;
    z-index:999;
  }

  ul {
    list-style: none;
    display: flex;
    font-size:17px;
    margin-left: -10%;
  }

  
  ul li a {
    font-family: "Bungee", sans-serif;
    padding:10px 13px;
    color: #00a0e9;
    text-decoration: none;
    font-weight: bolder;
    font-size:13px;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }


body{
  font-family: "Bungee", sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
}
.midashi{
  justify-content: center; /* 画像の中央寄せ */
  margin-top: 10%;
}
.midashi img{
  width:25%;
}
.kitagawa{
    text-align: center;
}
.kitagawa img{
    width: 40%;
}
.title-box {
  width: 90%;
  padding: 30px 25px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  max-width: 800px;
  border: 4px solid #f48fb1;
  color: #f48fb1;
  margin: 60px auto;
  margin-top: -10px;
  z-index: 1; /* lipの画像の下に置かれないように */
}
h3{
  font-size: 10px;

}
h5{
  font-size: 11px;
    color: #FF3399;
}
.title-box1 {
  width: 90%;
  padding: 30px 25px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  max-width: 800px;
  border: 4px solid #00a0e9 ;
  color: #00a0e9;
  margin: 60px auto;
  margin-top: -10px;
}
h2{
  font-size: 10px;
 
}
h4{
  font-size: 11px;
   color: #0067C0;
}
}

@media  (min-width: 768px) and (max-width: 1000px) {
    header{
  width: 100%;
    height: 60px;
    background:#eaf6fd;
    display: flex;
    position: fixed;
    top: 0;
    border-bottom: 5px solid 	#f48fb1;
    z-index:999;
  }

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

  
  ul li a {
    font-family: "Bungee", sans-serif;
    padding:10px 15px;
    color: #00a0e9;
    text-decoration: none;
    font-weight: bolder;
  }
  
  ul li a:hover {
    text-decoration: underline;
  }


body{
  font-family: "Bungee", sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
}
.midashi{
  justify-content: center; /* 画像の中央寄せ */
  margin-top: 5%;
}
.midashi img{
  width:20%;
}
.kitagawa{
    text-align: center;
}
.kitagawa img{
    width: 30%;
}
.title-box {
  width: 85%;
  padding: 30px 20px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  max-width: 800px;
  border: 4px solid #f48fb1;
  color: #f48fb1;
  margin: 60px auto;
  margin-top: -10px;
  z-index: 1; /* lipの画像の下に置かれないように */
}
h3{
  font-size: 18px;
}
h5{
  font-size: 20px;
color: #FF3399;
}
.title-box1 {
  width: 85%;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  max-width: 800px;
  border: 4px solid #00a0e9 ;
  color: #00a0e9;
  margin: 60px auto;
  margin-top: -10px;
}
h2{
  font-size: 18px;
}
h4{
  font-size: 20px;
  color: #0067C0;
}
}



