@charset "UTF-8";

body {
  background-image: url(../img/);
  background-color: floralwhite;
}

header {
  width: 100%;
}

#top {
  width: 100%;
}

#nav-bg {
  display: none;
}

#navi-container {
  display: none;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.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: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
  transition-duration: 0.3s;
}

#TopImage {
  display: none;
}

#TopImage img {
  display: none;
}

#TopImage-S {
  width: 100%;
  margin: 0;
}

#TopImage-S img {
  width: 100%;
  vertical-align: top;
}

main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 40px;
}

#prepare {
  width: 90%;
  margin: 0 auto;
}

#prepare h1 {
  width: 100%;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #ffc91b;
  border-radius: 6px;
  margin: 0 auto 20px auto;
}

#hituyo {
  background-color: #f3d787;
  border-radius: 10px;
  padding: 20px 0;
  margin-bottom: 40px;
}

#hituyo h2 {
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 10px 0;
}

#net {
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 10px auto;
  padding: 20px 0;
}

#net-container {
  width: 95%;
  display: flex;
  margin: 0 auto;
}

.net-item {
  margin-right: 20px;
}

.net-item:last-child {
  margin-right: 0;
}

.net-item img {
  width: 90px;
}

#big-font {
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}

#net-caution {
  font-size: 10px;
  line-height: 1.4;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

#item {
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}

#item-container {
  width: 95%;
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
}

.item-item1 {
  width: 50%;
  border-right: dashed 3px #666;
}

.item-item1 h3 {
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0;
}

#kaizyo-container {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 0 auto;
}

.kaizyo-item {
  display: flex;
  flex-direction: column;
}

.i2i-item {
  margin-bottom: 20px;
}

.i2i-item img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.i2i-item p {
  text-align: center;
  font-size: 12px;
  margin: 5px 0 0 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.i2i-caution {
  font-size: 8px;
  margin: 6px 0 0 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.item-item2 {
  width: 50%;
  margin: 0 auto;
}

.item-item2 h3 {
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0;
}

#ghest-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 0 auto;
}

.ghest-item {
  margin-bottom: 20px;
}

.ghest-item img {
  display: block;
  margin: 0 auto;
}

.ghest-item p {
  text-align: center;
  font-size: 12px;
  margin: 4px 0 0 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#pc-spec {
  width: 100%;
  margin: 0 auto 60px auto;
}

#pc-spec table {
  width: 100%;
  border: solid 1px #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pc-spec table thead th,
#pc-spec table tbody th,
#pc-spec table tbody td {
  background-color: #d9f3f8;
  padding: 12px 0;
  text-align: center;
  border-bottom: solid 3px #fff;
  font-size: 12px;
}

#pc-spec table thead th + th,
#pc-spec table tbody td {
  border-left: solid 3px #fff;
}

#pc-spec table tbody tr:last-child th,
#pc-spec table tbody tr:last-child td {
  border-bottom: none;
}

#pc-spec table thead tr th {
  background-color: #81e5ec;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}

#pc-spec #blue {
  background-color: #81e5ec;
}

#pc-spec .font-bold {
  font-weight: 600;
}

#movie {
  width: 90%;
  background-color: #ffc91b;
  border-radius: 10px;
  margin: 0 auto 60px auto;
  padding: 15px;
  box-sizing: border-box;
}

#movie h1 {
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
}

#movie iframe {
  width: 100%;
  height: 240px;
  display: block;
  margin: 0 auto;
}

#setting {
  width: 90%;
  margin: 0 auto;
}

#setting h1 {
  width: 100%;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #fa86dc;
  border-radius: 6px;
  margin: 0 auto 40px auto;
}

#setting-box {
  width: 95%;
  border-top: solid 2px #fa86dc;
  padding-top: 20px;
  margin: 0 auto;
}

.number-box {
  width: 100%;
  border-bottom: solid 2px #fa86dc;
  padding: 20px 0;
}

.title-container {
  width: 100%;
  display: flex;
  margin: 0 auto 20px auto;
}

.title-item img {
  display: block;
}

.title-item p {
  margin: 7px 0;
  padding-left: 10px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}

.contents-container {
  width: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: column;
}

.contents-item {
  width: 100%;
  margin-bottom: 20px;
}

.contents-item:last-child {
  padding-right: 0;
}

.contents-item p {
  width: 300px;
  font-size: 14px;
  margin: 0 auto 10px auto;
}

#PSurl {
  font-size: 12px;
}

.contents-item .fs14px {
  font-size: 12px;
  margin: 10px auto 0 auto;
}

.contents-item img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

#sizing {
  width: 100px;
}

.explanation {
  width: 100%;
  margin: 0 auto;
}

.explanation h3 {
  font-size: 12px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: dashed 2px #81e5ec;
  padding-bottom: 10px;
  margin: 20px 0 0 0;
}

.ti-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
}

.ti-item {
  font-size: 14px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ti-item p {
  width: 100%;
  margin: 0;
  padding-right: 20px;
}

.ti-item img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.ti-item .fs14px {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.ti-item .blueBG {
  width: 250px;
  background-color: #d9f3f8;
  margin: 10px 0 0 0;
  padding: 0 5px;
}

.ti-item .margin20 {
  margin-top: 20px;
}

#copy {
  width: 100%;
  background-color: #fff;
  margin: 80px auto 0 auto;
  border-top: solid 1px #888;
  padding: 10px 0 30px 0;
  text-align: center;
}

#copy small {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
