@charset "UTF-8";

/*ハンバーガー*/
#show ,#hide{
    cursor: pointer;
	position: fixed;
	width: auto;
	margin-left: 320px;
	margin-top: 10px;
  }

#menu {
    z-index: 1;
	
    position: fixed;

    top: 0;
    right: -320px;
	width: 320px;
    color: black;
	background-color: rgba(255,255,255,0.9);

	transition: .4s;
	
  }


/*ハンバーガーの具*/
ul#menuli{
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul#menuli li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
	text-align: left;
	margin-left: 100px;
}

ul#menuli li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 80px; /*左端からのアイコンまで*/
  color: #009EB4; /*アイコン色*/
	
}



body.menu-open #menu{
	right: 0;
	margin-right:80px;
	
}

#wrapper{
	position: relative;
	overflow-x: hidden;
}







body{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: lighter;
	font-size: 11.5pt;
	background-image: url("web2pic/haikei.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size:cover;
	background-position: center;
	
}
/*画像サイズ調整*/
img{
	margin: 0px;
	width:100%;
	max-width: 100%;
	height: auto;
}

h1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1pt;
}
h2{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1pt;
}
h3{
    background-color: #F39BF0;
    color: white;
    text-align: center;
}
h4{
	text-align: center;
}

/*ヘッダー*/
.hedder{
	position: relative;
	width: auto;
}
p#boutou{
	text-align: center;
	font-size:10pt;
	position: absolute;
	font-weight: 200;
	color: white;
	left: 20px;
	top:290px;
}
img#yazirusi{
	position: absolute;
	max-width: 20%;
	left:140px;
	bottom: 90px;
}



p#adress{
	margin-top: 10px;
	background-color: rgba(255,255,255,0.8);
	background-size: cover;
	text-align: center;
}

img#aboga,#kariga,#gakusei{
	width: 150px;
	height: auto;
	left: 100px;
}
img#sikaga{
	width: 220px;
	height: auto;
}

.botan{
	position: fixed;
	width: 100px;
	left: 200px;
}