body {
  color: #333333;
  background-color: #fce7db;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, Verdana, 'メイリオ', Meiryo, sans-serif;
  /* GoogleChromeのバグ対策 */
  font-weight: 500;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.logo {
  width: 12.5%;
  min-height: 79.5px;
  min-width: 100px;
  margin-left: 40px;
}


.drawer-navbar {
  background-color: transparent;
  border: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #666;
  height: 1px;
}

.drawer-hamburger {
  padding-top: 40px;
  padding-right: 40px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}

.drawer-nav {
  background: transparent;
}

.drawer-overlay {
  background-color: rgba(115, 145, 147, 0.9);
}

.drawer-menu-item{
  font: Yu Gothic;
  color: #545d63;
  font-size: 1rem;
}


.adjust-space {
  margin-top: 120px;
}


h1 {
  font: Yu Gothic;
  font-weight: 500;
  color: #545D63;
  font-size: 1rem;
  margin-left: 10px;
  margin-top: 20px;
}

.line {
  border-top: 1px solid #98A6B5;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}



.images_con01{
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.images_con01 img{
  width: 100%;
}


 
.p_con01{
  font: Yu Gothic;
  font-weight: 500;
  color: #545D63;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: end
}




.rightimg02 {
  text-align: right;
}

  .images3 {
  max-width: 180px;
  margin-right: 10px;
}





footer {
  text-align: center;
  font: YuGothic;
  font-size: 0.6rem;
  color: #727171;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}



@media (min-width: 426px) {
  .list-item {
    width: calc(100%/3);
  }
    .line {
    border-top: 1px solid #98A6B5;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  
   h1 {
    font: Yu Gothic;
    font-weight: 400;
    color: #545D63;
    font-size: 1.5rem;
    margin-left: 40px;
    margin-top: 50px;
  }
  
    .p_con01{
  font: Yu Gothic;
  font-weight: 500;
  color: #545D63;
  font-size: 1rem;
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: end
}
  
    .logo {
    width: 12.5%;
    min-height: 79.5px;
    min-width: 100px;
    margin-left: 40px;
  }
  
.images_con01{
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 10px;
}

.images_con01 img{
  width: 100%;
}

    .images3 {
  max-width: 300px;
  margin-right: 10px;
}
  
}
 
@media (min-width: 1024px) {
  .drawer-navbar-header {
    z-index: 3;
  }
  
  .drawer-menu-item{
  font: Yu Gothic;
  color:black ;
  font-size: 1.2rem;
}
}


@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
    margin: 0 auto;

  }

  .drawer-navbar-header {
    z-index: 3;
  }

  .adjust-space {
    margin-top: 50px;
  }
}
