@charset "UTF-8";
@font-face {
  font-family: "tegaki-font";
  src: url("..\font\font_j003_makicirclehand._wi\font_j003_makicirclehand._wij003_makicirclehandmakiirclehand.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Shikakufuto_Free_ver20251228";
  src: url("../font/Shikakufuto_Free_ver20251228.ttf") format("truetype");
  font-display: swap;
}
body {
  margin: 0;
  background-image: url(../img/background/mokume_dark01.webp);
  background-repeat: repeat;
  background-attachment: fixed;
}

.allcontent {
  margin: 0 20px;
}

/*PC版でモバイル版のヘッダーを消す*/
.header_logo_mobile {
  display: none;
}

.header_main_mobile {
  display: none;
}

header {
  display: flex;
  width: 100%;
  height: 20vh;
  background-color: rgb(30, 30, 30);
}

.header-text-mobile {
  display: none;
}

.header-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  color: white;
  font-size: 5vw;
  font-family: "Shikakufuto_Free_ver20251228";
}

.header-logo {
  width: auto;
  height: 20vh;
  margin: 0 0 0 20px;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  background-color: rgb(77, 20, 20);
  border-top: #1a251a solid 5px;
  color: white;
}

.footer-text {
  text-align: center;
  margin: 0 0 30px 0;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px 0 20px 0;
}

.background {
  background-color: #6b2306;
}

.center {
  text-align: center;
}

.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

.sidebar {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  width: 15%;
  height: 100%;
  float: left;
  padding: 10px;
  position: sticky;
  top: 20px;
}

.sidebar-box {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.button-menu {
  text-align: center;
  padding: 10px;
  width: auto;
  height: auto;
  background-color: #333;
  margin: 12px 0;
  color: white;
  font-weight: bold;
  border: black solid 3px;
  font-size: 1.2vw;
}

.button-menu:hover {
  background-color: white;
  color: black;
  font-weight: bold;
  border: black solid 3px;
}

.main-content {
  box-sizing: border-box;
  width: auto;
  margin-left: 17%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  height: 100%;
}

.activity {
  box-sizing: border-box;
  background-color: white;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-left: black solid 10px;
}

.activity_h1 {
  margin: 10px 0 10px 20px;
  font-size: clamp(2rem, 50px, 100px);
}

.activity-text {
  font-size: large;
}

.bold {
  font-weight: bold;
}

.photo {
  text-align: center;
}

.photo img {
  width: 85%;
  height: 85%;
  border-radius: 20px;
}

.paper-photo-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 80%;
  background-color: white;
  margin: 30px 0 0 0;
  box-shadow: 2px 2px 5px;
}

.paper-photo-cover-twice {
  display: flex;
  width: 80%;
  height: auto;
}

.paper-photo-cover img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  margin: 30px 0;
}

.photo_ver {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.photo_ver img {
  margin: 0 10px;
  height: 50%;
  width: 50%;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

.button-test {
  width: 100%;
  height: 50px;
}

.marker-y {
  background-color: #ff9;
}

.marker-b {
  background-color: rgba(102, 204, 255, 0.5);
}

.box3d {
  width: 50%;
  height: 150px;
  background-color: #333;
}

.box3d-roof {
  position: absolute;
  z-index: 6;
  width: 90%;
  height: 70%;
  background-color: rgb(255, 153, 153);
}

.box3d-roof-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.box3d-base1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #32CD32;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.box3d-base2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: none;
}

.box3d-base3 {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: none;
}

.box3d-base4 {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: none;
}

.SectionMargin {
  margin: 0 0 60px 0;
}

.easycon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.easycon-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: auto;
  background-color: rgba(49, 240, 49, 0.7294117647);
  border: rgba(49, 240, 49, 0.462745098) solid 3px;
  border-radius: 20px;
}

.easycon-con-sentence {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 90%;
  height: 50px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  border-radius: 20px;
  background-color: white;
  font-weight: bold;
}

.easycon-con-sentence-end {
  width: auto;
  height: 20px;
}

.howtosee-explain {
  /*サイトの見方の紹介文のベース*/
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.howtosee-explain-con {
  /*紹介文*/
  width: 80%;
  height: auto;
  padding: 20px;
  border: #1a251a solid 10px;
  border-style: double;
  font-size: 1rem;
}

.howtosee {
  /*HOME「サイトの見方」の全てのベース*/
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}

.howtosee-con-B {
  /*後付け。コンテントのベース*/
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 0 0 20px 0;
}

.howtosee-con {
  /*コンテント*/
  display: flex;
  width: 100%;
  height: 100px;
  background-color: crimson;
  border-radius: 10px;
}

.howtosee-con-num {
  /*ナンバーの部分の外郭*/
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  border-radius: 10px;
}

.howtosee-con-num-cercle {
  /*ナンバーの部分の丸と数字の部分*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 85%;
  background-color: white;
  border-radius: 100%;
  border: #1a251a solid 2px;
  font-size: 5vw;
  font-weight: bold;
}

.howtosee-con-title {
  /*文字の部分*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  font-size: 5vw;
  color: white;
  font-weight: bold;
}

.howtosee-link {
  /*別のページへ飛ばすリンクのベース*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64%;
  height: 50px;
  margin-left: 20%;
  background-color: #1a251a;
  clip-path: polygon(0% 0%, 10% 100%, 90% 100%, 100% 0%);
  font-weight: bold;
  font-size: large;
}

.howtosee-link:hover {
  /*hover*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64%;
  height: 50px;
  margin-left: 20%;
  background-color: gray;
  clip-path: polygon(0% 0%, 10% 100%, 90% 100%, 100% 0%);
  font-weight: bold;
  font-size: large;
}

.howtosee-link-color {
  /*howtosee-linkの文字の中の色*/
  color: white;
}

.recommend {
  display: none;
}/*# sourceMappingURL=css.css.map */