@font-face { 
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "HGRSKP"; 

  /* フォントが置かれているパスを書く */ 
  src: url("../font/HGRSKP.TTF") format("truetype") }


@charset "UTF-8";

body{
/* 画像ファイルの指定 */
  background-image: url(../topback2.webp);
   
  /* 画像を常に天地左右の中央に配置 */
  /*background-position: center center;*/
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}

img,div,a{
	line-height: 1;
	margin: 0px;
	padding: 0px;
	border:none;
	text-decoration:none;

}


#wrappar{
	width:100%;
	height:100%;
}

.top{
}

.topm1{
	font-family: "HGRSKP";
	font-size: 1rem;
	font-weight: 100;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #333333ff;
	border-radius: 0.5rem;
	padding: 1.8rem 4rem;
	border-radius: 100% 80px / 80px 100%;
	background-color: #92b08bd6;
	position:fixed;
	top: 5%;
	left:25%;
	transform: rotate(-5deg)	;

}

.topm1:hover{
	border-radius: 60% 80% / 100% 80%;
}
.topm2{
	font-family: "HGRSKP";
	font-size: 1rem;
	font-weight: 100;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #333333ff;
	border-radius: 0.5rem;
	padding: 1.8rem 4rem;
	border-radius: 48% 57% / 70% 92%;
	background-color: #f0b08bd6;
	position:fixed;
	top:28%;
	left:5%;
}

.topm2:hover{
	border-radius: 60% 80% / 100% 80%;
}

.topm3{
	font-family: "HGRSKP";
	font-size: 1rem;
	font-weight: 100;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	padding: 1.8rem 4rem;
	border-radius: 48% 57% / 70% 92%;
	background-color: #e3dbdbd6;
	position:fixed;
	top:60%;
	left: 2%;
}

.topm3:hover{
	border-radius: 60% 80% / 100% 80%;
}

.topm1{
	display: none;
}

.topm2{
	display: none;
}

.kuhaku{
	width:100%;
	height:100%;
	min-height:1000px;
}

.text-box{
	position:fixed;
	width:100%;
	z-index:10;
	background-color: white;
}

.text-box p{
	font: 80% "HGRSKP";
    	position: relative;
    	font-size: x-large;
	width:100%;
	text-align:center;
	display: inline-block;
	right:0%;
	color:rgba(34,28,28,0.8);

}

.openbtn{

}

.title{
	position: fixed;
    	left: 1%;
   	width: 100%;
	float: left;
 	padding-top: 1%;
	max-width:200px;
}

.daimei{
	position: fixed;
	inset: 0;
	margin: auto;
	max-width:200px;
	width:100%;

}

h1{
	font: 3.5em "HGRSKP";
    	position: relative;
    	float: left;
    	width: 100%;
	color:rgba(34,28,28,0.8);
}



h2{
	font: 500% "HGRSKP";
    	color: white;
    	position: relative;
    	top: 40%;
}

.header{
	position:relative;
	padding-top:5%;
	background-color:white;
	z-index:5;
	width:100%;
	max-width:1170px;
	display: inline-block;
}

ul{
	width:100%;
	max-width:700px;
	display:inline-block;
	margin-top: 5%;

}



li{
	list-style:none;
	width:50%;
	max-width:250px;
	float:left;
	margin:7%;
}

li img{
	border-radius: 50%;
	width:100%;
}

.t-img-d{
	font:3.0em "HGRSKP";
	padding-bottom:30px;
}

.t-img{
	font:1.7em "HGRSKP";
	text-align:left;
	line-height: 2em;
	color:rgba(34,28,28,0.8);

}


.t-img2{
    font: 1.5em "HGRSKP";
    line-height: 50px;
    padding-top: 5%;
    text-align: right;}

.hl{
	max-height:50px;
	max-width:400px;
	float:left;
	padding-top: 1%;

}

.hl img{
	height:100%;
	width:100%;
}

.hr{
	font:200% "HGRSKP";
	float: left;
	text-align: left;
	padding-left: 5%
}

.header p{
	font: 180% "HGRSKP";
	float: right;
	padding-top: 2%;

}


.senden
{
	position: relative;
	margin: 0 auto;
	width:100%;
	background-color:rgba(255,255,255,0.80);
	padding-top: 5%;
	max-width:1900px;
	text-align:center;

}

.cont-top-p{
    font: 3em "HGRSKP";
    color: black;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    letter-spacing: 20px;
    text-align: center;
}

.cot-tl2-2l{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 90px;
    border-right-style: solid;
}

.cot-tl2-2r{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    text-align:left;
    padding-left: 4%;
}

.cot-tl2-2r li{

}
.send-r{
	position:relative;
    	height: 100%;
    	width: 100%;
    	max-width: 450px;
	display:inline-block;
}

.send-r img{
	width:100%;
	height:100%;
	
}

.send-l{
    	padding: 0% 5% 0% 5%;
    	height: 100%;
    	width: 100%;
    	max-width: 280px;
	display:inline-block;
	bottom:100px;
	left:40px;
	position:relative;

}

.send-l img{
	width:100%;
	height:100%;

}

iframe[src$=".pdf"]{
    width:100%;
    height:1000px;
}

.content{
	position:relative;
	width:100%;
	max-width:1900px;
	margin-top: -3px;
	background-color: blanchedalmond;
	padding-top:8%;
	margin:0 auto;
	text-align:center;

}

.rt-img{
	font:150% "HGRSKP";
	text-align:left;
	display: inline-block;
	color:rgba(34,28,28,1);
	border: none;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	transition: all 0.6s;
}

#g-nav p{
	color:rgba(34,28,28,0.8);
	font:1.2em "HGRSKP";

}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

ul+p{

}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
display: inline-block; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


