.wrapper {
  overflow:hidden;
}

.wrapper {
  width: 100%;
}
.header {
  height: 70px;
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
  background: linear-gradient(to bottom, white, #e5e5e5);
  position: fixed;
  z-index: 1;
}

.header img {
  padding-top: 18px;
  margin-left: 25px;
}

.header i {
  font-size: 30px;
  float: right;
  margin-right: 25px;
}

.footer {
  border-top: inset 1px black;
}

.footer p {
  font-size: 9px;
}

#menuButton {
    display: block;
    width: 42px;
    height:42px;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 3;
}

#menuButton p {
  margin-top: 5px;
  font-size: 12px;
  padding-right: 3px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  color: #666;
}

#menuButton span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menuButton.active p {
  opacity: 0;
}

.sidebar{
    position: fixed;
    color: black; /* 好みに応じて調節してください */
}

.sidebar h2 {
  padding-left: 15px;
}
.sidebar.right {
  padding-top: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  background: #ffffff;
  z-index: 0;
}

.subImage {
  padding-top: 150px;
  width: 100%;
  height: 5px;
  background-image: url(../imgs/subImage.jpg);
  background-position: top;
  background-size: cover;
  object-fit: cover;
}

.mainContents h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.mainContents h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin-left: 20px;
  font-weight: 300;
}

.mainContents p {
  padding-left: 15px;
  padding-right: 15px;
}

.firstClum {
  color: white;
  background: linear-gradient(to bottom, #92B7FF, #5898FF);
  width: 100px;
  text-align: center;
}

table {
  margin: 5px;
}

table , td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.sugita-photo {
    width: 120px;
    height: 120px;
}

.sugita-text p {
    padding: 0;
    margin: 0;
    text-align: right;
}

.sugita-wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: 120px;
    margin-right: 20px;
    margin-left: auto;
}
