@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

* { box-sizing:border-box }
*:before, *:after { box-sizing:inherit }

/* Basic styles */
html {
  font-size: 0.8vw;
  -webkit-tap-highlight-color:#555;
  font-family: 'Noto Serif JP', sans-serif;
  scroll-behavior: smooth;
}

body {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.5vw;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
}

a { 
  text-decoration: none }

  .link,.link:visited{
    color: #555;
}


.link:hover{
  color: #30acff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main {
    margin-top: 10rem;
    text-align: center;
}

.title {
    display: flex;
  	justify-content: center;
  	align-items: center;
  	flex: 1;
		height: 100%;
    color: #30acff;
  	font-size: 1.3vw;
    font-family: 'Noto Serif JP', sans-serif;
    margin-left:12px;
    width: 100%;
}

.katagaki{
padding-top: 40px;
}

.Top ,
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background: #eee;
  font-family: 'Noto Serif JP', sans-serif;
  padding: 20px;
}

.content-title{
	font-size: 2.5rem;
	margin: 0;
	letter-spacing: 0.5rem;
  font-family: 'Noto Serif JP', sans-serif;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 3px solid #30acff;/* 上の線 */
  border-bottom: 3px solid #30acff;/* 下の線 */
  color:#555;
  text-align: center;/* テキストの位置 */
}

.header-nav {
  display: flex;
  position: fixed;
  margin-left: -15px;
  top: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 5px 15px -5px #555;
  background: #fff;
  z-index: 10;
  transition: all ease-in-out 0.5s;}

  .header-nav li {
		flex: 1;
		height: 100%;
	}
  	.nav-tab {
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		flex: 1;
      height: 100%;
  		color: #555;
  		letter-spacing: 0.1rem;
  		transition: all ease-in-out 0.5s;
  		font-size: 2rem;
		text-decoration: none;
	}
	.nav-tab:hover {
		color: #fff;
    background: #30acff;
		transition: all ease-in-out 0.5s;
	}

.header-nav.transform {
	height: 90px;
	background: #30acff;
		.nav-tab{
		 	color: #fff;
		}
		.nav-tab:hover{
			color:#555;
			background: #30acff;
		}
}

  footer {
    width: 100%;
    height: 100px; 
    background-color: #30acff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.profile-pic{
  width: 35%;
  height: auto;
}

.txt-hide,.txt-hide1,.txt-hide2,.txt-hide3,.txt-hide4,.txt-hide5{
  display: none;
  font-size: 1vw;
  }
  
  button.more,button.more1,button.more2,button.more3,button.more4,button.more5 {
  width: 120px;
  margin: 20px auto;
  display: block;
  background-color: #666;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  padding:10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  }
   
  button.more::after,button.more1::after,button.more2::after,button.more3::after,button.more4::after,button.more5::after {
  content: "もっと見る";
  transition: .2s;
  -erbkit-transition: .2s;
  }
  
  button.more.on-click::after,button.more1.on-click::after,button.more2.on-click::after,button.more3.on-click::after,button.more4.on-click::after,button.more5.on-click::after{
  content: "閉じる";
  }

  td{
  text-align: left;  
  }
  .pickup{
    color: red;
  }
  

.top{
  display: flex;
  align-items: center;
  font-size: 5rem;
  justify-content: center;
  font-family: 'Noto Serif JP', sans-serif;
  column-gap: 2em;
}

.sns{
  width: 50px;
}

.sub{
  font-size:2rem;
}

.sns-btn{
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.sns-btn li{
  padding: 20px 25px;
}

h4 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1;/*行高*/
  color: #555;
}

h4:before {
  font-family: 'Noto Serif JP', sans-serif;
  content: '\025c6';
  font-weight: 800;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #30acff;
}
.content-item:before {
  color:  #30acff;
}

.items{
  text-align: center;
}


.items li{
  text-align: left;
}


.content-item{
  margin-top: 35px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}


/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    float: left;
  }
  .timeline-content {
    width: 100%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

}

.item{
  transform: translateY(20px);
  opacity: 0;
  transition: .5s;
}

.item.show{
  transform: translateY(0);
  opacity: 1;
}

.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

  .form{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 9rem;
  }

  .request {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 1rem 0;
    padding: 1rem 1rem;
    border-radius: 1rem;
    background: #fff;
    color:#555;
  }

  .text{
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 1rem 0;
    padding: 1rem 1rem;
    border-radius: 1rem;
    background: #fff;
    color:#555;
    height: 150px;
  }
  

  .btn{
    width: 100%;
    background-color: #30acff;
    color: #fff;
    margin: 1rem 0;
    padding: 1rem 1rem;
    border-radius: 1rem;
    border: none;
  }

  .img1{
    height:300px;
  }

  .img2{
      height:250px;
    }

  .img3{
        height:200px;
      }
    


  @media screen and (max-width: 768px){
  
    html{
      width: auto ;

    }

    .grid{
      display: flex;
      justify-content: center;
    }
    .img1{
      height:250px;
    }
    .img2{
      height:200px;
    }
    .img3{
      height:150px;
    }

    .txt-hide,.txt-hide1,.txt-hide2,.txt-hide3,.txt-hide4,.txt-hide5{
      display: none;
      font-size: 3vw;
      }

    }

    @media screen and (max-width: 768px) {
      .body{
        width: 100%;
      }

      .title{
        font-size: 3.5vw;
        padding-top: 3%;
      }

      .bodykatagaki{
        padding-top: 0;
      }

      .header-nav {
        flex-direction: column; /* 縦並び */
        align-items: center; /* 中央寄せ */
        height: auto;
        padding-bottom: 10px;
        top: 0;
        width: 100%;
        box-shadow: 0 0 20px #555;
        background: #fff;
        z-index: 10;
        transition: all ease-in-out 0.5s;
        }

          .header-nav li {
           width: 100%;
           height: auto;
          }
            .nav-tab {
              color: #555;
              letter-spacing: 0.5rem;
              transition: all ease-in-out 0.5s;
              font-size: 3rem;
            text-decoration: none;
          }
          .nav-tab:hover {
            color: #fff;
            background: #30acff;
            transition: all ease-in-out 0.5s;
          }
        
        .header-nav.transform {
          height: 90px;
          background: #30acff;
            .nav-tab{
               color: #fff;
            }
            .nav-tab:hover{
              color:#555;
              background: #30acff;
            }
        }

        .profile-pic{
          padding-top: 20px;
          width: 50vw;
          height: auto;
        }

      .Top{
        font-size: 3.5vw;
      }
      .content {
        width: 100%;
        padding: 0;
        font-size: 4rem;
      }

      .content-title{
        font-size: 3.5vw;
        margin-top: 20px;
      }

    .top{
      margin-top: 30%;
      display: block;
      width: 100%;
      font-size: 3.5vw;
    }

    .sub{
      font-size: 3.5vw;
    }
    .name{
      font-size: 6vw;
    }
    .sns{
      width: 5vw;
    }
    
  footer {
    width: 100%;
    height: auto; 
    background-color: #30acff;
    color: #fff;
    display: flex;
    font-size: 3.5vw;
    justify-content: center;
    align-items: center;
  
  }

  .txt-hide,.txt-hide1,.txt-hide2,.txt-hide3,.txt-hide4,.txt-hide5{
    display: none;
    font-size: 3vw;
    }


    }
   

