@charset "utf-8";

/* footer調整 */
.footer{
    margin-top: 20px;
}

/* title部分 */
.title{
    height: 150px;
    background-image: url(../images/top.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-shadow: 1px 1px 10px white;
}
.title h1{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: bold;
}
  
.title p{
    font-size: 14px;
    margin-top: 15px;
}
/* Lead部分 */
.lead{
    height: 70px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lead p{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px; 
    line-height: 25px;
}

/* contactへボタン */
.link-button-area{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
}
  
.link-button{
    background-color: darkgray;
    display: inline-block;
    min-width: 300px;
    line-height: 48px;
    border-radius: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: white;
}
  
.link-button:hover{
    background-color: darkseagreen;
}

/* main部分 */
.kensyu-reki{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
}
.list p{
   font-size: 30px;
   background: linear-gradient(transparent 20%,rgb(242, 200, 84) 80%);
   border-bottom: solid;
   font-weight: bold;
}
.list img{
    padding-left: 40px;
}
.list dl{
    padding-left: 20px;
}
.list dt{
    font-weight: bold;
    font-size: 25px;
    padding-top: 30px;
    color: orange;
}
.list dd{
    font-size: 20px;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 40px;
}

/* レスポンシブデザイン */
@media (max-width:768px){
    .header-logo{
      padding-top: 40px;
    }
    .toggle-menu-button{
      margin-top: 40px;
      margin-right: 10px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .title h1{
        font-size: 20px;
    }
    
    .link-button-area{
        margin-top: 30px;
    }
    
    .kensyu-reki{
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .kensyu-reki img{
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-right: 20px;
    }
    .kensyu-reki p{
        font-size: 20px;
    }
    .kensyu-reki dt{
        font-size: 20px;
    }
    .kensyu-reki dd{
        font-size: 15px;
        line-height: 20px;
    }
}
