@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;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}

#overview {
  width: 100%;
  padding: 60px 0;
}

#top-text {
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}

#overview h1 {
  width: 900px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-bottom: solid 2px #fa86dc;
  padding-bottom: 10px;
  margin: 0 auto 60px auto;
}

#image-text {
  width: 100%;
  padding-bottom: 20px;
}

#container1 {
  width: 100%;
  display: flex;
}

.c1-item {
  width: 50%;
}

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

.c1-item p {
  width: 380px;
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 50px auto 0 40px;
}

#container2 {
  width: 100%;
  display: flex;
}

.c2-item {
  width: 50%;
}

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

.c2-item p {
  width: 380px;
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 80px 40px 0 auto;
}

#orange-text {
  width: 600px;

  background-color: #ff8b1b;
  margin: 60px auto 40px auto;
  border-radius: 6px;
}

#orange-text p {
  width: 500px;
  font-size: 20px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
  padding: 20px;
}

#pv {
  width: 600px;
  margin: 0 auto;
}

video {
  width: 100%;
  background-color: #ccc;
}

#htu-ps {
  background-color: #fcedf3;
  margin-bottom: 60px;
  padding: 40px 0;
}

#htu-title {
  width: 950px;
  border-bottom: solid 2px #f7b1e0;
  padding-bottom: 20px;
  margin: 0 auto;
}

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

#htu-container {
  width: 950px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.htu-item {
  width: 300px;
}

.htu-item h2 {
  font-size: 24px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px 0;
}

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

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

#kochira-btn {
  width: 373px;
  margin: 0 auto;
}

#kochira-btn a {
  text-decoration: none;
  color: #fff;
}

#kochira-btn p {
  color: #fff;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 40px;
  background-color: #81e5ec;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

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

#function {
  width: 100%;
  padding-bottom: 60px;
}

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

#pink-border {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: solid 2px #fa86dc;
}

#func-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.func-item {
  width: 90%;
  border-bottom: solid 2px #fa86dc;
  padding-bottom: 40px;
  margin: 0 auto 40px auto;
}

.func-item:last-child {
  margin-bottom: 0;
}

.func-item h2 {
  font-size: 20px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 30px 0;
}

.func-item-box {
  display: flex;
  justify-content: space-between;
}

.fib-item img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.func-text {
  width: 340px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.htu {
  width: 360px;
  margin: 20px auto 0 auto;
}

.htu img {
  width: 100%;
}

#motto-btn {
  width: 100%;
  margin-top: 20px;
}

#motto-btn a {
  text-decoration: none;
}

#motto-btn p {
  color: #fff;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 40px;
  background-color: #ffc91b;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

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

.kochira-btn_S {
  width: 100%;
  margin-top: 20px;
}

.kochira-btn_S a {
  text-decoration: none;
}

.kochira-btn_S p {
  color: #fff;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 40px;
  background-color: #81e5ec;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.kochira-btn_S p:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#etc-text {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #fc0052;
}

#etc-text p {
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#rogo {
  width: 400px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#ps {
  text-align: center;
  margin: 0;
}

#tottoba {
  width: 100%;
  text-align: center;
  margin: 0;
}

#tottoba img {
  width: 60%;
}

#copy {
  width: 984px;
  background-color: #fff;
  margin: 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;
}

#contact {
  width: 950px;
  margin: 0 auto;
}

#contact h1 {
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: solid 1px #555;
  padding-bottom: 10px;
}

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

.c-item1 iframe {
  width: 400px;
  height: 300px;
  border: solid 1px #555;
  border-radius: 6px;
}

.c-item2 {
  margin: 40px 0 0 40px;
}

.c-item2 p {
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
