html {
  font-size: 62.5%;
}

body {
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

header {
  max-width: 960px;
  margin: 0 auto;
}

.hero-img img {
  width: 100%;
}

.navi {
  display: flex;
  background-color: #584131;
  color: #fff;
  list-style-type: none;
  justify-content: space-around;
  padding-left: 0;
}

.navi li {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}

.current {
  background-color: #f47402;
}

.list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

.list-item {
  width: calc(100% / 3);
}

.list-item-img {
  text-align: center;
}

.list-item-img img {
  width: 90%;
}

.menu-title {
  padding-left: 10px;
}

.list-item-txt {
  padding: 0 10px;
}

.sns {
  max-width: 960px;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
}

footer {
  background-color: #fafafa;
  padding: 70px 0 30px;
  margin-top: 50px;
}

.logo-icon img {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 5%;
  margin-left: 50px;
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
}

.title {
  text-align: center;
  margin-top: 29px;
}

.divider {
  border: none;
  border-top: 1px solid #cfd8dc;
  margin: 28px auto 0;
  width: 100px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.oosan_img {
  max-width: 700px;
}

.oosan_img img {
  width: 100%;
}

.sub_title {
  color: #f47402;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.sp {
  display: none !important;
}

/* 吹き出しの表示 */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 5px #ffffff;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 110px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media (min-width: 376px) {
  .list-item {
    width: calc(100% / 1);
  }
  .list-item-img img {
    width: 90%;
  }
  .oosan_img img {
    width: 80%;
  }

  /* Googleマップの表示 */
  iframe {
    width: 90%;
    aspect-ratio: 16/9;
    padding: 0px 15px 0px 15px;
  }
}

@media (min-width: 640px) {
  .list-item {
    width: calc(100% / 2);
  }
  .container {
    display: flex;
  }
  .left .margintop {
    margin-top: 10px;
  }
  .right .margintop {
    margin-top: 50px;
  }
  .right {
    padding: 0 80px;
  }
  .oosan_img img {
    width: 100%;
  }
  /* Googleマップの表示 */
  iframe {
    width: 80%;
    aspect-ratio: 16/9;
    padding: 0px 15px 0px 15px;
  }
}

@media (min-width: 769px) {
  .list-item {
    width: calc(100% / 3);
  }
  .year {
    font-size: 9rem;
  }
  .oosan_img img {
    width: 100%;
  }
  /* Googleマップの表示 */
  iframe {
    width: 30%;
    aspect-ratio: 16/9;
    padding: 0px 15px 0px 15px;
  }
}
