@charset "utf-8";
/* CSS Document */
.header,.contents{
	max-width: 1200px;
	text-align: center;
}
.header{
	margin: 20px auto 100px;
}
.contents{
	margin: 0 auto;
}

.header h1{
	/*font-family: 'Josefin Sans', sans-serif;
	font-family: 'Dancing Script', cursive;
	font-family: 'Nixie One', cursive;*/
	font-family: 'Poiret One', cursive;
	font-size: 4rem;
	display:inline-block;
	border-bottom: 2px solid #000;
}

.header .name{
	margin-bottom: 20px;
	line-height: 1.5;
}
.header .corocoro{
	font-family: 'Poiret One', cursive;
	font-weight: bold;
	font-size: 1.5rem;
}

.header .toMailFormWrap{
	display: inline-block;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 5px 10px;
	
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
.header .toMailFormWrap:hover{
	cursor: pointer;
	opacity: 0.5;
}
.header .toMailFormWrap a{
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.header .toMailFormWrap a::after{
	content: "　▼";
	font-size: 0.8rem;
}

.photo{
	margin: 0 0 10px 0;
}

.navi{
	background-color: #000;
	height: 400px;
}


/*ページトップにもどるボタン*/
.toPagetop {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 80px;
	height: 80px;
	background-color: #666;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
.toPagetop::after{
	content: "▲";
	font-size: 1.5rem;
	line-height: 4.5rem;
	color: #fff;
}
.toPagetop.fadeIn{
	opacity: 1;
}
.toPagetop.fadeIn:hover {
	opacity: 0.8;
}


@media (min-width: 1200px){
}

@media (min-width: 992px) and (max-width: 1199px){
}

@media (min-width: 768px) and (max-width: 991px){
	.header h1{
		font-size: 6rem;
	}
	.header .name{
		font-size: 2rem;
	}
	.header .corocoro{
		font-size: 2.5rem;
	}

	/*メールフォームへのボタン*/
	.header .toMailFormWrap{
		padding: 10px;
		width:50%;
	}
	.header .toMailFormWrap a{
		font-size: 2rem;
		font-weight: normal;
	}
	
	.photo img{
		width: 100%;
		height: auto;
	}

	/*ページトップにもどるボタン*/
	.toPagetop {
		bottom: 5%;
		right: 5%;
		width: 120px;
		height: 120px;
	}
	.toPagetop::after{
		font-size: 2.5rem;
		line-height: 7rem;
	}
}

@media (max-width: 767px){
	.header h1{
		font-size: 6rem;
	}
	.header .name{
		font-size: 2rem;
	}
	.header .corocoro{
		font-size: 2.5rem;
	}

	/*メールフォームへのボタン*/
	.header .toMailFormWrap{
		padding: 10px;
		width:60%;
	}
	.header .toMailFormWrap a{
		font-size: 2rem;
		font-weight: normal;
	}
	
	.photo img{
		width: 100%;
		height: auto;
	}
}
