@charset "utf-8";

/*レスポンシブPC用*/

html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: auto;
  margin:  0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化*/
  -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化*/
	padding: 0 0 30px 0;
  color: #9e8b8e;
  font-size: 80%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p{
  margin-top: 0;
}

img{
  vertical-align: bottom;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #9e8b8e;
}
a:hover {
  cursor: crosshair;
  color: #9e8b8e;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	float: left;
	list-style: none;
	margin: 0 5px 10px 5px;
}

figure{
	float: left;
	margin: 0;
}

h1{
  line-height: 0;
}

::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}

.clearfix{
	content: "";
	display: block;
	clear: both;
}

.text-box{
  margin: 0px 5%;
  padding: 30px;
}

/*body*/
#wrap{
  width: 1000px;
	margin: -50px auto 0;
	clear: both;
}

.content{
	margin-bottom: 30px;
}


/*index*/
#index{
  background-image: url(../works-mh/index-pre.jpg);
  background-repeat: no-repeat;
  background-position: center -95px;
  background-attachment: fixed;
  background-size: cover;
}


.index-text{
	width: 35%;
  font-size: 110%;
  background-color: rgba(255,255,255,0.8);
	margin-left: 100px;
	padding: 30px;
}

.paragraph{
	padding-left: 20px;
	margin: -10px;
  line-height: 1.8;
}

/*artworks*/

.artwork-box{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px 0 450px;
}

.artwork-pict_main{
	width: 90%;
	height: auto;
}

.artwork-pict_main-tate{
	max-height: 650px;
}

.artwork-pict_sub{
	width: 90%;
	display: inline-block;
	text-align: left;
}

.artwork-pict_sub img{
	width: 120px;
	height: 120px;
	object-fit: cover;
	margin: 15px 5px 15px 0 ;
}


.j-text,.e-text{
	width: 90%;
	text-align: left;
	margin: 0 5%;
}

.news-box{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px 0 50px;
}


/*news*/
.news-text{
  font-size: 110%;
  background-color: rgba(255,255,255,0.8);
  margin: 0px 850px 0px 80px;
  padding: 60px;
	position: fixed;
}


.news-year{
	font-weight: bold;
}

.news-pict{
	margin: -10px 0 0 0;
}


/*contact*/
#contact .text-box{
	width: 1000px;
	margin: -25px auto 150px;
	padding-left: 15%;
}

#contact .form dl dd{
	margin-left: 0px;
	margin-bottom: 15px;
}

#contact section h1{
	margin-bottom: 20px;
	padding-left: -150px;
}


#contact .form .name, .form .email, .form .subtitle{
	width: 300px;
	height: 15px;
	border: solid 1px #9e8b8e;
	border-radius: 0.4em;
}

#contact .form .message{
	width: 300px;
	height: 300px;
	border: solid 1px #9e8b8e;
	border-radius: 0.4em;
}

#contact .button{
	background-color: #9e8b8e;
	color: #ffffff;
	width: 48px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 0.4em;
}

#contact .button:hover{
	background-color: #95859c;
	text-align: center;
}

#contact button.btn-check{
	background-color: #9e8b8e;
	color: #ffffff;
	width: 50px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 0.4em;
	margin-top: 20px;
}

#contact button.btn-check:hover{
	background-color: #95859c;
	text-align: center;
}


#contact .buttons{
	margin: 50px 0 100px 0;
}

#contact .formTable{
	width: 80%;
	margin: auto;
	padding-left: 15%;
}

/*cv*/
#cv .text-box{
	padding-bottom: 100px;
}


/*links*/
#links .button{
	margin: 5px;
	padding: 8px 15px;
  border-radius: 10px;
	border: 0;
  background: #9e8b8e;
	color: #ffffff;
	font-size: 1.5em;
	font-family: inherit;
}

#links a.button:hover{
	background: #95859c;
	transition: .35s;
}

#links .content{
	text-align: center;
}

#links .main{
	padding-top: 5%;
	padding-bottom: 5%;
	line-height: 5em;
}

#links .sub{
	font-size: 1.25em;
	line-height: 2.5em;
}

/*text*/
.text-archive{	
	width: 60%;
	margin: 20px auto;
}

.text-archive-box{
	display: inline-block;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 0.5px dashed #95859c;
	line-height: 1.8em;
}

.title-line{
	font-size: 1.2em;
	color: #ffffff;
	background: rgba(149,133,156,0.7);
	padding: 5px;
}

.text-date{
	text-align: right;
	padding-right: 1%;
	margin-top: -3.4em;
	line-height: 3;
}


.text-archive-pic-w{
	width: 280px;
	height: auto;
	margin: 1.7em 1.7em 1.7em 0;
}

.text-archive-pic-w2{
	width: 585px;
	height: auto;
	margin: 1.7em 1.7em 1.7em 0;
}

.text-archive-pic-fig{
	width: 585px;
	height: auto;
	margin: 1.7em 1.7em 0 0;
}

.text-archive-pic-WforH{
	width: 725px;
	height: auto;
	margin: 1.7em 1.7em 1.7em 0;
}

.text-archive-pic-h{
	width: 350px;
	height: auto;
	margin: 1.7em 1.7em 1.7em 0;
}

.text-archive-pic-HforW{
	width: 725px;
	height: auto;
	margin: 1.7em 1.7em 1.7em 0;
}


.text-archive-list li{
	line-height: 1.8em;
	list-style: circle;
	margin: 0 0 1.7em 1.5em;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10%;
  bottom: 10%;
  background: #95859c;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*2020-exhibition*/
#2020-exhibition{
	float: left;
	list-style: none;
}

.exhibition-works li{
	float: left;
	list-style: none;
	margin: 0 5px 10px 5px;
}

.exhibition-works li.right{
	float: right;
}
   
/*header*/
header{
  width: auto;
  height: 90px;
  margin: 0 auto 100px;
  padding: 10px 0 15px 0;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
}

header .twi{
  height: 29px;
  margin: 10px 5px 0;
  border-radius: 6px;
}


/*footer*/
footer{
  width: auto;
  height: 29px;
  margin: 0 auto;
  padding: 1px 15px;
  line-height: 2.3;
}

.fwrapper{
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  bottom: 0;
  position: fixed;
  text-align: center;
}

footer img{
  height: 29px;
  float: right;  
  margin: 0 10px;
  border-radius: 6px;
}


/*タブレット用*/
@media only screen and (max-width: 896px) and (min-width: 480px) {
  body{
    max-width: 896px;
    min-width: 480px;
    height: auto;
  }
	#wrap{
		width: 100%;
		overflow: hidden;
	}
	/*artworks*/
	.artwork-pict{
		width: 27%;
		margin: 0 3px 10px 3px;
	}
	.j-text,.e-text{
		margin-left: 50px;
	}
}


/*スマホ用*/
@media only screen and (max-width: 480px) {
  body{
    max-width: 480px;
		min-width: 100vw;
		width: 100%;
		height: 100vh;
		font-size: 3.5vw;
		display: block;
	}
	#wrap{
		width: 100%;
		overflow: hidden;
	}
  img{
    width: 90%;
    height: auto;
  }
	img.twi{
		width: auto;
		height: 30px;
		vertical-align: baseline;
	}
  header{
    width: 100%;
		margin: 0 auto;
    height: 100px;
  }
	
	footer{
	  height: 35px;
		line-height: 1.25;
		margin-top: 5px;
	}
	footer img{
  	margin: 0 7.5px;
	}

/*index*/
#index{
  width:100%;
  height:100vh;
	overflow: scroll;
	padding-bottom: 200px;
}
#index::before{
  position:fixed;
  bottom:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
	background: url("../works-mh/index-pre.jpg") no-repeat;
   -webkit-background-size:cover;
	background-size: cover;
  background-position: center;
  content:"";
	}
.index-text{
	width: auto;
  position:absolute;
	margin: 15px;
	padding: 20px;
}
.news-box{
	margin: 75px 0 -75px 0;
}

/*artworks*/
.artwork-box{
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 50px 0 150px;
}
.artwork-pict_main{
	margin-bottom: 10px;
}
.artwork-pict_main-tate{
	width: auto;
	max-width: 90%;
	max-height: 350px;	
	margin-bottom: 10px;
}
.artwork-pict_sub img{
	width: 48.75%;
	height: 80px;
	margin: 5px 1px;
}
.j-text,.e-text{
	width: 90%;
 	margin: 0 20px;		
}
	
/*text*/
	.text-archive{	
		width: 80%;
		margin: 20px auto;
	}
	.text-archive img{
		max-width: 100%;
		margin: 5px;
	}	
	.text-archive-box{
		display: inline-block;
		margin: 20px 0;
		padding-bottom: 20px;
		border-bottom: 1px dashed #9e8b8e;
		line-height: 1.8em;
	}
	.text-date{
	text-align: right;
	padding-right: 1%;
	margin-top: -10px;
	}



/*2020-exhibition	*/	
	.exhibition-logo{
		width: 98%;
		margin-top: 50px;
	}
	.works2020{
		width: 100%;
		text-align: center;
		}

/*contact*/
#contact{
	width: 100%;
}

#contact .text-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto 80px;
	padding-left: 30px;
}

#contact .form dl dt{
	margin: 0;
	padding: 0;
}

#contact .form dd{
	margin: 0;
	padding: 0;
}


.formWrap{
	padding: 20px 0 150px 0;
}


input[type="submit"], input[type="button"]{
  -webkit-appearance: none;
	border-radius: 0;
}

	
/*links*/
#links .button{
	font-size: 3.5vw;
}


#links .main{
	padding-top: 20%;
	line-height: 4.5em;
}

#links .sub{
	line-height: 2em;
}

#links .sub img{
	height: 30px;
	width: auto;
}
	
}