@charset "UTF-8";
  
  /* 基本設定 */
html {
	font-family: sans-serif;
}

html * {
	box-sizing: border-box;
}

/*フォントファイル（otf）埋め込み侍*/
@font-face {
  font-family: 'Makinas-4-Square';/*フォント名日本語OK*/
  src: url(Makinas-4-Square.otf);/*フォントファイルパス*/
}

/*Google Fonts使っちゃおっかなぁぁぁぁ*/
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*Dancing Scriptのみ常にエラー起きるけど気にしなくていいです*/
.dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/*ここから先が本番*/

body {
  font-family: sans-serif;  
  
	margin:  0 0 0 0;
	color: #000;
  background-color: #fff;
}

.menu_button {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1001;
  background-color: #333;
  color: #fff;
  font-family: sans-serif;
  font-size: 32px;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.side_menu{
  position: fixed;
  top: 0;
  left: -250px; /* 非表示 */
  width: 250px;
  height: 100%;
  background-color: #333;
  color: white;
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 60px 16px 16px;
}

.side_menu ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.side_menu li {
  margin: 50px 0;
}

.side_menu a {
  color: white;
  text-decoration: none;
  font-family: "Zen Kaku Gothic";
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease; /* ホバーした時のアニメーション！アニメーションって...ンフーンフフフフフ */
}

.side_menu a:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 22px;
}

.side_menu.open {
  left: 0;
}

.header {
  width: 100vw;
  height: 100vh;
  background-color: #5cc;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
}

.header h1 {
  font-family: "Makinas-4-Square";
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
  margin-top: auto; /* 上に寄せる */
  color: white;
  letter-spacing: 3px;
  padding-top: 50px;
}

.scroll_shiro{
  font-style: italic;
}


.scroll_shiro,
.shitayajirushi {
  font-family: "Makinas-4-Square";
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

/* SCROLLグループをラップするdivを作って下寄せ */
.scroll-area {
  margin-top: auto;  /* 下側に押し出す */
  margin-bottom: 30px; /* 画面下からの余白（調整可） */
  display: flex;
  flex-direction: column;
  align-items: center;
}


p,h1,h2,h3,h4,h5,h6 {
	margin-top: 10;
}
  
p {
  line-height: 1.6;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  
}

li {
  font-family: "Zen Kaku Gothic New";
}

h6{
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-left: #333 solid 5px;
    padding-left: 5px;
}


h2{
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-left: #333 solid 5px;
    padding-left: 5px;
}

h1{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-left: 0;
  
  padding-left: 10px;
  
  letter-spacing: 2px;
  user-select: none;
}

footer{
  font-size: 11px;
  font-family: "Zen Kaku Gothic New";
}

.sologo{
  float: right;
  max-width: 20%;
	height: auto;
	padding: 0 1em 1em 0;		/* 文字と画像との余白 */
  display: flex;
}

.kakudai{
  display: none;
  position: fixed;
  z-index: 2000; /* サイドメニューより上に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.kakudai-content{
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff;
}

.kakudai.open{
  display: flex;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wrapper {
	margin:	0 auto 0 auto;		/* 余白（変えなくてよい） */
	max-width: 960px;		/* 最大表示幅（変えなくてよい） */
}
