@charset "utf-8";
/* CSS Document */


/*common*/

body{
margin: 0 auto;
color: #555555;
background-color: #E8E8E8;
font-size: 14px;
font-family: "Noto Sans Japanese";
letter-spacing: 1.2px;
line-height: 1.8;
-webkit-text-size-adjust: none;
}

.clear-both{
clear: both;
}

a{
text-decoration: none;
}

a img{
border-style: none;
}

ul,li{
margin: 0;
padding: 0;
list-style: none;
}

p{
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6{
font-size: 14px;
margin: 0;
padding: 0;
font-weight: normal;
}











/*　　ヘッダー　　*/

header{
width: 100%;
padding: 0 5%;
box-sizing: border-box;
z-index: 999;
}

#head-logo{
width: 100%;
line-height: 90px;
}

#head-logo img{
height: 42px;
vertical-align: middle;
}

#head-nav{
padding: 5px 0 25px;
}

#head-nav ul{
}

#head-nav li{
float: left;
font-family: 'Raleway', sans-serif;
font-weight: 600;
letter-spacing: 3px;
font-size: 16px;
margin-right: 40px;
}

#head-nav a{
color: #333333;
}

#hamburger-icon{
cursor: pointer;
display: none;
}

.modalOpen{
position: fixed;
top: 33px;
right: 25px;
width: 25px;
height: 25px;
cursor:pointer;
z-index: 999;
}

#hamburger-icon span{
display: block;
width: 100%;
border-bottom: solid 2px #333333;
position: absolute;
}

#hamburger-icon span:nth-child(1) {
top:0;
}

#hamburger-icon span:nth-child(2) {
top:8px;
}

#hamburger-icon span:nth-child(3) {
top:16px;
}

/* モーダルウィンドウのスタイル */
.modal{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

/* オーバーレイのスタイル */
.overLay{
  position: fixed;
  top: 0;
  left: 0;
  background: #E8E8E8;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner{
  position: absolute;
  z-index: 11;
  top: 45%;
  left: 40%;
  transform: translate(-50%,-50%);
}

#close-button{
text-align: center;
padding: 4px 0;
font-family: 'Raleway', sans-serif;
font-weight: 600;
border: 2px solid #555555;
font-size: 18px;
color: #555555;
}

#modal-mainnav{
margin-bottom: 40px;
}

#modal-mainnav a{
color: #555555;
}

#modal-mainnav li{
font-size: 24px;
margin: 0 0 20px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
letter-spacing: 2px;
}






/*　フッター　*/
footer{
padding: 80px 5% 120px;
}

#foot-nav{
margin-bottom: 70px;
font-size: 16px;
letter-spacing: 2px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}

#foot-nav li{
margin-bottom: 25px;
}

#foot-nav li a{
color: #333333;
}

#foot-nav li a:hover{
text-decoration: underline;
}

footer li{
margin-bottom: 10px;
}

.foot-name{
font-size: 13px;
letter-spacing: 3px;
}

#copyright{
letter-spacing: 3px;
font-size: 11px;
margin-top: 40px
}







#pagetitle{
color: #FFFFFF;
line-height: 1.5;
text-align: center;
margin-bottom: 60px;
background-image: url(../img/common/pagetitle-img.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

#pagetitle-wrap{
background-color: rgba(50,50,50,0.5);
padding: 180px 5%;
}

#pagetitle p{
font-family: 'Raleway', sans-serif;
font-weight: 600;
letter-spacing: 5px;
font-size: 42px;
}









.fadein{
transition: 1.5s;
-moz-transition: 1.5s;
-webkit-transition: 1.5s;
-o-transition: 1.5s;
-ms-transition: 1.5s;
}

.slideup{
transition: 1.5s;
-moz-transition: 1.5s;
-webkit-transition: 1.5s;
-o-transition: 1.5s;
-ms-transition: 1.5s;
}










/*tablet*/
@media(min-width: 768px) and (max-width: 991px){




}



@media(max-width: 767px){

body{
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 13px;
}



header{
height: 80px;
}

#head-logo{
position: fixed;
z-index: 999;
line-height: 80px;
text-align: left;
}

#head-logo img{
height: 30px;
}

#head-nav{
display: none;
}

#hamburger-icon{
display: block;
}



#pagetitle p{
font-size: 28px;
}


	
}