/*     以下 navi      */


header{
background: black;
position: relative;
width: 100%;
}
.g-nav{
width: 100%;
z-index: 10;
}
.g-nav-menu{
text-align: center;
margin: 0;

}
.g-nav-menu li{
color: #fff;
padding: 0 30px;
list-style-type: none;
display: inline-block;
line-height: 80px;

}
.fixed{
position: fixed;
top: 0;
left: 0;
}
.fixed .g-nav-menu li{
line-height: 50px;
}


/* 共通 */
h1 {
  color: black;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px black;/*上線*/
  border-bottom: solid 2px black;/*下線*/
}

h2{

border-top: solid 1px black;/*上線*/
border-bottom: solid 1px black;/*下線*/
padding: 0.5em 0;

}

.g-nav-menu a{
  color:#fff;
  text-decoration: none;
}

.g-nav-menu a:visited {
  color:#fff;
}

.g-nav-menu a:hover{
  color : yellow;
}

.g-nav-menu a:active{
  color : yellow;
}

div.anchor{

  padding-top: 50px;
  margin-top: -50px

}

a.button{
  color:black;

}

a.button:hover{
  color : #808080;
}


.button1{
text-align: center;

}


a:link {
 color: ;
 text-decoration: underline;
}

a:visited {
 color: #551A8B;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #FF0000;
 text-decoration: underline;
}




/*     以下 logo      */

.logo{
  text-align: center;
  padding: 0;
}

.logo img{

width:669.2px;
height:294px;

}

/*     以下 各種情報スライダー      */

.sl  {
   margin: 0 15%;
}

/*     プロフィール      */


.profile{
  margin: 4em 15% 2em;
}

.profile img{

width:300px;
height:300px;
display: block;
margin-left: auto;
margin-right: auto;

}



.box-text{

  text-align: center;

}

.proftitle{
  text-align: center;
  margin: 5em 0 0;
}


.proflink{
text-decoration:underline;
}


.proflink, contactform, a{
  color:black;
  text-decoration: none;
}

.proflink, contactform, a:visited {
  color:black;
}

.proflink, contactform, a:hover{
  color : red;
}

.proflink, contactform, a:active{
  color : red;
}


/*     実績      */

.performance {
margin: 4em 15%;
}

.performance,
.box-text2 {
  text-align: center;
  margin: 5em 0 0;

}


/*     値段      */
.price {
margin: 4em 15%;
}

.price,
.box-text3 {
  text-align: center;
  margin: 5em 0 0;

}


/*     機材      */

.equipments,
.box-text4 {
  text-align: center;
  margin: 5em 0 0;

}

.eq_photo{
  text-align: center;
}

.eq_photo img{
  width:683px;
  height: 384px;

}

.eq_list{
  text-align: center;
}

.eq_list img{
  width:800px;
  height: 1124px;

}

/*     メールフォーム      */

.contact{
  text-align: center;
  margin: 5em 0 0;

}

.mailForm{
 text-align: center;
 background-color: #FFF700;
 color: black;
 margin:0 30% 2em;
 border-radius: 20px;
 padding: 1em;

}



.contactform{
text-align: center;
padding-bottom: 5em;
}


/*     thankyou      */


.thankyou {
  text-align: center;
  margin: 2em;
}

img.thankyoupic{
	width: 750px;
	height: 750px;
}


footer{
  font-size: 15px;
  color: #e9e9e9;
  font-family: "Meiryo";
  text-align: center;
  padding-top: 2em;


}
