* {
  margin: 0;
  padding: 0;
}

body {
  font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  background-color: none;
  color: black;
  box-sizing: border-box;
  min-height: 100vh;
}

/* スマホ用クエリ開始 */
@media (max-width: 720px) {

/*Swiper*/
  .swiper {
    width: 100%;
    height: 200px;
  }

  .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 200px;
  }

  .swiper-slide img {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

header {
  color: white;
  text-align: left;
  width: 100vw;
  background-color: steelblue;
  margin-bottom: ;
  opacity: 0.85;
  height: 40px;
  position: fixed;
  z-index: 1000;
  top: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

header img {
  height: 40px;
  object-fit: cover;
  object-position: 5px;
}

.menu {
  display: ;
}

.menu li {
  list-style-type: none;
  float:;
  color: white;
  padding: 10px;
  }

.menu a{
  text-decoration: none;
  padding: 5px;
  color:white;
}

.menu a:hover {
  padding: 5px;
  background: #fff;
  color: black;
  box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
}

/* ドロワーメニュー */

.overlay {
  content: "";
  display: block;
  width: 100vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;

}

.overlay.open {
  width: 100vw;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 10;
  transform: translateX(0);
  transition: transform .5s;
}
.menu-trigger.active {
  transform: translateX(-130px);
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all .5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

nav {
  width: 140px;
  height: 30%;
  padding-top: 5px;
  background-color: rgb(0,0,0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  transform: translateX(140px);
  transition: all .5s;
}

nav.open {
  transform: translateX(0);
}

nav ul {
}

nav li a {
}

/* ドロワーメニューここまで */


.name {
  position: absolute;
  width: 170px;
  left: 0;
  top: 40px;
  z-index: 10;
}

.topface {
  position: absolute;
  right: 0;
  top: 40px;
  height: 160px;
  z-index: 10;
}

.location {
  width: 90vw;
  height: 50px;
  line-height: 3.5em;
  border-radius: 5px;
  background-color: darkgreen;
  text-align: center;
  left: 20px;
  top: 160px;
  margin: 30px auto;
}

.location a {
  text-decoration: none;
  color: white;
  font-weight: 1000;
  margin: auto;
  text-align: center;
}

.achievements {
  width: 90vw;
  height: 50px;
  line-height: 3.5em;
  border-radius: 5px;
  background-color: #ff0066;
  text-align: center;
  left: 20px;
  top: 160px;
  margin: 30px auto;
}

.achievements a {
  text-decoration: none;
  color: white;
  font-weight: 1000;
  margin: auto;
  text-align: center;
}

.wrapper {
  width: 90vw;
  text-align: center;
  margin: auto;
}

a.button_link{
  margin:10px auto;
  padding: 5px;
  line-height: 32px;
  display: block;
  width: 80vw;
  text-decoration: none;
  border: 2px solid blue;
  background: #e0e0ff;
  font-weight: bold;
}

a.button_link:hover {
  background: blue;
  color: white;
  transition: 0.5s ;
}

.title {
}

.title h2 {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 18px;
  background-color: steelblue;
  line-height: 1.7em;
  margin-top: 60px;
}

.reportbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.report {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

table.report {
}

table.report tr {
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted gray;
}

table.report th {
  width: 35%;
}

table.report td {
  list-style: none;
  margin-left: 10px;
  text-align: left;
}

table.report td:first-child {

}

table.report td img {
  vertical-align: -3px;
}

.report a {
  text-decoration: none;
  color: #ff0066;
  font-weight: 1000;
}

.link p {
  color: white;
  text-align: center;
  font-weight: 600;
  width: 120px;
  height: auto;
  margin: auto;
  background-color: #00aa00;
}

.link a {
  width: 120px;
  height: auto;
  margin: 20px;
  display: inline-block;
  text-decoration: none;
}

.best {

}

.best h1 {
  color: #3366cc;
  font-size: 20px;
  line-height: normal;
  width: 90%;
  margin: 20px auto;
  padding-top: 20px;
  text-align: center;
}

.best p {
  text-align: center;
  font-size: 14px;
  width: 90%;
  margin: auto;
}







footer {
  clear: both;
  width: 100vw;
  height: 200px;
  background-color: steelblue;
  position:;
  bottom: 0;
}

footer ul {
  list-style: none;
  padding-left: 25px;
  padding-top: 5px;
}

footer ul li {
  line-height: 1.5em;
  position: relative;
  padding-left: 25px;
}

footer ul li::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 15px; /* 横幅 */
  height: 15px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background-color: antiquewhite;
}

footer ul li::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  transform: rotate(45deg);
}

footer a {
  text-decoration: none;
  color: white;
}



}


/* PC用クエリ開始 */
@media (min-width: 721px) {


body {}

/*Swiper*/
  .swiper {
    width: 100%;
    height: 470px;
  }

  .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 470px;
  }

  .swiper-slide img {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  

/*Swiper ここまで*/


header {
  color: white;
  text-align: left;
  font-size: 13px;
  width: 100%;
  background-color: steelblue;
  margin-bottom: 0;
  opacity: 0.85;
  height:60px;
  position: fixed;
  z-index: 1000;
  top: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

header img {
  margin-left: 10px;
  width: 250px;
}

.menu-trigger {
  display: none;
}
nav {
  float: right;
}

.menu {
  display: inline;
}

.menu li {
  list-style-type: none;
  float: left;
  color: white;
  padding: 15px 5px 15px 0;
}

.menu a{
  text-decoration: none;
  display: inline;
  padding: 7px;
  color:white;
}

.menu a:hover {
  background: #fff;
  color: black;
  box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
}


.top{
  position: relative;
  width: 100%;
  height: 470px;
  margin-top: 0px;
  }

.name {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
}

.topface {
  position: absolute;
  right: 0;
  top: 70px;
  height: 400px;
  z-index: 10;
}

.location {
  width: 800px;
  height: 50px;
  line-height: 4em;
  border-radius: 8px;
  margin: 30px auto;
  background-color: darkgreen;
  text-align: center;
}

.location a {
  text-decoration: none;
  color: white;
  font-weight: 1000;
  font-size: 20px;
  margin: auto;
  text-align: center;
}

.achievements {
  width: 800px;
  height: 50px;
  line-height: 4em;
  border-radius: 8px;
  margin: 30px auto;
  background-color: #ff0066;
  text-align: center;
}

.achievements a {
  text-decoration: none;
  color: white;
  font-weight: 1000;
  font-size: 20px;
  margin: auto;
  text-align: center;
}

.wrapper {
  width: 1000px;
  text-align: center;
  margin: auto;
}

.overlay {
  width: 1000px;
  height: 100px;
  background-color: white;
}

a.button_link{
  margin:10px auto;
  padding: 5px;
  line-height: 32px;
  display: block;
  width: 780px;
  text-decoration: none;
  border: 2px solid blue;
  background: #e0e0ff;
  font-weight: bold;
}

a.button_link:hover {
  background: blue;
  color: white;
  transition: 0.5s ;
}

.title {
  display: flex;
  justify-content: center;
  flex-basis: 800px;
  column-gap: 2vw;
}

.title h2 {
  color: white;
  text-align: center;
  width: 800px;
  background-color: steelblue;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 5px;
}

.reportbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-basis: ;
  column-gap: ;
}

.report {
  width: 800px;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px dotted gray;
  }

table.report {
}

table.report td {
  list-style: none;
  line-height: ;
  margin-top: ;
  margin-left: 10px;
  text-align: left;
  display: inline-block;
}

table.report th {
  width: 160px;
}

table.report tr {
  text-align: left;
  margin-bottom: 10px;

}

table.report td img {
  vertical-align: -3px;
}

.report a {

  text-decoration: none;
  color: #ff0066;
  font-weight: 1000;

}

.link {

}

.link p {
  color: white;
  text-align: center;
  font-weight: 600;
  width: 120px;
  margin: 3em;
  background-color: #00aa00;
}

.link a {
  display: inline-block;
  text-decoration: none;
  margin: 25px;
}

.best {

}

.best h1 {
  color: #3366cc;
  font-size: 40px;
  text-align: center;
}

.best p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}












footer {
  clear: both;
  height: 227px;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 50px;
  padding-left:300px;
  background: url(../images/okazaki_footer.jpg) left / cover;
  margin-top: 100px;

}

footer ul {
  list-style: none;
}

footer ul li {
  margin-left: 50px;
  line-height: 1.5em;
  position: relative;
  padding-left: 25px;
}

footer ul li::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 15px; /* 横幅 */
  height: 15px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background-color: antiquewhite;
}

footer ul li::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  transform: rotate(45deg);
}

footer a {
  text-decoration: none;
  color: white;
}

}/* PCクエリここまで*/