@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li{
    list-style: none;
}

body{
    font-family: "M PLUS Rounded 1c";    
}

/* header */
#header{
    width:200px;
    height:100%;
    background-color: #414E79;
    /*padding: 40px 50px 30px 45px;*/
    padding-top: 50px;
    position: fixed;
    /*overflow-y: auto;*/
}

#header .site-title{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(20px,2.60vw,22px);
    font-weight: bold;
    transition: all 0.3s; 
}

.site-title a:hover{
    color: aqua;
  }

#header .header_nav_ul{
    margin-bottom: 60px;
    text-align: center;
   
}

#header li{
    font-size: clamp(16px,2.08vw,18px);
    padding: 10px 0;
    color: #fff;
    transition: all 0.3s; 
}

#header li :hover{
    color: aqua;
}

#header li :last-child{
 padding-top: 20px;
}

#header {
    text-align: center;
}

.container{
    margin-left: 200px;
}

.wrapper{
    /*max-width: 900px;*/
    background-size: contain;
    height: auto;
    margin: 0 auto;
    font-size: 0.9rem;
    padding:0.4%;
    background-position: center;
  }

  .section-title{
    color: #fff;
    font-size: clamp(22px,2.86vw,24px);
    font-weight: bold;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 5px black;
  }


.main-pic{
    height:100vh;
    width: 100%;
    background-image:url(./images/main-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
 }
 
 .main-p{
   color: #fff;
   font-size: clamp(14px,3.73vw,32px);
   padding-top: 400px;
   padding-left: 100px;
   line-height: normal;
   text-shadow: 1px 1px 3px black;
 }

 /* about */

 #about{
    background-color:#3e5194;
    height: auto;
    padding: 30px 30px 50px 30px;
  }

  .content{
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
  }


  .about-img{
    width: 30%;
    height: 30%;
    border-radius: 50%;
    margin-right: 50px;
  }

.text{
  color: #fff;
  padding-top: 80px;
  font-size: clamp(16px,2.08vw,18px);
}

/*concept*/
#concept{
    background-color:#D5E2E6;
    height: auto;
    padding: 30px 30px 50px 30px;
    
  }
  
  .concept-img{
    width: 30%;
    height: 30%;
    border-radius: 50%;
    margin-left: 50px;
  }
  
  .text2{
    color: black;
    padding-top: 80px;
    font-size: clamp(16px,2.08vw,18px);
  }
  
  .text2 span{
    font-size: clamp(16px,2.08vw,18px);
    font-weight: bold;
  }


  /*product*/

#product{
    background-color:#3e5194;
    height: auto;
  }
  
  
  .flex{
    display: flex;
    align-items: center;
    justify-content:center;
  }
  
  .box-img{
    padding: 50px;
    border-radius: 50%;
  }
  
  .box {
    word-wrap: break-word;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    color: #fff;
  }
  
  .box h3{
    font-size: 1.2rem;
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
  }
  
  .box p{
    padding-bottom: 30px;
    padding-left: 25px;
    width: 300px;
    text-align: left;
  }
  
  #product .button{
    border:1px solid #24292e;
    background-color: #6175bb;
    height: 50px;
    width: 120px;
    border-radius: 70%;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s; 
    
  }
  
  #product .button a{
    text-decoration: none;
    color:#fff;  
    padding-top: 5px; 
    font-size: 1.0rem;
    display: block;
  }
  
  #product .button:hover{
    background-color: aqua;
    cursor: pointer; 
  }
  
  #product .button a:hover{
    color: #24292e;
  }
  
  /*contact*/
#contact{
    background-color:#D5E2E6;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  
  #contact p{
    text-align: center;
    margin-bottom: 20px;
  }
  
  #contact dl{
    display: flex;
    flex-wrap: wrap;
  }
  
  #contact dt{
    width:15%;
    margin-bottom: 10px;
  }
  
  #contact dd{
    width:85%;
    margin-bottom: 10px;
  }
  
  #contact dd input,
  #contact dd textarea{
    width:60%;
    border:1px solid #c8c8c8;
    padding: 10px;
    background-color: #fff;
  }
  
  #contact dd textarea{
    height: 10rem;
  }
  
  #contact .button{
    text-align: center;
  }
  
  #contact .button input{
    border:1px solid #24292e;
    background-color:#6175bb;
    width:150px;
    padding:15px 0;
    color:#fff;   
    transition: all 0.3s;  
  }
  
  #contact .button input:hover{
    background-color: aqua;
    color: #24292e;
    border-radius: 80%;
  }
  
  .contactf{
    padding-left: 185px;
  }

  .button{
    margin-right: 140px;
  }
  
/*footer*/
#footer{
    background-color:#3e5194;
    padding-top: 20px;
    height: auto;
    display: flex;
    justify-content: center;
  }
  
  .footer-small{
    width: 5%;
    height: 5%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    
  }
  
  .footer-p{
    text-align: center; 
    padding-top: 15px;
  }
 
/* product 共通 */  
.two{
    background-color: #3e5194;
}  


  /* お魚クッキー */
.product{
    height:350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url(images/お魚クッキーtest.jpg);
  }
  
  .cookie{
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    padding-top: 150px;  
  }
  
  .friend{
    width: 30%;
    height: 30%;
    border-radius: 50%;  
  }
  
  /* 原材料の魚 */
  .product2{
    width: 100vw;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-image: url(images/上関.jpg);
  }
  
  
  
  .fish{
    width: 30%;
    height: 30%;
    border-radius: 50%;  
  }
  
  .link{
    color: #e4ee76;
    text-align: center;
    font-size: 1.5rem;
  }
  
  .product_text{
    font-size: clamp(14px,1.82vw,16px);
    color: #fff;
    line-height: normal;
    padding-left: 100px;
    width: 60%;
  }
  
  /* 原材料の野菜*/
  .product3{
    width: 100vw;
    height: 350px;
    background-repeat: no-repeat;
    background-size:cover;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-image: url(images/ヤバス.jpg);
  }
  
  .vegetable{
    width: 30%;
    height: 30%;
    border-radius: 50%;  
  
  }
  


  /* sp */
@media screen and (max-width: 900px) {
    .container {
      margin-left: 0;
    }
    .wrapper {
      margin: 0 auto;
      width: 100%;
      /*height: 100vh;*/
    }
    
    /*ヘッダー*/
    #header {
      width: 100vw;
      height: 150px;
    }
  
    
    #header nav ul{
      display: flex;
      justify-content: center;
      
    }
  
    #header nav li{
      padding: 10px;
      text-align: center;
    }

    #header li :last-child{
      /*padding-left: 20px;*/
      padding-top: 0;
      margin-left: 10px;
     }
  
  /* main */
  .main-pic{
    height:auto;
    width: 100vw;
    background-image:url(./images/main-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
  }
  
  
  .main-p{
      font-size: 1rem;
      line-height: normal;
      text-shadow: 2px 2px 4px black;
      padding-left: 40px;
      padding-bottom: 40px;
      
    }
  
  
  .cookie{
      font-size: 1.5rem;
      color: #fff;
      text-shadow: 2px 2px 5px black;
    }

    .kaminoseki{
      font-size: 1.5rem;
      color: #fff;
      text-shadow: 2px 2px 5px black;
    }   
  
  .container{
      width: 100vw;
      height: 100vh;
    }
    
  .content{
    flex-direction: column;
  }
  
  .about-img{
    margin: 0 auto;
    padding-bottom: 20px;
    width: 70%;
    
  }
  
  .section-title{
    padding-bottom: 10px;
  }
  
  .concept-img{
    margin: 0 auto;
    padding-top: 20px;
    width: 70%;
  }

  .text{
    padding-left: 40px;
  }


  .text2{
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 40px;
  }
  
  
  /*プロダクト*/  
  #product{
    height:100%;
  }
  
  .product_text{
    padding: 25PX;
    margin-top: 10px;
    width: 100%;
    font-size: 1rem;
  }
  
  .flex{
    flex-direction: column;
  }  
  
  .box{
    width:100%;
    margin: 20px;
  }
  
  .box h3{
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 3px;
  }
  
  .box p{
    font-size: 1rem;
    width:100%;
  }

  #contact dd input,
  #contact dd textarea{
    width:80%;
  }

  .contactf{
    text-align: center;
    padding: 10px 3px;
  }

  .button{
    margin-right:0px;
    margin-left: 30px;
  }

}