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

/*header*/
body{
	color: #5E5E5E;
	background-color:#FFFFFF;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Cabin Sketch', 'Noto Sans JP', sans-serif;
   
}

a{			
	transition: all 0.2s;
	}
a:hover{
		opacity: 0.5;
}



/*header*/
header{
	background-color: #83D0C2;
}

.sp_onry{
	display: none;
}

.header{
	height: 80px;
}

.ensokubu_logo{
	width: 300px;
	padding-left: 20px;
	padding-top: 15px;
	
}
.twitter_logo {
	width: 40px;
	position: absolute;
	 top: 25px;
	right: 80px;
}
.instagram_logo{
	width: 40px;
	padding-right: 15px;
	position: absolute;
	 top: 25px;
	right: 10px;
}
.drawer{
	display: none;
}

/*nav*/



.nav-list{
	display: flex;
	justify-content:center;
	font-size: 40px;
	padding: 0 48px;
}

.footer_nav-list{
	display: flex;
	justify-content:center;
	font-size: 40px;
	padding: 0 48px;
}


.nav-item{
	margin: 50px 50px;
}

.footer_nav_item{
	margin: 50px 50px;
	
}

.artworks{color: #ff4614;
	
}

.home{
	color:#f7b32f; 
}
	
.plofile{
	color: #2f5af7;
}
.contact{
	color: #762DCA;
}

	

.contactpage{
	display: block;
	text-align: center;
	font-size: 56px;}



.nav-item:hover{
	transform: scale(1.08);
	transition-duration: 0.3s;
}

/*footer*/



.copyrights{
	display: block;
	text-align: center;
	background-color: #66cdaa;
	padding: 15px 0;
	font-size: 15px;	
}

.btn-pageTop{
        display: block;
        position: fixed;
        right:5px;
        bottom:8px;
        background-color: #bababa;
    }
.btn-pageTop>a{
        position: relative;
        display: block;
        overflow: hidden;        
        width: 44px;
        height: 44px;
        text-indent:100%;
        white-space:nowrap;
    }        
.btn-pageTop>a:before{
        position: absolute;
        top:55%;
        left:5%;
        content: "\f077";
        font-family: FontAwesome;
        color:#222;
        transform:translate3d(-50%,-50%,0);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
.btn-pageTop>a:hover:before{
        top:40%;
    }   

.footer_nav_item:hover{
	transform: scale(1.08);
	transition-duration: 0.3s;
}

.contact:hover{
	transform: scale(1.08);
	transition-duration: 0.3s;
}

	
/*top page*/

.top_text{
	width:45%;
	display: block;
	margin: 24px auto;
	margin-bottom: 48px;
}


.top_text2{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.7;
}

.h2{
	font-size: 54px;
	margin:20px;	
	text-align: center;
}

.fadein{
	animation-name: fade-in2;
    animation-duration: 2s;
    animation-timing-function: ease-out; 
    animation-delay: 0s; 
    animation-iteration-count: 1;
    animation-direction: normal; 
    animation-fill-mode: forwards;
  }

  @keyframes fade-in2 {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }


/*artworks page*/


.artworks_img{
	height: auto;
	
}
.contactpage{
	margin-top: 64px;
	line-height: 1.7;
}
.artwork_title{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 28px;
	margin-top: 20px;
}

.caption{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	text-align: center;
	margin: 34px 100px 64px 100px;
	line-height: 1.7;
}
.artworks_img{
	width: 100%;
	
}

/*profile page*/

.profile_detaile{
	display: flex;
	align-items: flex-start;
	
}
.plofile_img{
	margin-left: 20vw;
	margin-right: 20px;
	width: 25%;
	height: auto;	
}
.plofile_text{
	line-height: 1.7;
}

.h3{
	font-size: 48px;
	text-align: center;
	margin: 64px 0 32px 0;
}

.year{
	border-bottom: solid 1px;
	border-bottom-color: #C6C4C4;
	margin: 0 100px;
	font-size: 24px;
}
.work_history{
	margin: 64px 0;
}

.history_ditail{
	font-size: 16px;
}

.work_ditail{
	display: flex;
	margin: 32px 0 32px 200px;
}

.work_title{
	font-family:'Noto Sans JP',sans-serif;
}


.work_place{
	font-family:'Noto Sans JP',sans-serif;
	margin-left: 24px;
}

.work_else{
	text-align: center;
}

	
/*contct*/

.name_box{
	width: 720px;
	height: 50px;
	margin-bottom: 34px;
}
.address_box{
	width: 720px;
	height: 50px;
	margin-bottom: 34px;
}

.coment_box{
	width: 720px;
	height: 300px;
	margin-bottom: 34px;
	
}
.send_btn{
	width: 245px;
	height: 45px;
	margin-bottom: 34px;
	text-align: center;
	
}

.text_center{
	text-align: center;
	
}

.form_area{
	width: 720px;
	margin: 0 auto;}

.google_form{
	text-align: center
}


/*スマホ*/
@media screen and (max-width:640px){
	
	body{
		font-size: 15px;
	}
	
	.inner{
		box-sizing: border-box;
		width: 100%;
	}
/*h2 sp*/
	.sp_artwok{
		color: #ff4614;
	}
	.sp_profile{
		color: #2f5af7;
	}
	.sp_contact{
		color: #762dca;
	}
	
	
/*header*/
	.ensokubu_logo{
		width: 40%;
		padding-left: 10px;
	}
	
		
	.sns{
		width: 25%;
		display: none;
	}
	
	.twitter_logo{
		width: 25px;
		padding-right: 10px;
		position: absolute;
	 	top: 18px;
		right: 50px;
		
		
	}
	.instagram_logo{
		width: 25px;
		padding-right: 10px;
		position: absolute;
		top: 18px;
		right: 7px;
	}
	
	.header-nav{
		display: none;
	}
	
	.drawer{
		display:inline;
	}
	
	.drawer-menu-item{
		color: #5E5E5E;
	}
	
	.btn-pageTop>a:before {
    position: absolute;
    top: 50%;
		left: 17%;}
	
/*footer*/
	.footer_nav-list{
		display: block;
		text-align: center;
		border-top: solid #C5C5C5 1px;
	}
	
	.footer_nav_item{
		font-size: 24px;
		margin: 10px auto;}
	
	.contactpage{
		margin: 30px 0;
	}
	
	.copyrights{
		font-size: 8px;
	}
	
	
/*nav*/
	.nav-list{
		display:flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 28px;
		
	}

	.nav-item{
		width: 50%;
		box-sizing: border-box;
		font-size: 24px;
		margin: 10px 0;
		text-align: center;
		
	}
	
	.h2{
		font-size: 24px;
		margin-bottom: 16px;
	}

	
/*top_page*/
	.header{
		height: 60px;
	}
	
	.top_text{
		width: 60%;
		margin: 20px auto;
	}
	
	.top_text2{
		font-size: 10px;
		margin: 20px 10px;	
	}
	.bx-next {
		display: none;
	}
	.bx-prev {
		display: none;
	}
	
	
/*artworks*/
	
	.artwork_title{
		font-size: 16px;
		padding: 0 20px;
			}
	
	.caption{
		font-size: 14px;
		margin: 24px 16px 48px 16px;
	}
	
	.contactpage{
		font-size: 32px;
	}
	
	.plofile{
		margin: 10px auto;
	}
	
/*plofile	*/
	.profile_detaile{
		display: block;
		
	}
	
	.plofile_img{
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	
	.plofile_text{
			padding: 0 20px;
	}
	
	.year{
		margin:0 20px;
		font-size: 18px;
		
	}
	.work_ditail{
		display: block;
		margin: 25px 20px;
		font-size: 14px;
	}
	
	.work_place{
		margin-left: 0px;
	}
	.sp_onry{
		display: block;
	
	}
/*contact*/
	.name_box{
		width: 80vw;
		height: 30px;
		margin-bottom: 17px;
	}
	.address_box{
		width: 80vw;
		height: 30px;
		margin-bottom: 17px;
	}
	
	.coment_box{
		width: 80vw;
		height: 200px;
		margin-bottom: 17px;
	}	
	.form_area{
		width: 80%;
		margin: 0 auto;
}

	
 
	
}