* {
  box-sizing: border-box; 
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: lemonchiffon;
}

.image {
  position: fixed;
  top: 0px;
  left: 0px;
  float: left;
  width: 40px;
  height: 40px;
}

.title_main {
  position: fixed;
  top: 0px;
  left: 45px;
  font-size: 20px;
  font-weight: bold; 
  padding-top: 0px 0px 0px 0px;
  margin-top: 6px; 
}

a {
  display: block;
  margin-left: 250px;
  margin-top: 18px;
}


.btn {
  font-size: 14px;
  font-weight: bold;
  color: black;
  transition: all  0.5s ease-in;
}

.btn:hover {
  color: red;
}

main {
  position: fixed;
  top: 40px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image:url(mujin1x.png);
  background-size: cover;
}

.s_name {
  text-align: center;
  font-size: 25px;
  margin-top: 100px;
  background-color: rgb(143, 199, 143);
  border: 2px solid  rgb(101, 60, 60);
  border-radius: 10px
}

.s_address {
  font-size: 22px;
  background-color: lemonchiffon;
  border: 2px solid  rgb(101, 60, 60);
  border-radius: 10px
}

.pic0 {
  text-align: center;
}

.pic {
  width: 96%;
  border: 2px solid  rgb(101, 60, 60);
  border-radius: 10px
}

.description {
  font-size: 18px;
  background-color: lemonchiffon;
  border: 2px solid  rgb(101, 60, 60);
  border-radius: 10px
}