@charset "UTF-8";

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

header {
  width: 100%;
}

#top {
  width: 100%;
}

.header-logo-menu {
  display: none;
}

#nav-bg {
  width: 100%;
  height: 56px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  opacity: 0.65;
}

#navi-container {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
}

.navi-item {
  display: flex;
}

.navi-item p {
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 16px 40px 0 20px;
}

.navi-item p a {
  text-decoration: none;
  color: #333;
}

#contact-btn {
  padding: 5px 12px;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#contact-btn:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.hamburger-menu {
  display: none;
}

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

#TopImage img {
  width: 100%;
  min-width: 1024px;
  vertical-align: top;
}

#TopImage-S {
  display: none;
}

main {
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}

#prepare {
  width: 984px;
  margin: 0 auto;
}

#prepare h1 {
  width: 500px;
  font-size: 24px;
  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 40px auto;
}

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

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

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

#net-container {
  width: 665px;
  display: flex;
  margin: 0 auto;
}

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

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

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

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

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

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

#item-container {
  width: 860px;
  display: flex;
  margin: 0 auto;
  padding: 26px 0;
}

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

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

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

.kaizyo-item {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

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

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

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

.item-item2 {
  width: 160px;
  margin: 0 auto;
}

.item-item2 h3 {
  font-size: 30px;
  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: 14px;
  margin: 8px 0 0 0;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

#pc-spec table {
  width: 100%;
  border: solid 1px #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  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: 14px 0;
  text-align: center;
  border-bottom: solid 5px #fff;
}

#pc-spec table thead th + th,
#pc-spec table tbody td {
  border-left: solid 5px #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: 24px;
  letter-spacing: 0.1em;
}

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

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

#movie {
  width: 720px;
  background-color: #ffc91b;
  border-radius: 10px;
  margin: 0 auto 60px auto;
  padding: 30px;
}

#movie h1 {
  font-size: 24px;
  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: 405px;
  display: block;
  margin: 0 auto;
}

#setting {
  width: 984px;
  margin: 0 auto;
}

#setting h1 {
  width: 500px;
  font-size: 24px;
  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: 100%;
  border-top: solid 2px #fa86dc;
  padding-top: 20px;
}

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

.title-container {
  width: 900px;
  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: 20px;
}

.contents-container {
  width: 810px;
  margin: 20px auto 0 auto;
  display: flex;
}

.contents-item {
  padding-right: 60px;
}

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

.contents-item p {
  margin: 0 0 10px 0;
}

.contents-item .fs14px {
  margin: 20px 0 0 0;
}

.explanation {
  width: 810px;
  margin: 0 auto;
}

.explanation h3 {
  font-size: 16px;
  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;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

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

.ti-item p {
  width: 450px;
  margin: 0;
}

.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: 984px;
  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;
}
