@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: 'Zen Maru Gothic', 'Mulish', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'Times New Roman', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.all {
  background-color: #fcfaed;
}
/*.all-wrapper {
  max-width: 960px;
  margin: 0 auto;
}*/
/* @media (max-width: 1500px){
//画面サイズが1500px以下になったら適用される
}
  @media (min-width: 750px){
//画面サイズが750px以上になったら適用
} */
/*　PC　*/
@media (min-width: 769px) {
  .header {
    width: 100%;
  }
  .header-top {
    width: 100%;
    display: flex;
    padding-top: 20px;
    background-color: #fff8ba;
    justify-content: space-between;
  }
  .header-top h1 {
    position: relative;
    bottom: 25px;
    left: 0px;
    font-size: 3.2rem;
    padding-top: 42px;
  }
  .logo {
    position: relative;
    top: 10px;
    left: 50px;
    width: 5%;
  }
  .logo img {
    width: 60%;
  }
  .header-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-list ul li {
    margin-right: 5%;
  }
  .header-list img {
    width: 60%;
  }
  .header-list li:nth-child(2) img {
    margin-bottom: -15px;
  }
  .nav {
    width: 75%;
  }
  .toiawase {
    padding: 10px;
    width: 150px;
    color: #333;
    font-size: 16px;
    background-color: #bce88f;
    border-radius: 50vh;
  }
  .entry {
    padding: 10px;
    width: 150px;
    color: #333;
    font-size: 16px;
    background-color: #f4D797;
    border-radius: 50vh;
  }
  .footer-conteiner {
    max-width: 960px;
    margin: 0 auto;
  }
  .footer_site-map {
    background-color: #fff8ba;
  }
  .footer_site-map h2 {
    font-size: 2.4rem;
    padding: 50px 0 0 50px;
    text-align: left;
  }
  .footer_list ul {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 50px;
    align-items: center;
    font-size: 2.0rem;
  }
  .footer_list ul li {
    margin-right: 40px;
  }
  .footer_list ul li:nth-child(4) {
    margin-left: 40px;
  }
  .footer_list ul li:nth-child(5) {
    margin-right: 0;
  }
  .footer_list p {
    text-align: left;
    padding: 45px 0 0 45px;
  }
  .footer_toiawase {
    padding: 10px;
    width: 150px;
    color: #333;
    font-size: 16px;
    background-color: #bce88f;
    border-radius: 50vh;
  }
  .footer_entry {
    padding: 10px;
    width: 150px;
    color: #333;
    font-size: 16px;
    background-color: #f4D797;
    border-radius: 50vh;
  }
  .top {
    position: relative;
    height: 200px;
  }
  .top img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .footer small {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    bottom: 20px;
  }
}