
html{
    font-size: 10px;
}

body{
    height: 4rem;
    background-color: #f7f8f8;
    color: #595757;
    
}
header{
    background-color: #55bdc5;
    height:4rem ;
    width:100%;

    display: flex;
    justify-content: space-between;
}
header img{
    height: 4rem;
}
#pankuzu_area{
    height: 4rem;
    padding: 1.1rem;
}
#icon_home{
    height: 1.1rem;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    
  }
  
  .breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.1rem;
  
  }
  
  .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb li a {
    text-decoration: none;
  
  }
  
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  #desc_all_area{
    padding:0 6.9rem;
  }
  #desc_area{
    height: fit-content;

    background-color: #fff;
    border-radius: 1rem;
    padding: 1.8rem 0.5rem;
    box-shadow: 0.3rem 0.3rem 0.5rem #bbb;
  }
  h1{
    font-size: 2rem;
    font-weight: bold;
    color: #55bdc5;
  }
  .txt_desc p{
    font-size: 1.3rem;
    padding-top:1rem ;

  }
  .txt_def p{
    font-size: 1.3rem;
    text-align: center;
    padding-top:2rem ;
  }
  #shiki_area{
    text-align: center;
    padding-top:2rem ;
  }
  #shiki_area img{
    height: 4rem;
  }
  #mitemi_all_area{
    height: 7rem;
  }
  #mitemi_area {
    text-align: center;
    padding: 2.2rem 0 2rem 0;
  }
  #mitemi_area img{
    height: 3rem;
  }
  
  footer{
    height: 10rem;
    width: 100%;
  }