/*
Theme Name: れいごう星人
*/
/* この下に通常のcssを書いていく */
@charset "utf-8";

/*================================
	共通
=================================*/

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html,
body,
.container {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  max-width: 1920px;
  width: 100%;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

/*================================
	header
=================================*/

.main_img {
  background: url(/wp-content/uploads/2023/02/top.webp), no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 10px;
}

.logo {
  max-width: 564px;
  width: 100%;
}

.pc.side_link {
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #f8cf17;
  opacity: 0.8;
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
}

.side_link:hover {
  opacity: 1;
}

.informatiion {
  margin-top: 80px;
}

.informatiion h2 {
  color: #f8cf17;
  text-shadow: 0px 0px 10px #f8cf17;
  position: relative;
  padding-left: 140px;
  font-size: 30px;
}

.informatiion h2::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 10px;
  background: #800000;
  display: block;
  z-index: -1;
}

.informatiion h2::after {
  content: attr(data-midashi);
  color: #b3a100;
  position: absolute;
  right: 140px;
  bottom: -60px;
  font-weight: normal;
  font-size: 35px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.informatiion .box {
  margin-top: 150px;
}

.informatiion h3 {
  text-align: center;
  font-size: 25px;
}

.informatiion .content {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 140px;
  align-items: stretch;
}

.informatiion .content .left p {
  /* font-family: YuMincho, "Yu Mincho", serif; */
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2;
}

.informatiion .content .right img {
  object-fit: cover;
}

.informatiion .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system {
  background: url(/wp-content/uploads/2023/02/system-scaled-1.webp) no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
  padding: 150px 0 150px;
}

.system section {
  padding: 100px 140px;
  margin: 0 auto;
  text-align: center;
}

.system section h3 {
  background: #132961;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 30px;
}

.system section .block {
  text-align: left;
  font-weight: bold;
  max-width: 700px;
  margin: 50px auto;
}

.system section .block p {
  margin-bottom: 50px;
  line-height: 2;
}

.system section .block.first p {
  font-size: 20px;
}

.system section .block.first p.annotation {
  font-size: 18px;
  text-decoration: underline;
}

.system section .block.second p.annotation {
  font-size: 18px;
}

.system section .block.first p span.place {
  margin-left: 50px;
  display: inline-block;
  font-size: 30px;
}

.system section .block.second p span.place {
  margin-left: 50px;
  display: inline-block;
  font-size: 25px;
}

.system h2 {
  color: #fff;
  text-shadow: 0px 0px 10px #f8cf17;
  position: relative;
  padding-right: 140px;
  font-size: 30px;
  text-align: right;
}

.system h2::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 10px;
  background: #555c1a;
  display: block;
  z-index: -1;
}

.system h2::after {
  content: attr(data-midashi);
  color: #b3a100;
  position: absolute;
  left: 140px;
  bottom: -60px;
  font-weight: normal;
  font-size: 35px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.vr h2 {
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px #fff;
  font-size: 30px;
}

.vr_wrap {
  padding: 5%;
}

.access {
  padding: 140px;
}

.access h2 {
  color: #f8cf17;
  text-shadow: 0px 0px 10px #f8cf17;
  position: relative;
  padding-left: 140px;
  font-size: 30px;
}

.access h2::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 10px;
  background: #0e3800;
  display: block;
  z-index: -1;
}

.access h2::after {
  content: attr(data-midashi);
  color: #b3a100;
  position: absolute;
  right: 140px;
  bottom: -60px;
  font-weight: normal;
  font-size: 35px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.access .access_data {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.access .access_data .left {
  background: #001348;
  padding: 30px;
  border: 1px solid #707070;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  max-width: 50%;
  width: 100%;
}

.access .access_data .left dl dd {
  margin-bottom: 30px;
}

.access .access_data .left dl dd a {
  color: #fff;
  text-decoration: none;
}

.access .access_data .right {
  background: #fff;
  border: 1px solid #707070;
  max-width: 50%;
  width: 100%;
  margin-left: 50px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}



footer {
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #000;
  left: 100%;
  transition: all 0.3s;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.menu-content .menu_logo {
  max-width: 240px;
  margin: 20px;
}

.menu-content ul {
  padding: 70px 10px 0;
  display: block;
  max-width: 30%;
  margin: 0 auto;
}
.menu-content ul li {
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 30px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .main_img {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .main_img .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_menu .side_link {
    writing-mode: unset;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    background: #f8cf17;
    text-decoration: none;
    color: #fff;
    display: block;
  }

  .main_menu .side_link:last-child {
    border-left: 1px solid #000;
  }

  .informatiion .menu {
    flex-direction: column;
    padding: 10px;
  }
  .informatiion .menu img {
    display: block;
    margin: 25px auto;
    max-width: 90%;
  }
  .informatiion .content,
  .access .access_data {
    flex-direction: column;
  }

  .access .access_data .left,
  .access .access_data .right {
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .pc.side_link {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu-content ul {
    max-width: 50%;
  }

  .menu-content ul li a {
    font-size: 20px;
  }

  .informatiion .content {
    padding: 0 50px;
  }

  .system section {
    padding: 100px 50px;
  }
  .access {
    padding: 50px;
  }
  .contact {
    padding: 0 50px;
  }
  .informatiion h2 {
    font-size: 26px;
  }
}
