*{
	font-family: 'Noto Serif JP', serif;
}

.mv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/knit.jpg);
	background-size: cover;
	height: 100vh;
}

.mv .logo {
	display: block;
	width: 20%;
	height: auto;
	filter: blur(1px);
}

.book {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	background-size: cover;
	height: 100vh;
}

.bookImg{
	background-repeat: no-repeat;
	background-size: contain;
	width: 500px;
	height: 700px;
}

.bookImg01{background-image: url(../img/book_01.jpg);}
.bookImg02{background-image: url(../img/book_02.jpg);}
.bookImg03{background-image: url(../img/book_03.jpg);}
.bookImg04{background-image: url(../img/book_04.jpg);width: 41%;}
.bookImg05{background-image: url(../img/book_05.jpg);}
.bookImg06{background-image: url(../img/book_06.jpg);height: 45%;}

.bookText {
	width: 30%;
	font-size: 19px;
	line-height: 55px;
	letter-spacing: 4px;
	color: #555;
	text-shadow: 0 0 3px rgba(0,0,0,0.1);
}

h2 {
	font-size: 19px;
	line-height: 55px;
	letter-spacing: 4px;
	color: #555;
	text-shadow: 0 0 3px rgba(0,0,0,0.1);
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.name {
	text-align: right;
	width: 58%;
}

input {
	width: 500px;
}
textarea#inquiry {
	width: 500px;
	height: 300px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 13px;
	font-size: 19px;
}

.btn {
	display: block;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 5px;
	background: #606060;
	color: #fff;
	text-align: center;
	width: 200px;
}

.windowBase h2{
	text-align: center;
	margin: 0;
	padding: 0;
}




/* SP */
@media only screen and (max-width: 767px){
	.mv .logo {
    width: 65%;
    filter: blur(0.5px);
	}
	.book {
    height: fit-content;
	}
	.bookText {
		width: 94%;
    margin: 20px 10px;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 4px;
	}
	h2 {
    padding: 0;
    font-size: 12px;
    line-height: 12px;
	}
	.bookImg04 {
    width: 100%;
	}
	.bookImg06 {
    height: 60vh;
    background-position-x: center;
	}
	form {
    width: 100%;
	}
	.bookForm {
    width: 96%;
	}
	textarea#inquiry {
    width: 100%;
	}	
	input {
    width: 100%;
    margin: 5px 0;
	}
}