body {
  min-width: inherit;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .header__menu-en {
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .header__menu-jp {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .container {
    min-height: 935px;
  }
}

@media (max-width: 1024px) {
  .about__right {
    margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .about__right {
    margin-left: 0;
  }
}

.map_area iframe {
  vertical-align: bottom;
  width: 100%;
  height: 300px;
}

@media (min-width: 769px) {
  .map_area iframe {
    height: 500px;
  }
}

.o-insta {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-insta {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

.o-insta h2 img {
  max-width: 40px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 769px) {
  .o-insta h2 img {
    max-width: 80px;
  }
}

.o-insta h2 span {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}

@media (min-width: 769px) {
  .o-insta h2 span {
    font-size: 18px;
    margin-top: 15px;
  }
}

.l-footer {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  background: url(../images/footer_bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 13px;
}

@media (min-width: 769px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}

.l-footer a {
  color: #fff;
}

.l-footer .l-footer__text {
  margin-bottom: 5px;
}

.l-footer .l-footer__logo {
  width: 60px;
  margin: 0 auto 20px;
}

@media (min-width: 769px) {
  .l-footer .l-footer__logo {
    width: 88px;
    margin-bottom: 40px;
  }
}

.l-footer .l-footer__list {
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  .l-footer .l-footer__list {
    padding-bottom: 20px;
  }
}

.l-footer .l-footer__list ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .l-footer .l-footer__list ul {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.l-footer .l-footer__list ul li {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .l-footer .l-footer__list ul li {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
  }
}

.l-footer .l-footer__list ul li.is-current a {
  border-bottom: 1px solid #fff;
}
