@charset "UTF-8";

/* 共通部分
------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic",
    sans-serif;
  line-height: 1.7;
  color: #432;
  font-size: smaller;

  height: 100vh;
}

.container {
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.hh1 {
  display: flex;
  align-items: center;
}

.hh2 {
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}

.header a {
  width: 70px;
}

.header-inner {
  background: #f4fff2;
  padding-left: 5px;
  padding-right:5px;
}
main {
  margin-bottom: 40px;
}
footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f4fff2;
  padding: 5px 0px 5px 10px;

}
/* モバイル版
------------------------------- */
@media (max-width: 800px) {

.logo-img {
 height: 48px;
}


}

/* デスクトップ版
------------------------------- */
@media (min-width: 800px) {
}
