@charset "UTF-8";
@media (max-width: 767px) {
  .page-header {
    position: relative;
    background-image: url(../images/home2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
  }
  h2 {
    font-size: 40px;
  }
  .team {
    position: fixed;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    right: -0.5rem;
    left: -0.5rem;
    height: 4rem;
  }
  .team-logo {
    position: fixed;
    z-index: 4;
    left: 1rem;
    top: .5rem;
  }
  .team-name {
    color: rgb(0, 0, 0);
    /*-webkit-text-stroke: 3px rgb(0, 0, 0);*/
    font-size: 1.75rem;
    margin: 0;
    position: fixed;
    z-index: 4;
    top: .05rem;
    left: 3.5rem;
  }
  .btn-menu {
    top: .5rem;
    /*border-radius: 50%;
    border: 1px solid;*/
    margin-right: 5vw;
    border: none;
    background-color: transparent;
  }
  #menu-open {
    right: 1rem;
    height: 2rem;
    width: 2rem;
  }
  #menu-close {
    right: 2.5rem;
    height: 0.4rem;
    width: 0.4rem;
  }
  .menu {
    height: 2rem;
    width: 2rem;
  }
  #menu-panel {
    height: 50vh;
    width: 32vw;
    padding: 4rem 2rem 2rem;
  }
  .page-name p{
    position: absolute;
    height: 10rem;
    top: 10rem;
    right: 0rem;
    left: 0rem;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: white;
    font-size: 5rem;
    margin: 0;
    translate: 7vw;
  }
  .menu-list a {
    font-size: 1rem;
  }
  #map {
    height: 400px;
  }
  .sophia {
    width: 50vw;
  }
}

@media (min-width: 768px) {
  .page-header {
    background-image: url(../images/home-web.png);
    height: 768px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .team {
    margin: 0 0 0 20px;
  }
  .team-name {
    color: rgb(191, 26, 32);
    -webkit-text-stroke: 3px white;
    font-size: 2.5rem;
  }
  
  .btn-menu {
    right: 1rem;
    top: 1rem;
    height: 4rem;
    width: 4rem;
    border: 1px solid;
    border-radius: 50%;
    transition: .4s;
    padding: .5rem 1rem;
    margin-right: 4vw;
  }
  .menu-list a {
    font-size: 2rem;
  }
  #menu-panel {
    height: 768px;
    width: max(32vw, 20rem);
    padding: 8rem 2rem 2rem;
  }

  h2 {
    font-size: 80px;
  }

  .team-message {
    max-width: 780px;
    height: 600px;
    font-size: 1.5rem;
  }
  
  .info {
    width: 100%;
    max-width: 700px;
    font-size: 1.5rem;
  }
  
  #map {
    height: 400px;
  }
}

html {
  font-size: 100%;
  margin: none;
  padding: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  line-height: 1.7;
  margin: -10px -20px -10px -10px;
  padding: none;
}

.wrapper {
  max-width: 1120px;
  padding: 0 2rem;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.align-center {
  text-align: center;
}

.margin-top-zero {
  margin-top: 0;
}

.team-logo {
  height: 2.5rem;
  display: inline-block;
}

.team-name {
  font-family: "Rampart One", serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}

.btn-menu {
  position: fixed;
  z-index: 4;
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  background-color: brown;
  box-shadow: 0 0 2rem brown;
  translate: 100vh;
}

.menu-list {
  list-style: none;
}
.menu-list li {
  margin: 1.5rem 0;
}
.menu-list a {
  color: white;
  text-decoration: none;
}

.page-main {
  background-color: rgb(193, 69, 73);
}

.title-above {
  height: 150px;
}

.page-title {
  background-image: url(../images/news-head.png);
  background-repeat: repeat-x;
  color: white;
  height: 250px;
  margin-top: -10px;
}

h2 {
  font-family: "Kaushan Script", serif;
  font-weight: 400;
  font-style: normal;
}

.section {
  padding: 1px 10vw 50px;
  color: white; 
}

.team-message {
  margin: 0 auto;
}

.info,
.his {
  margin: auto;
  border-spacing: 0;
}

.info th,
.info td
{
  border-bottom: 1px solid white;
}

.his th,
.his td {
  border-top: 1px solid white;
}

.info th {
  text-align: left;
  font-weight: normal;
  padding: 1rem;
}

.info td {
  padding: 1rem 0;
}

.his th {
  padding: 0 .5rem;
}
.his td {
  text-align: left;
  padding: .5rem 1rem;
  font-size: 1rem;
}

#map {
  width: 100%;
}

.map-info {
  width: 200px;
  font-size: 16px;
  color: black;
}

.page-footer {
  padding: 20px;
  background-color: rgb(98, 12, 12);
}

.lists {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}

.side-menu {
  margin: 0 0 4rem 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.side-menu li {
  border-bottom: 1px solid #c9c2bc;
}

.side-menu a {
  display: block;
  padding: 1rem;
}

.side-menu a:hover {
  color: #0bd;
}