@charset "utf-8";

.html{font-size:100%;}

img{max-width:100%;
    height: auto;
}

a{text-decoration:none;}

*{box-sizing:border-box;}

.body{
	line-height:1.7;
	background-color:rgba(253,253,252);
		text-align: left;
}


header{
    justify-content: center;
    width:1000px;
	margin:0 auto;
    padding-top: 20px;
}

.openbtn span {
background-color: rgba(180,180,180,1.00);
}




/*LP*/
/*メニュー*/
.menu-container {
	padding:0 5px;                          /* 余白指定 */
    box-sizing:  border-box;                /* 崩れ防止 */ 
}

.logo {
    float: left;
    width: 170px;
}


.main-nav {
    float: right;
    margin: -43px 0 -10px 360px;
}

li{
	float: left;
	padding: 20px 0 0 40px;
    text-align:left;
	display: flex;
    font-size:1.1rem;
    text-transform: capitalize;
    list-style: none;
	font-family: 'Lato', sans-serif;
    font-weight: 200;
	letter-spacing: 0.05em;
	text-decoration:none;
}

.a kendama{margin-bottom: 10px; }

.a lp{
	 text-decoration:none;
	color:rgba(255,255,255,1.00)
	}

.lp a:hover{
	color:rgba(21,21,21,1.00)
}

.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  /* displayをnoneに指定してください */
  display:none;
}

.fa-instagram{
    color: rgba(180,180,180,1.00);
}


/*トップ画像と「Graphic」の表記
.top-image {
    margin-top: 87px;
	margin-bottom: 40px;
	max-width:1000px;
  }

*/
/* その場でふわっと出現 
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.kasaneru{ position: relative;

}
*/

.kasaneru p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-60%);/*センター寄せの修正*/
  color: #fff;
  font-family:"Baskervville SC", serif;
    text-shadow: #bbbbaa 1px 0 10px;
  font-size: 1.6rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/

}


.blank{
	padding: 40px;
}

.flexbox{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
	margin-bottom: 40px;}/*divをflexboxに。*/

.img message-with{
    width: 60%;
}


.haruno li{margin:0 auto;}

.h-card{flex-wrap: wrap;}

h1{
	text-align: center;
	font-family: 'Lato', sans-serif;
    font-weight: 100;
	letter-spacing: 0.05em;
	color:rgba(180,180,180,1.00);
}

.Contact{
	text-align: left;
}

.page-title{
	text-align: left;
}

.h1 Works{
	text-align: center;
}


.works-container{
    max-width: 1000px;
    margin: auto;
}

.works-container a{
	text-decoration: underline;
	color:rgba(132,132,132,1.00);
	
}

.half{width:48%;}
    
.works-container a:hover{
	color:rgba(21,21,21,1.00);
}

.works-container h2{
	font-size:1.2rem;
}
.works-container{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 100;
	color:rgba(33,33,33,1.00);
}




/*about*/
.about a{
	color:rgba(153,153,153,1.00);
}
.about a:hover{
	color:rgba(21,21,21,1.00);
}

.fa-ac{
    color:rgba(153,153,153,1.00);
}

h2{
	font-weight: 100;
	font-size:1.1rem;
	letter-spacing: 0.05em;
}

.me{
	width:166px;
}

h3{
	margin-top:4px; 
	font-weight: 100;
	font-size:1.5rem;
	letter-spacing: 0.15em;
}

h4{margin-top:-25px; 
	font-weight: 100;
	font-size:0.7rem;
	letter-spacing: 0.17em;
}

.rink{
    color:rgba(153,153,153,1.00);
}

p{
    line-height: 1.4em;
    }


/*contactフォーム*/


.lp a{
    color:rgba(153,153,153,1.00);
}

.contact a{
    color:rgba(153,153,153,1.00);
}

.contact a:hover{
	color:rgba(21,21,21,1.00);
}

.page-title {	
	font-size:1.3rem;
	font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
	color:rgba(192,190,192,1.00);
	   
}

ul{padding-left: 1px;
    
}
label{
	font-size:1.125rem;
	margin:15px 5px 0 ;
	display:block;
}

input[type="text"],
input[type="email"]{
	width:100%;
	max-width:300px;
    height:38px;
}

input.contact-form__s {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

textarea{
	width:100%;
	max-width:500px;
	height:8rem;
	}
	
	inout[type="submit"]{
		border:none;
		cursor:pointer;
		line-height:1;
	}

p.footer{
	text-align: center;
	margin-top: 10px;
}

li.contact-form__item{
    box-sizing:  border-box; 
    float: left;
    display:flex;
    flex-flow: column;
    float: inherit;
    padding: 20px 0 0 0px;
    text-align: left;
    display: flex;
    font-size: 1.1rem;
    text-transform: capitalize;
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-decoration: none;
    }

.contact-form__submit{
    width:60px;
    height: 30px;
}

/*リンクの形状*/
#page-top a{
	background:#a9a9a9;
    display: block;
    margin:30px 0;
    padding:12px 0;
	width:100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}




/* ------------------------スマホ表示 ---------------------------------*/
@media (max-width:500px) {
    
    main{z-index:1;}
    .menu-container {
	padding:0 5px;                          /* 余白指定 */
    box-sizing:  border-box;                /* 崩れ防止 */ 
    z-index: 999;
    }


    header{
    justify-content: center;
    width:100%;
	margin:0 auto;
    z-index: 10;
    }
 
    .wrapper{width:100%;}
	.main-nav{display:none;}
	.logo{display:inline-block;margin:5px 0px 0px -1px; width:60%;}
	.menu-icon{text-align:end;display:inline-block;margin:20% 0 0 0;}
	.img{max-width:100%;}
	.top-image{margin-top:20px;max-width:100%;}
    .kasaneru p{font-size: 0.8rem;}
	.message-with{max-width:48%;margin: top 30px;margin-bottom: 30px;align-content: center;}
	p{max-width:100%;
      line-height:1.5em;text-align: left;}
    .main-nav{color:rgba(180,180,180,1.00);}
    .main-wrapper{max-width:100%;
    margin: 1;}
    .contact-form__list{padding:1;}

    
    .contact .openbtn span {
     top:15px;/*ボタンをロゴと同じ高さに*/
     background-color:rgba(192,190,192,1.00) ;
    }
    
    .about .openbtn span {
     top:15px;/*ボタンをロゴと同じ高さに*/
     background-color:rgba(192,190,192,1.00) ;
    }
    
    /*main{z-index: 1;}*/
    
    .hakyu-sign{
     width:50%;
    }
    
    /*========= ぼかしのためのCSS ===============*/

    .mainblur{
	filter: blur(8px);
    pointer-events: none;
    }


    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.3);/*背景を少し透過させる*/
    /*動き*/
	transition: all 0.3s;
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g-nav.panelactive{
	opacity: 1;
	z-index:10;
    margin: 0;
    }

   /*ナビの数が増えた場合縦スクロール
    #g-nav.panelactive #g-nav-list{
    
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    }*/

    /*ナビゲーション*/
    #g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:48%;
    transform: translate(-50%,-52%);
    }

    #g-nav.panelactive ul {
    display: block;
    margin: 0;
    }
    
    /*リストのレイアウト設定*/

    #g-nav li{
	list-style: none;
    text-align: center; 
    }

    #g-nav li a{
	color: #3F3D3D;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    }

    #g-nav li i{color: #3F3D3D;}
    
    /*========= ハンバーガーボタンのためのCSS ===============*/
    .openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:40px;/*ボタンをロゴと同じ高さに*/
	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;
  	width: 45%;
    }


    span.ac{ color:rgba(153,153,153,1.00);}
    
    .openbtn span:nth-of-type(1) {
	top:15px;	
    background-color: rgba(180,180,180,1.00);
    }

    .openbtn span:nth-of-type(2) {
    top:23px;
    background-color: rgba(180,180,180,1.00);
    }

    .openbtn span:nth-of-type(3) {
	top:31px;
    background-color: rgba(180,180,180,1.00);
    }


    .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(0px) rotate(45deg);
    width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
	opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
    top: 18px;
    left: 18px;
    transform: translateY(0px) rotate(-45deg);
    width: 30%;
    }

    /* .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    }*/

    /*========= ×ボタンをぼかしの上へ ===============*/
    header{
    z-index: 10;
    }

    main{z-index:1;}

}