@charset "utf-8";

/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 180%;
  color: #2e2e2b;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: #f9f9f3;
}

a:link,
a:visited {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  text-decoration: none;
  color: #686f5f;
}
a:hover {
  text-decoration: none;
  color: #7e7e5a;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*googleフォント*/

.gf {
  font-family: 'Josefin Sans', sans-serif;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*メニュー側*/

.pagemenu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
	z-index:1;
  width: 20vw;
	max-width: 700px;
	min-width: 150px;
	height: 100vh;
  margin: 0;
  padding: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: scroll;
  font-size: 80%;
  line-height: 180%;
	background-color: #ffffff;
}
.sp_menu{display: none;}

.pagemenu h2 {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 20px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
.pagemenu ul h2:first-of-type {
  margin-top: 0px;
}

.pagemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 2px;
}

.pagemenu ul::after {
	content: "";
	display: block;
	clear: both;
}
.pagemenu ul {
	zoom: 1;
}

.pagemenu li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.pagemenu ul a:link,
.pagemenu ul a:visited {
  background: linear-gradient(transparent 80%, #ff6 80%);
}

@keyframes sp_menu_action {
	0% { transform: rotate(45deg); }
	100% { transform: rotate(-135deg);left:10px; }
}

@keyframes sp_menu_off_action {
	0% { transform: rotate(-135deg); }
	100% { transform: rotate(45deg);left:5px; }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*本文側*/

.page_container {
	z-index:0;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 220px);
  margin: 0 0 0 clamp(20px, 20vw, 750px);
  padding: 0 30px 100px 50px;
}



.page_container h1.top {
  font-size: clamp(5.3rem, 10vw, 10rem);
  line-height: 1;
  margin: 40px 0 20px 0;
  padding: 0 0 20px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -4px;
}

.file_time{
display: inline-block;
margin: 0px 0px 20px 0px;
padding: 5px 10px;
border:1px solid #2e2e2b;
}


.site_name a:link,
.site_name a:visited {
	display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 40px 0 20px 0;
  padding: 0;
	font-family: 'Josefin Sans', sans-serif !important;
	letter-spacing: -4px;
	text-align: center;
	color: #2e2e2b;
}
.site_name a:hover {
  text-decoration: none;
  color: #7e7e5a;
}



.page_container h1 {
  font-size: clamp(3rem, 5vw, 7rem);
  line-height: 180%;
  margin: 40px 0 20px -20px;
  padding: 0;
	letter-spacing: -4px;
}

.page_container h1.archive {
  font-size: clamp(3rem, 5vw, 7rem);
  line-height: 180%;
  margin: 40px 0 20px 0px;
  padding: 0;
	letter-spacing: -4px;
}



.page_container h2 {
  position: relative;
  /*font-size: 150%;*/
	font-size: clamp(2rem, 3vw, 3rem);
  line-height: 180%;
  margin: 100px 0 20px;
  padding: 20px 0 0;
  border-top: 1px solid #9fa598;
}

.page_container h2::after {
  content: attr(data-cssname);
  display: block;
  position: absolute;
  top: -18px;
  right: 20px;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 100%;
  background-color: #f9f9f3;
}

.page_container h2:first-of-type {
  margin-top: 0;
}


.page_container h2.archive {
  padding: 20px;
	font-size: clamp(1rem, 3vw, 2rem);
  border:1px solid #9fa598;
}

.page_container h2.archive::after {
  content: "";
  display: none;
}



.page_container .column_box {
  position: relative;
  margin-bottom: 8em;
  padding: 0;
  width: 100%;
}

.page_container::after {
  content: "Copyright (C) NASCHA All Rights Reserved.";
  display: block;
	position: fixed;
  /*position: absolute;*/
  bottom: 10px;
  right: 20px;
  font-size: 70%;
	font-family: 'Josefin Sans', sans-serif;
}

.data_sheet {
  box-sizing: border-box;
  margin: 0px 0px 0px -50px;
  padding: 20px 0px 0px 50px;
  border-top: 1px solid #b2b2a6;
}






/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

PC向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 1000px) {
  .page_container {
    max-width: 1100px;
  }

.pagemenu22 {
  width: 400px;
}

}

/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

タブレット向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 640px) and (max-width: 1000px) {


.pagemenu ul {
  grid-template-columns: repeat(1, 1fr);
}

  .page_container {
    max-width: 900px;
  }

.pagemenu22 {
  width: 200px;
}
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

スマホ向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (max-width: 640px) {

	.sp_menu{
		box-sizing: border-box;
		display: block;
		position: fixed;
		top:calc(50% - 12px);
		left:5px;
		z-index:2;
		width:30px;
		height:30px;
		border-top:6px solid #000000;
		border-right:6px solid #000000;
		transform: rotate(45deg);
	}

	.sp_menu.on{
		-webkit-animation: sp_menu_action 0.5s forwards;
		animation: sp_menu_action 0.5s forwards;
	}
	.sp_menu.off{
		-webkit-animation: sp_menu_off_action 0.5s forwards;
		animation: sp_menu_off_action 0.5s forwards;
	}

	.pagemenu {
	  left: -280px;
	  width: 300px;
	}

	.pagemenu ul{
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap:2px 5px;
		padding: 10px 5px 10px 40px;
		width:100%;
	}

	.pagemenu h2{
		padding: 10px 10px 0 40px;
		font-size: 130%;
		font-weight: bold;
	}

	.pagemenu p{
		padding: 10px 10px 0 40px;
	}

	.page_container {
	  position: relative;
	  box-sizing: border-box;
	  width: calc(100% - 30px);
		margin: 0 0 0 30px;
	  padding: 0 20px 0px 50px;
		word-wrap: break-word;
	  overflow-wrap: break-word;
	}

	.page_container h1.fmt {
	  font-size: 320%;
	}
}
