@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    scroll-behavior: smooth;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;

	font-size: 1em;
	background-color: rgba(255,255,255,1);

	color: #333;
	caret-color: transparent;
	
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	*/
	
	 font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;

}
.tatebox {
	text-align: center;
}
.tategaki{
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	//background:rgba(102,255,0,0.3);
	font-size: 1.6rem;
	line-height: 250%;
	
}
.fhsize1 {
	//font-size: 1.2em;
	font-size: 1.8rem;
	line-height: 200%;
}
.ffsize1 {
	font-size: 0.8rem;
	line-height: 300%;
}
.ffsize2 {
	font-size: 0.8rem;
	line-height: 200%;
}
.Poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, p {
	 font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: inherit;
  font-weight: 400;
  font-display: optional;

	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	*/
}
.presidentname {
	font-size: 1.0rem;
}
/*
h2 {
	letter-spacing: 0.2em;
	font-size: 1em;
}
h3 {
	letter-spacing: 0.2em;
	font-size: 1em;
}
p {
	font-size: 1em;

	//line-height: 200%;
}
*/
.inmenu {
	margin-left: 0px;
	//background-color: rgba(200,0,0,0.1);
}
.inmenu span {
	display:inline-block;
	margin-right: 1em;
	font-size: 0.8em;
	line-height: 160%;
	font-weight: 300;
}
.pbig {
	font-size: 1.2em;
	line-height: 200%;
}
.ptitle {
	letter-spacing: 0.2em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}
.fsize1 {
	font-size: 2em;
}
.fbold1 {
	font-weight: 900;
}
.fsize3 {
	font-size: 1.4em;
}
.fsize4 {
	font-size: 1.3em;
}
.fsize5 {
	font-size: 1.4em;
}
.fcolor1 {
	color: rgba(0,0,0,1);
	z-index: 20;
}
.pwhite {
	color: rgba(255,255,255,1);
	text-align: center;
}
.paddv1 {
	padding-top: 40px;
	padding-bottom: 60px;
}
.articlefooter {
	text-align: center;
}
.pflx {
	text-align:left;
}
.fsize2 {
	font-size: 1.0em;
}
.fsize2aa {
	font-size: 1.4em;
}
.fsizeabout {
	font-size: 1em;
}
.fh1 {
	font-size: 1.0em;
}
.fh2 {
	font-size: 0.8em;
}
@media screen and (min-width:800px) {
.fsizeabout {
	font-size: 1.8em;
}
.fsize2aa {
	font-size: 2em;
}
.pflx {
	text-align:center;
}


}
.bw {
	border: thin solid #333;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	color: #333;
	background-color: #FFF;
}
