@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	margin: 0;
	padding: 0;
}
.header img{
	width: 100%;
}
h1{
	margin: 0;
}
ul{
	padding: 0;
}
.nav__items{
	list-style: none;
}
.nav__item a{
	color: #b16c90;
	text-decoration: none;
}
main{
	margin-left: auto;
	margin-right: auto;
}
h2{
	color: #cd99a9;
}
.aboutme img{
	border-radius: 30px;
}
.service{
	list-style: none;
}
.service img{
	border-radius: 30px;
}
.work__description{
	list-style: none;
}
.works .button{
	border: none;
	background: transparent;
}
.contact__description img{
	border-radius: 30px;
}
footer{
	background-color: #cadceb;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.instagram img{
	width: 30px;
	margin-top: 15px;
}
@media(min-width:1100px){
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.nav__items{
	display: flex;
	justify-content: flex-end;
	gap: 60px;
	margin-right: 60px;
}
.nav__item a{
	font-size: 23px;
}
.nav__item a:hover{
	color: #ced1d3;
}
main{
	width: 1000px;
}
.aboutme{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
h2{
	font-size: 50px;
}
.aboutme img{
	width: 350px;
	height: 350px;
}
.aboutme p{
	margin-top: -20px;
	font-size: 18px;
	width: 550px;
}
.features h2{
	width: 250px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.features img{
	width: 1000px;
	margin-top: -50px;
}
.services h2{
	width: 240px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
}
.services__description{
	display: flex;
	justify-content: space-between;
}
.service img{
	width: 300px;
}
.service p{
	font-size: 18px;
	width: 300px;
}
.works h2{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.work{
	display: flex;
	justify-content: space-between;
}
.work img{
	width: 300px;
}
.works .button img{
	width: 300px;
	margin-left: 350px;
}
.contact h2{
	width: 220px;
	margin-right: auto;
	margin-left: auto;	
}
.contact__description{
	display: flex;
	justify-content: space-around;
}
.contact__description img{
	width: 250px;
}
.contact__description p{
	width: 600px;
	font-size: 18px;
}
}
@media screen and (min-width:768px) and (max-width:1099px){
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.nav__items{
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	margin-right: 40px;
}
.nav__item a{
	font-size: 20px;
}
main{
	width: 700px;
}
.aboutme{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
h2{ 
	margin-top: 0px;
	font-size: 40px;
}
.aboutme img{
	width: 300px;
	height: 300px;
}
.aboutme p{
	margin-top: -20px;
	font-size: 16px;
	width: 350px;
}
.features h2{
	width: 200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.features img{
	width: 700px;
	margin-top: -30px;
}
.services h2{
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.services h3{
	font-size: 16px;
}
.services__description{
	display: flex;
	justify-content: space-between;
}
.service img{
	width: 200px;
}
.service p{
	font-size: 16px;
	width: 200px;
}
.works h2{
	width: 145px;
	margin-right: auto;
	margin-left: auto;
}
.works h3{
	font-size: 16px;
}
.work{
	display: flex;
	justify-content: space-between;
}
.work img{
	width: 200px;
}
.works .button img{
	width: 250px;
	margin-left: 220px;
}
.contact h2{
	width: 180px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;	
}
.contact__description{
	display: flex;
	justify-content: space-around;
}
.contact__description img{
	width: 200px;
}
.contact__description p{
	width: 400px;
	font-size: 16px;
}
}
@media(max-width:767px){
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
#hmenu{
	padding: 12px;
	background: #ffffff;
}
#hcheck, #hclose{
	display: none;
}
#hopen{
	display: block;
	width: 40px;
	cursor: pointer;
}
#hopen img{
	display: block;
}
#hclose, nav{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
}
#hclose{
	z-index: 2;
	width: 100%;
	background: black;
	opacity: 0.5;
	transition: 0.5s;
}
nav{
	z-index: 3;
	width: 150px;
	background: white;
	transition: 0.5s;
	transform: translateX(-100%);
}
#hcheck:checked ~ #hclosse{
	display: block;
}
#hcheck:checked ~ nav{
	transform: translateX(0);
	box-shadow: 4px 0 12px rgba(0,0,0,0.4);
}
.nav__items{
	margin-left: 20px;
	line-height: 100px;
}
main{
	width: 340px;
}
.aboutme{
	margin-top: 0px;
}
h2{ 
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 30px;
	margin-left: 85px;
}
.aboutme img{
	width: 200px;
	height: 200px;
	margin-left: 70px;
}
.aboutme p{
	margin-top: -20px;
	margin-left: 70px;
	font-size: 14px;
	width: 200px;
}
.features h2{
	margin-top: 40px;
	margin-left: 100px;
}
.features img{
	width: 340px;
	margin-top: -20px;
}
.services h2{
	margin-left: 95px;
	margin-bottom: 0px;
}
.services__description{
	margin-left: 70px;
}
.services h3{
	font-size: 16px;
}
.service img{
	width: 200px;
}
.service p{
	font-size: 14px;
	width: 200px;
}
.works h2{
	margin-left: 110px;
	margin-bottom: 0px;
}
.works h3{
	font-size: 16px;
}
.work{
	margin-left: 70px;
}
.work img{
	width: 200px;
}
.works .button img{
	width: 250px;
	margin-left: 40px;
}
.contact h2{
	margin-top: 30px;
	margin-left: 100px;
}
.contact__description{
	margin-left: 70px;
}
.contact__description img{
	width: 200px;
}
.contact__description p{
	width: 200px;
	font-size: 14px;
}
}