@charset "UTF-8";

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body{
	background-image: url(../images/haikei.jpg);
	background-repeat: repeat;

	font-family: 'Noto Sans',sans-serif;
	color: #685050;
	line-height: 1.5;
}


/*ここからヘッダー*/
.h_wrap{
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center 180px;
}

.top_page{
	width: 890px;
	margin: 0 auto 0;
}

.Nav {
	display: flex;
	justify-content: center;
	margin-top: -50px;
	margin-right: 240px;
}

header nav ,header h1{
	align-self: center;
}

header nav ul {
	width: 500px;
	display: flex;
	justify-content: space-between;
}

header nav ul li {
	width: 118px;
	padding: 7px 10px;
	border-radius: 12px 12px 0 0;
	background-color: rgb(212 163 115/0.8);
	box-shadow: 0 3px 9px #Ca8a56 inset;
	font-family: Noto Serif JP,serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	color: #F8F4EC;
	text-shadow: 1px 1px 2px rgb(0 0 0/0.25);
	text-align: center;
}

header nav ul li:hover {
	background-color: #F8F4EC;
	box-shadow: 0 3px 9px #C4B28B inset;
	color: #D4A373;
	text-shadow: 1px 1px 2px rgb(0 0 0/0.25);
}

/* 縦書き */
header .copy {
	writing-mode: vertical-rl;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.24rem;
	text-shadow: 1px 1px 2px rgb(152 140 140/0.6);
	height: 840px;
	padding-bottom: 100px;
	margin: -120px auto 80px;	
}

/* 見出し（セクション）共通 */
.Sec_wrap{
	width: 1000px;
	margin: 0 auto;
}

.Sec_name{
	display: inline;
	border-radius: 10px 10px 0 0;
	background-color: rgba(212,163,115,0.8);
	box-shadow: 0 3px 9px #Ca8a56 inset;
	font-family: 'Noto Serif JP',serif;
	font-size: 2rem;
	font-weight: bold;
	color: #f8f4ec;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	padding: 7px 20px;
	margin-left: 80px;
}

/*  ー　ーの中 */
.Sec_name span{
	font-size: 1.6rem;
}

/* 共通背景 */
.innnerWrap{
	width: 1000px;
	margin: 0 auto 150px;
	padding: 30px 0;
	border-radius: 30px;
	background-color: rgb(255 255 255/0.7);
	box-shadow: 4px 4px 9px rgb(124 124 124/0.25);
	font-size: 1.6rem;
}


/* ここから自己紹介 */
#about {
	background-image: url(../images/book.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top 10px;
}

.about_Wrap {
	width: 1000px;
	margin: 0 auto 130px;
	padding: 120px 0 150px 140px;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_in {
	flex-basis: 50%;
	font-size: 1.6rem;
}

.about_in img{
	width: 60%;
	height: 60%;
	border: 6px solid #ffffff;
	box-shadow: 4px 4px 8px rgb(124 124 124/0.4);
}

.about_in h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 20px;
}

.about_in p,dd{
	padding-bottom: 20px;
}

.about_in dt{
	padding-bottom: 5px;
}

/*ここからスキル一覧*/
#skill .innnerWrap{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#skill h3 {
	font-weight: bold;
	padding: 10px 0;
}

#skill .skill_tx {
	text-align: start;
	padding: 0 15px 0 30px;
}

#skill section {
	flex-basis: 25%;
	padding: 30px 0;
}

/*ここから作品紹介*/
#works .innnerWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
	gap: 3em 0;
}


#works h3 {
	font-size: 2.0rem;
	font-weight: bold;
	position: absolute;
	top:-0.2em;
	background-image: url("../images/images_w/delta.png");
	background-repeat: no-repeat;
	background-position: left 1.5em top 0.1em;
	padding: 0 0 0.5em 3em;
}

#works section {
	flex-basis: 30%;
	padding-top: 30px;
	position: relative;
}

#works img {
	width: 100%;
	height: 100%;
	border-radius: 10%;
	box-shadow: 2px 4px 7px rgb(65 45 45/0.25);
	padding: 6px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#works img:hover{
	filter:grayscale(100%);
	transition: 0.3s;
}

#wortks .click{
	display: block;
	padding-top: 100px;
}



.husen {
	position: absolute;
	bottom:3em;
	right: 0em;
	border-top: 3px double #685050; 
	border-bottom: 3px double #685050;
	border-left: 3px double #685050; 
	background-color: rgb(255 255 255/0.8);
	color: #685050;
	padding: 0.5em 1.0em 0.5em 1.5em;
	border-radius: 1.4em 0 0 1.4em;
}

.worksFilter{
	padding: 70px 20px;
	position: relative;
}
.worksFilter .worksAll{
	position:absolute;
	right: 0;
	bottom: 1.5em;
	background-color: #685050;
	color: #ffffff;
	padding: 0.5em 1.5em;
	border-radius: 1.2em 0 0 1.2em;
}
.worksFilter .worksAll:hover{
	background-color: rgb(104 80 80/0.61);
	color: #ffffff;
}

/*ここからお問い合わせ*/

form {
	width: 500px;
	margin: 0 auto;
	font-size: 1.8rem;
}

form input[type="text"],
form input[type="email"],
textarea {
	font-size: 2rem;
	padding: 5px 8px;
	width: 100%;
	border: 3px double #8B7171;
	background-color: rgb(139 113 113/0.2);
	border-radius: 20px;
	margin-bottom: 10px;
}

textarea {
	height: 130px;
	margin-bottom: 30px;
}

.submitBtn{
	text-align: center;
	font-size: 2rem;
}

form input[type="submit"] {
	text-align: center;
	padding: 8px 18px;
	background-color: #685050;
	border-radius: 30px;
	margin-bottom: 10px;
	color: #F7F8DA;
}
/*トップに戻るボタン*/
#top_button {
	writing-mode: vertical-rl;
	position: fixed;
	bottom: 60px;
	right: 0px;
	font-family: 'Noto Serif JP',serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.12rem;
	color: #F8f4ec;
	text-shadow: 1px 1px 2px rgb(0 0 0/0.25);
	text-align: center;
	background-color: rgb(247 97 60/0.5);
	box-shadow: 0 4px 8px rgb(124 109 95/0.6) inset;
	border-radius: 10px 0 0 10px;
	padding: 10px 3px 10px 6px;
	box-shadow: 2px 2px 4px rgb(108 26 26/0.4);
}
#top_button :hover{
	position: fixed;
	bottom: 60px;
	right: 0px;
	color: #f8f4ec;
	text-shadow: 1px 1px 2px rgb(0 0 0/0.25);
	text-align: center;
	background-color: rgb(212 163 115/0.6);
	box-shadow: 2px 2px 10px rgb(207 204 190/0.8) inset;
	border-radius: 10px 0 0 10px;
	padding: 10px 3px 10px 6px;
	box-shadow: 2px 2px 4px rgb(124 124 124/0.4);
}
/*ここからフッター*/
footer{
	background-image: url(../images/line_e.png);
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 14px;
}

footer img{
	height: 30px;
}